[Midnightbsd-cvs] mports [20273] trunk/games: gnustep-sudoku game

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 26 20:45:50 EDT 2015


Revision: 20273
          http://svnweb.midnightbsd.org/mports/?rev=20273
Author:   laffer1
Date:     2015-09-26 20:45:49 -0400 (Sat, 26 Sep 2015)
Log Message:
-----------
gnustep-sudoku game

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

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

Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile	2015-09-26 21:51:11 UTC (rev 20272)
+++ trunk/games/Makefile	2015-09-27 00:45:49 UTC (rev 20273)
@@ -17,6 +17,7 @@
 SUBDIR += gmines
 SUBDIR += gnugo
 SUBDIR += gnustep-ladder
+SUBDIR += gnustep-sudoku
 SUBDIR += goonies
 SUBDIR += gridlock
 SUBDIR += gtkpool

Added: trunk/games/gnustep-sudoku/Makefile
===================================================================
--- trunk/games/gnustep-sudoku/Makefile	                        (rev 0)
+++ trunk/games/gnustep-sudoku/Makefile	2015-09-27 00:45:49 UTC (rev 20273)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+# $FreeBSD: head/games/gnustep-sudoku/Makefile 383626 2015-04-09 07:44:41Z bapt $
+
+PORTNAME=	sudoku
+PORTVERSION=	0.7
+CATEGORIES=	games gnustep
+MASTER_SITES=	SAVANNAH/gap
+PKGNAMEPREFIX=	gnustep-
+DISTNAME=	Sudoku-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Sudoku solver and generator
+
+LICENSE=	gpl3 # or later
+
+USES=		gnustep
+USE_GNUSTEP=	back build
+
+post-install:
+	${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/Sudoku.app/Sudoku
+
+.include <bsd.port.mk>


Property changes on: trunk/games/gnustep-sudoku/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/gnustep-sudoku/distinfo
===================================================================
--- trunk/games/gnustep-sudoku/distinfo	                        (rev 0)
+++ trunk/games/gnustep-sudoku/distinfo	2015-09-27 00:45:49 UTC (rev 20273)
@@ -0,0 +1,2 @@
+SHA256 (Sudoku-0.7.tar.gz) = 168606ddedbcea05c97311dbeabafced524fa15cca5943c7d3c7f1b0d1e93a07
+SIZE (Sudoku-0.7.tar.gz) = 20979


Property changes on: trunk/games/gnustep-sudoku/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/gnustep-sudoku/pkg-descr
===================================================================
--- trunk/games/gnustep-sudoku/pkg-descr	                        (rev 0)
+++ trunk/games/gnustep-sudoku/pkg-descr	2015-09-27 00:45:49 UTC (rev 20273)
@@ -0,0 +1,11 @@
+Create any number of Sudokus and solve them. Store Sudokus for in-depth study.
+Solvability guaranteed. Drag digits from the palette or click on the board
+and wait for the desired digit to appear. Neither method will let you place
+double digits.
+
+Includes automatic markup.
+You can input external sudokus for solution.
+
+LICENSE: GPL2 or later
+
+WWW: http://gap.nongnu.org/sudoku/index.html


Property changes on: trunk/games/gnustep-sudoku/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/gnustep-sudoku/pkg-plist
===================================================================
--- trunk/games/gnustep-sudoku/pkg-plist	                        (rev 0)
+++ trunk/games/gnustep-sudoku/pkg-plist	2015-09-27 00:45:49 UTC (rev 20273)
@@ -0,0 +1,6 @@
+GNUstep/Local/Applications/Sudoku.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/Sudoku.app/Resources/Sudoku.desktop
+GNUstep/Local/Applications/Sudoku.app/Resources/Sudoku.tiff
+GNUstep/Local/Applications/Sudoku.app/Sudoku
+GNUstep/Local/Applications/Sudoku.app/stamp.make
+GNUstep/Local/Tools/Sudoku


Property changes on: trunk/games/gnustep-sudoku/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