Fri Aug 18 22:14:38 2017 UTC ()
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.


(adam)
diff -r1.42 -r1.43 pkgsrc/games/gnuchess/Makefile
diff -r1.4 -r1.5 pkgsrc/games/gnuchess/PLIST
diff -r1.13 -r1.14 pkgsrc/games/gnuchess/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/games/gnuchess/Makefile (expand / switch to unified diff)

--- pkgsrc/games/gnuchess/Makefile 2016/10/02 02:19:51 1.42
+++ pkgsrc/games/gnuchess/Makefile 2017/08/18 22:14:38 1.43
@@ -1,34 +1,20 @@ @@ -1,34 +1,20 @@
1# $NetBSD: Makefile,v 1.42 2016/10/02 02:19:51 mef Exp $ 1# $NetBSD: Makefile,v 1.43 2017/08/18 22:14:38 adam Exp $
2 2
3DISTNAME= gnuchess-6.2.3 3DISTNAME= gnuchess-6.2.5
4CATEGORIES= games 4CATEGORIES= games
5MASTER_SITES= ${MASTER_SITE_GNU:=chess/} 5MASTER_SITES= ${MASTER_SITE_GNU:=chess/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/chess/chess.html 8HOMEPAGE= http://www.gnu.org/software/chess/chess.html
9COMMENT= GNU chess engine 9COMMENT= GNU chess engine
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_TOOLS+= flex gmake 13USE_TOOLS+= flex gmake
14 
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} 
17CONFIGURE_ARGS+= --disable-nls 
18 
19DOCDIR= ${PREFIX}/share/doc/gnuchess 
20INFO_FILES= yes 15INFO_FILES= yes
21INSTALLATION_DIRS= ${DOCDIR} 
22 
23SUBST_CLASSES+= paths 
24SUBST_MESSAGE.paths= Fixing hardcoded paths. 
25SUBST_STAGE.paths= post-patch 
26SUBST_FILES.paths= src/book.h 
27SUBST_SED.paths= -e 's,/usr/lib/games/,${PREFIX}/lib/,g' 
28 
29post-install: 
30 ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/README ${DESTDIR}${DOCDIR} 
31 16
32.include "../../mk/readline.buildlink3.mk" 17.include "../../devel/gettext-lib/buildlink3.mk"
 18.include "../../devel/readline/buildlink3.mk"
33.include "../../mk/pthread.buildlink3.mk" 19.include "../../mk/pthread.buildlink3.mk"
34.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/games/gnuchess/PLIST (expand / switch to unified diff)

--- pkgsrc/games/gnuchess/PLIST 2016/05/03 01:46:15 1.4
+++ pkgsrc/games/gnuchess/PLIST 2017/08/18 22:14:38 1.5
@@ -1,11 +1,24 @@ @@ -1,11 +1,24 @@
1@comment $NetBSD: PLIST,v 1.4 2016/05/03 01:46:15 mef Exp $ 1@comment $NetBSD: PLIST,v 1.5 2017/08/18 22:14:38 adam Exp $
2bin/gnuchess 2bin/gnuchess
3bin/gnuchessu 3bin/gnuchessu
4bin/gnuchessx 4bin/gnuchessx
5info/gnuchess.info 5info/gnuchess.info
6man/man1/gnuchess.1 6man/man1/gnuchess.1
7share/doc/gnuchess/README 
8share/games/plugins/logos/gnuchess.png 7share/games/plugins/logos/gnuchess.png
9share/games/plugins/xboard/gnuchess.eng 8share/games/plugins/xboard/gnuchess.eng
10share/gnuchess/gnuchess.ini 9share/gnuchess/gnuchess.ini
11share/gnuchess/smallbook.bin 10share/gnuchess/smallbook.bin
 11share/locale/da/LC_MESSAGES/gnuchess.mo
 12share/locale/de/LC_MESSAGES/gnuchess.mo
 13share/locale/eo/LC_MESSAGES/gnuchess.mo
 14share/locale/es/LC_MESSAGES/gnuchess.mo
 15share/locale/fr/LC_MESSAGES/gnuchess.mo
 16share/locale/gl/LC_MESSAGES/gnuchess.mo
 17share/locale/nb/LC_MESSAGES/gnuchess.mo
 18share/locale/nl/LC_MESSAGES/gnuchess.mo
 19share/locale/pt_BR/LC_MESSAGES/gnuchess.mo
 20share/locale/sr/LC_MESSAGES/gnuchess.mo
 21share/locale/sv/LC_MESSAGES/gnuchess.mo
 22share/locale/uk/LC_MESSAGES/gnuchess.mo
 23share/locale/vi/LC_MESSAGES/gnuchess.mo
 24share/locale/zh_CN/LC_MESSAGES/gnuchess.mo

cvs diff -r1.13 -r1.14 pkgsrc/games/gnuchess/distinfo (expand / switch to unified diff)

--- pkgsrc/games/gnuchess/distinfo 2016/10/02 02:19:51 1.13
+++ pkgsrc/games/gnuchess/distinfo 2017/08/18 22:14:38 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2016/10/02 02:19:51 mef Exp $ 1$NetBSD: distinfo,v 1.14 2017/08/18 22:14:38 adam Exp $
2 2
3SHA1 (gnuchess-6.2.3.tar.gz) = 323ce6576c86157358f4b561d085c04bba816b64 3SHA1 (gnuchess-6.2.5.tar.gz) = d38a485e681f391e70f8110793215a3f432c8bc2
4RMD160 (gnuchess-6.2.3.tar.gz) = 4d5f4a083da69e333de69de1899cd05d103937d8 4RMD160 (gnuchess-6.2.5.tar.gz) = 582178de6fd7a1392379fce2c43d389715678543
5SHA512 (gnuchess-6.2.3.tar.gz) = a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 5SHA512 (gnuchess-6.2.5.tar.gz) = f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835
6Size (gnuchess-6.2.3.tar.gz) = 757846 bytes 6Size (gnuchess-6.2.5.tar.gz) = 782359 bytes