diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-05 02:25:29 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-05 02:25:29 +0000 |
commit | 7afa31b49f297f531fbcb158e13139306f2851ac (patch) | |
tree | 2ccee658996890ca988dad797fd3cb2fb541d6a9 /games/pear-Games_Chess | |
parent | 86d8c621258a424cf7076241dcb9ca07b60fe316 (diff) | |
download | ports-7afa31b49f297f531fbcb158e13139306f2851ac.tar.gz ports-7afa31b49f297f531fbcb158e13139306f2851ac.zip |
Notes
Diffstat (limited to 'games/pear-Games_Chess')
-rw-r--r-- | games/pear-Games_Chess/Makefile | 20 | ||||
-rw-r--r-- | games/pear-Games_Chess/distinfo | 6 |
2 files changed, 12 insertions, 14 deletions
diff --git a/games/pear-Games_Chess/Makefile b/games/pear-Games_Chess/Makefile index c75c91f035f3..d07432833bdf 100644 --- a/games/pear-Games_Chess/Makefile +++ b/games/pear-Games_Chess/Makefile @@ -6,25 +6,23 @@ # PORTNAME= Games_Chess -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.1 CATEGORIES= games devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= PEAR methods for constructing and validating chess games in PGN BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Games -FILES= Chess.php \ - Chess/Crazyhouse.php Chess/Losers.php Chess/Player.php \ - Chess/Result.php Chess/Standard.php - -EXAMPLES= HTMLChess.php images/B.gif images/N.gif images/Q.gif \ - images/blank.gif images/K.gif images/P.gif images/R.gif \ - images/dark/b.gif images/dark/k.gif images/dark/p.gif \ - images/dark/r.gif images/dark/blank.gif images/dark/n.gif \ - images/dark/q.gif +FILES= Chess/Crazyhouse.php Chess/Losers.php Chess/Standard.php \ + Chess.php +EXAMPLES= images/dark/b.gif images/dark/blank.gif images/dark/k.gif \ + images/dark/n.gif images/dark/p.gif images/dark/q.gif \ + images/dark/r.gif images/B.gif images/blank.gif images/K.gif \ + images/N.gif images/P.gif images/Q.gif images/R.gif \ + HTMLChess.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/games/pear-Games_Chess/distinfo b/games/pear-Games_Chess/distinfo index c27e428c8b2f..8b66562a5709 100644 --- a/games/pear-Games_Chess/distinfo +++ b/games/pear-Games_Chess/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Games_Chess-0.9.0.tgz) = 113d29fe28e965212668acb57f8cef8f -SHA256 (PEAR/Games_Chess-0.9.0.tgz) = 92e8b82393a97b3e87af38e5ff768b44c8ab84e5f114dc01beffd9b42ef4e1b9 -SIZE (PEAR/Games_Chess-0.9.0.tgz) = 68965 +MD5 (PEAR/Games_Chess-1.0.1.tgz) = f531ee3c5600a1713f41b3a4c2b6b09f +SHA256 (PEAR/Games_Chess-1.0.1.tgz) = 48b316c2a12f23f5317839cb676c2ce10d8bd85fece4ad93e98afadb857c8d37 +SIZE (PEAR/Games_Chess-1.0.1.tgz) = 86920 |