diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-01 17:06:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-01 17:06:18 +0000 |
commit | f4472d2708010e895a114de17929d898ccfb63fe (patch) | |
tree | 45294f19bf214170a2efcd9b7f2397576411276d /games/gshisen | |
parent | 4801c2f1f2ef64b47acc86d15ee6cc55b45edb9b (diff) | |
download | ports-f4472d2708010e895a114de17929d898ccfb63fe.tar.gz ports-f4472d2708010e895a114de17929d898ccfb63fe.zip |
Notes
Diffstat (limited to 'games/gshisen')
-rw-r--r-- | games/gshisen/Makefile | 7 | ||||
-rw-r--r-- | games/gshisen/distinfo | 6 | ||||
-rw-r--r-- | games/gshisen/pkg-descr | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index f1376746721e..690f22f58b1f 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -6,14 +6,13 @@ # PORTNAME= gshisen -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex + http://florida.ethz.ch/ports/distfiles/ MAINTAINER= dinoex@FreeBSD.org -COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit +COMMENT= Shisen-sho puzzle game for GNUstep USE_GMAKE= yes USE_GNUSTEP= yes diff --git a/games/gshisen/distinfo b/games/gshisen/distinfo index 019f54aceb34..ab935e68121d 100644 --- a/games/gshisen/distinfo +++ b/games/gshisen/distinfo @@ -1,3 +1,3 @@ -MD5 (gshisen-1.2.0.tar.gz) = e2f5dba3a531fc90f139dc1ad7768fda -SHA256 (gshisen-1.2.0.tar.gz) = 55d8c4a6052160c421f1f0d09e01b778143fc27e33bc406d4f39606d134f6254 -SIZE (gshisen-1.2.0.tar.gz) = 52969 +MD5 (gshisen-1.2.1.tar.gz) = 5935431699932a5e7d25ed1afbc65b41 +SHA256 (gshisen-1.2.1.tar.gz) = 813e46b47c8e3c99a8e24f2071345a5f413385995015a65300d6b52c27610d34 +SIZE (gshisen-1.2.1.tar.gz) = 48235 diff --git a/games/gshisen/pkg-descr b/games/gshisen/pkg-descr index 427d8099e828..ce5d081af5b4 100644 --- a/games/gshisen/pkg-descr +++ b/games/gshisen/pkg-descr @@ -1,3 +1,8 @@ -Mahjongg-kind of game that uses the GNUstep toolkit +The object of the game is to remove all tiles from the field. Only two +matching tiles can be removed at a time. Two tiles can only be removed +if they can be connected with at most three connected lines. Lines can +be horizontal or vertical but not diagonal. Remember that lines may +cross the empty border. If you are stuck, you can use the Hint feature +to find two tiles which may be removed. WWW: http://www.gnustep.it/enrico/gshisen/ |