pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stockfish



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 28 22:20:43 UTC 2018

Added Files:
        pkgsrc/games/stockfish: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/stockfish/DESCR \
    pkgsrc/games/stockfish/Makefile pkgsrc/games/stockfish/PLIST \
    pkgsrc/games/stockfish/distinfo

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

Added files:

Index: pkgsrc/games/stockfish/DESCR
diff -u /dev/null pkgsrc/games/stockfish/DESCR:1.1
--- /dev/null   Wed Feb 28 22:20:43 2018
+++ pkgsrc/games/stockfish/DESCR        Wed Feb 28 22:20:43 2018
@@ -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.
Index: pkgsrc/games/stockfish/Makefile
diff -u /dev/null pkgsrc/games/stockfish/Makefile:1.1
--- /dev/null   Wed Feb 28 22:20:43 2018
+++ pkgsrc/games/stockfish/Makefile     Wed Feb 28 22:20:43 2018
@@ -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"
Index: pkgsrc/games/stockfish/PLIST
diff -u /dev/null pkgsrc/games/stockfish/PLIST:1.1
--- /dev/null   Wed Feb 28 22:20:43 2018
+++ pkgsrc/games/stockfish/PLIST        Wed Feb 28 22:20:43 2018
@@ -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
Index: pkgsrc/games/stockfish/distinfo
diff -u /dev/null pkgsrc/games/stockfish/distinfo:1.1
--- /dev/null   Wed Feb 28 22:20:43 2018
+++ pkgsrc/games/stockfish/distinfo     Wed Feb 28 22:20:43 2018
@@ -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