diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 09:48:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-08-07 09:48:11 +0000 |
commit | 227d9cd11471d16ce5c079155efce7bb696fbdd3 (patch) | |
tree | d710e74f579cb8d61201600519b19174ed0ae52f /games/gnustep-sudoku | |
parent | 689c89972e672800003dfea8ce3b70d42aafaa50 (diff) | |
download | ports-227d9cd11471d16ce5c079155efce7bb696fbdd3.tar.gz ports-227d9cd11471d16ce5c079155efce7bb696fbdd3.zip |
Notes
Diffstat (limited to 'games/gnustep-sudoku')
-rw-r--r-- | games/gnustep-sudoku/Makefile | 25 | ||||
-rw-r--r-- | games/gnustep-sudoku/distinfo | 3 | ||||
-rw-r--r-- | games/gnustep-sudoku/pkg-descr | 9 | ||||
-rw-r--r-- | games/gnustep-sudoku/pkg-plist | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile new file mode 100644 index 000000000000..8b8761b744f5 --- /dev/null +++ b/games/gnustep-sudoku/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: sudoku +# Date created: 07 aug 2007 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= sudoku +PORTVERSION= 0.6 +CATEGORIES= games gnustep +MASTER_SITES= http://www.gnustep.it/marko/Sudoku/ +PKGNAMEPREFIX= gnustep- +DISTNAME= Sudoku6 +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Sudoku solver and generator + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +.include <bsd.port.mk> diff --git a/games/gnustep-sudoku/distinfo b/games/gnustep-sudoku/distinfo new file mode 100644 index 000000000000..5bebe483f2bb --- /dev/null +++ b/games/gnustep-sudoku/distinfo @@ -0,0 +1,3 @@ +MD5 (Sudoku6.tgz) = 11d0574222209ed9d2592d934908cb7a +SHA256 (Sudoku6.tgz) = 3e99d274bd17f8707ad6cc3fa9f8a689387208efdd7c6cbbc417d62d631ca551 +SIZE (Sudoku6.tgz) = 14977 diff --git a/games/gnustep-sudoku/pkg-descr b/games/gnustep-sudoku/pkg-descr new file mode 100644 index 000000000000..3ac7645a7572 --- /dev/null +++ b/games/gnustep-sudoku/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://www.gnustep.it/marko/Sudoku/index.html diff --git a/games/gnustep-sudoku/pkg-plist b/games/gnustep-sudoku/pkg-plist new file mode 100644 index 000000000000..e2f61d15b4f4 --- /dev/null +++ b/games/gnustep-sudoku/pkg-plist @@ -0,0 +1,8 @@ +Local/Applications/Sudoku.app/Resources/Info-gnustep.plist +Local/Applications/Sudoku.app/Resources/Sudoku.desktop +Local/Applications/Sudoku.app/Resources/Sudoku.tiff +Local/Applications/Sudoku.app/Sudoku +Local/Applications/Sudoku.app/stamp.make +Local/Tools/Sudoku +@dirrm Local/Applications/Sudoku.app/Resources +@dirrm Local/Applications/Sudoku.app |