diff options
author | adam <adam@pkgsrc.org> | 2017-08-18 22:14:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-18 22:14:38 +0000 |
commit | a2b60222a8650a3628ac37535bd5c205a70a08bb (patch) | |
tree | db4c7da3ab48bcdbb491d76b0068c85c4fd185f9 /games/gnuchess | |
parent | 391a091a78198e7274d99dd298bbfccdcc7a0a86 (diff) | |
download | pkgsrc-a2b60222a8650a3628ac37535bd5c205a70a08bb.tar.gz |
Version 6.2.5:
- Command history based on readline.
- New commands: coords/nocoords to enable/disable coordinates
when printing the board.
- Command pgnsave will prompt the user to overwrite or not an existing
file instead of appending the current game to the file.
- New languages.
- Bug fixes.
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 26 | ||||
-rw-r--r-- | games/gnuchess/PLIST | 17 | ||||
-rw-r--r-- | games/gnuchess/distinfo | 10 |
3 files changed, 26 insertions, 27 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index afab4f929f1..79285dc3c6e 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2016/10/02 02:19:51 mef Exp $ +# $NetBSD: Makefile,v 1.43 2017/08/18 22:14:38 adam Exp $ -DISTNAME= gnuchess-6.2.3 +DISTNAME= gnuchess-6.2.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=chess/} @@ -9,26 +9,12 @@ HOMEPAGE= http://www.gnu.org/software/chess/chess.html COMMENT= GNU chess engine LICENSE= gnu-gpl-v3 -USE_LANGUAGES= c c++ -USE_TOOLS+= flex gmake - +USE_LANGUAGES= c c++ +USE_TOOLS+= flex gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} -CONFIGURE_ARGS+= --disable-nls - -DOCDIR= ${PREFIX}/share/doc/gnuchess INFO_FILES= yes -INSTALLATION_DIRS= ${DOCDIR} - -SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= Fixing hardcoded paths. -SUBST_STAGE.paths= post-patch -SUBST_FILES.paths= src/book.h -SUBST_SED.paths= -e 's,/usr/lib/games/,${PREFIX}/lib/,g' - -post-install: - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/README ${DESTDIR}${DOCDIR} -.include "../../mk/readline.buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gnuchess/PLIST b/games/gnuchess/PLIST index 536a7691f2d..0ec30e56294 100644 --- a/games/gnuchess/PLIST +++ b/games/gnuchess/PLIST @@ -1,11 +1,24 @@ -@comment $NetBSD: PLIST,v 1.4 2016/05/03 01:46:15 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/08/18 22:14:38 adam Exp $ bin/gnuchess bin/gnuchessu bin/gnuchessx info/gnuchess.info man/man1/gnuchess.1 -share/doc/gnuchess/README share/games/plugins/logos/gnuchess.png share/games/plugins/xboard/gnuchess.eng share/gnuchess/gnuchess.ini share/gnuchess/smallbook.bin +share/locale/da/LC_MESSAGES/gnuchess.mo +share/locale/de/LC_MESSAGES/gnuchess.mo +share/locale/eo/LC_MESSAGES/gnuchess.mo +share/locale/es/LC_MESSAGES/gnuchess.mo +share/locale/fr/LC_MESSAGES/gnuchess.mo +share/locale/gl/LC_MESSAGES/gnuchess.mo +share/locale/nb/LC_MESSAGES/gnuchess.mo +share/locale/nl/LC_MESSAGES/gnuchess.mo +share/locale/pt_BR/LC_MESSAGES/gnuchess.mo +share/locale/sr/LC_MESSAGES/gnuchess.mo +share/locale/sv/LC_MESSAGES/gnuchess.mo +share/locale/uk/LC_MESSAGES/gnuchess.mo +share/locale/vi/LC_MESSAGES/gnuchess.mo +share/locale/zh_CN/LC_MESSAGES/gnuchess.mo diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo index 80fbdccc0e9..5fb9b9b2df2 100644 --- a/games/gnuchess/distinfo +++ b/games/gnuchess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/10/02 02:19:51 mef Exp $ +$NetBSD: distinfo,v 1.14 2017/08/18 22:14:38 adam Exp $ -SHA1 (gnuchess-6.2.3.tar.gz) = 323ce6576c86157358f4b561d085c04bba816b64 -RMD160 (gnuchess-6.2.3.tar.gz) = 4d5f4a083da69e333de69de1899cd05d103937d8 -SHA512 (gnuchess-6.2.3.tar.gz) = a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 -Size (gnuchess-6.2.3.tar.gz) = 757846 bytes +SHA1 (gnuchess-6.2.5.tar.gz) = d38a485e681f391e70f8110793215a3f432c8bc2 +RMD160 (gnuchess-6.2.5.tar.gz) = 582178de6fd7a1392379fce2c43d389715678543 +SHA512 (gnuchess-6.2.5.tar.gz) = f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835 +Size (gnuchess-6.2.5.tar.gz) = 782359 bytes |