[Midnightbsd-cvs] mports [20272] trunk/games: add gmines

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 26 17:51:14 EDT 2015


Revision: 20272
          http://svnweb.midnightbsd.org/mports/?rev=20272
Author:   laffer1
Date:     2015-09-26 17:51:11 -0400 (Sat, 26 Sep 2015)
Log Message:
-----------
add gmines

Modified Paths:
--------------
    trunk/games/Makefile

Added Paths:
-----------
    trunk/games/gmines/
    trunk/games/gmines/Makefile
    trunk/games/gmines/distinfo
    trunk/games/gmines/pkg-descr
    trunk/games/gmines/pkg-plist

Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile	2015-09-26 21:45:53 UTC (rev 20271)
+++ trunk/games/Makefile	2015-09-26 21:51:11 UTC (rev 20272)
@@ -14,6 +14,7 @@
 SUBDIR += fotaq
 SUBDIR += ggz-client-libs
 SUBDIR += gmastermind
+SUBDIR += gmines
 SUBDIR += gnugo
 SUBDIR += gnustep-ladder
 SUBDIR += goonies

Added: trunk/games/gmines/Makefile
===================================================================
--- trunk/games/gmines/Makefile	                        (rev 0)
+++ trunk/games/gmines/Makefile	2015-09-26 21:51:11 UTC (rev 20272)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+# $FreeBSD: head/games/gmines/Makefile 383626 2015-04-09 07:44:41Z bapt $
+
+PORTNAME=	gmines
+PORTVERSION=	0.2
+CATEGORIES=	games gnustep
+MASTER_SITES=	SAVANNAH/gap
+DISTNAME=	GMines-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Well-known minesweeper game for GNUstep
+
+LICENSE=	gpl2 # or later
+
+USES=		gnustep
+USE_GNUSTEP=	back build
+
+post-install:
+	${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/GMines.app/GMines
+
+.include <bsd.port.mk>


Property changes on: trunk/games/gmines/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/gmines/distinfo
===================================================================
--- trunk/games/gmines/distinfo	                        (rev 0)
+++ trunk/games/gmines/distinfo	2015-09-26 21:51:11 UTC (rev 20272)
@@ -0,0 +1,2 @@
+SHA256 (GMines-0.2.tar.gz) = a7100c9846b548ef2d27c35b80370b30769dca3ac8eeff5f15a227474843c067
+SIZE (GMines-0.2.tar.gz) = 6768


Property changes on: trunk/games/gmines/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/gmines/pkg-descr
===================================================================
--- trunk/games/gmines/pkg-descr	                        (rev 0)
+++ trunk/games/gmines/pkg-descr	2015-09-26 21:51:11 UTC (rev 20272)
@@ -0,0 +1,10 @@
+GMines
+
+The well-known minesweeper game.
+Left-click to uncover, right-click to mark.
+
+The look is inspired by the KDE minesweeper program.
+
+LICENSE: GPL2 or later
+
+WWW: http://gap.nongnu.org/gmines/


Property changes on: trunk/games/gmines/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/gmines/pkg-plist
===================================================================
--- trunk/games/gmines/pkg-plist	                        (rev 0)
+++ trunk/games/gmines/pkg-plist	2015-09-26 21:51:11 UTC (rev 20272)
@@ -0,0 +1,6 @@
+GNUstep/Local/Applications/GMines.app/GMines
+GNUstep/Local/Applications/GMines.app/Resources/GMines.desktop
+GNUstep/Local/Applications/GMines.app/Resources/GMines.tiff
+GNUstep/Local/Applications/GMines.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/GMines.app/stamp.make
+GNUstep/Local/Tools/GMines


Property changes on: trunk/games/gmines/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list