pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/gnuchess



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 18 22:14:38 UTC 2017

Modified Files:
        pkgsrc/games/gnuchess: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/gnuchess/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/gnuchess/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/gnuchess/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/gnuchess/Makefile
diff -u pkgsrc/games/gnuchess/Makefile:1.42 pkgsrc/games/gnuchess/Makefile:1.43
--- pkgsrc/games/gnuchess/Makefile:1.42 Sun Oct  2 02:19:51 2016
+++ pkgsrc/games/gnuchess/Makefile      Fri Aug 18 22:14:38 2017
@@ -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/ch
 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"

Index: pkgsrc/games/gnuchess/PLIST
diff -u pkgsrc/games/gnuchess/PLIST:1.4 pkgsrc/games/gnuchess/PLIST:1.5
--- pkgsrc/games/gnuchess/PLIST:1.4     Tue May  3 01:46:15 2016
+++ pkgsrc/games/gnuchess/PLIST Fri Aug 18 22:14:38 2017
@@ -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

Index: pkgsrc/games/gnuchess/distinfo
diff -u pkgsrc/games/gnuchess/distinfo:1.13 pkgsrc/games/gnuchess/distinfo:1.14
--- pkgsrc/games/gnuchess/distinfo:1.13 Sun Oct  2 02:19:51 2016
+++ pkgsrc/games/gnuchess/distinfo      Fri Aug 18 22:14:38 2017
@@ -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



Home | Main Index | Thread Index | Old Index