pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/stockfish games/stockfish: import stockfish-9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a902bb5059f
branches:  trunk
changeset: 376374:4a902bb5059f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 28 22:20:43 2018 +0000

description:
games/stockfish: import stockfish-9

Stockfish is one of the strongest chess engines in the world. It
is also much stronger than the best human chess grandmasters.

Unlike most chess engines, Stockfish is open source (GPL license).
That means you can read the code, modify it, contribute back, and
even use it in your own projects.

diffstat:

 games/stockfish/DESCR    |   6 ++++++
 games/stockfish/Makefile |  24 ++++++++++++++++++++++++
 games/stockfish/PLIST    |   3 +++
 games/stockfish/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r c133d4713bea -r 4a902bb5059f games/stockfish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stockfish/DESCR     Wed Feb 28 22:20:43 2018 +0000
@@ -0,0 +1,6 @@
+Stockfish is one of the strongest chess engines in the world. It
+is also much stronger than the best human chess grandmasters.
+
+Unlike most chess engines, Stockfish is open source (GPL license).
+That means you can read the code, modify it, contribute back, and
+even use it in your own projects.
diff -r c133d4713bea -r 4a902bb5059f games/stockfish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stockfish/Makefile  Wed Feb 28 22:20:43 2018 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/02/28 22:20:43 wiz Exp $
+
+DISTNAME=      stockfish-9-src
+PKGNAME=       ${DISTNAME:S/-src//}
+CATEGORIES=    games
+MASTER_SITES=  https://stockfish.s3.amazonaws.com/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://stockfishchess.org/
+COMMENT=       Strong open source chess engine
+LICENSE=       gnu-gpl-v3
+
+WRKSRC=                ${WRKDIR}/src
+USE_LANGUAGES= c++
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin share/doc/stockfish
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/stockfish ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKDIR}/Readme.md ${DESTDIR}${PREFIX}/share/doc/stockfish
+
+.include "../../mk/bsd.pkg.mk"
diff -r c133d4713bea -r 4a902bb5059f games/stockfish/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stockfish/PLIST     Wed Feb 28 22:20:43 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/28 22:20:43 wiz Exp $
+bin/stockfish
+share/doc/stockfish/Readme.md
diff -r c133d4713bea -r 4a902bb5059f games/stockfish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stockfish/distinfo  Wed Feb 28 22:20:43 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/28 22:20:43 wiz Exp $
+
+SHA1 (stockfish-9-src.zip) = c30ccc1c077c6817a101ed36ebaee9dcd43db879
+RMD160 (stockfish-9-src.zip) = 7002a4050f71b7a33888460ea552d0063d6c761b
+SHA512 (stockfish-9-src.zip) = 47b5dfea9e015dd68e33c8b1a131ed83710e4e5d67abe0c278a423f2940b07c7a5d661ce27915257ae3dad83fc2bb8e50d3d28bfa11a7c4cdf396d0378cd80f8
+Size (stockfish-9-src.zip) = 171925 bytes



Home | Main Index | Thread Index | Old Index