Wed Feb 28 22:20:43 2018 UTC ()
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.


(wiz)
diff -r0 -r1.1 pkgsrc/games/stockfish/DESCR
diff -r0 -r1.1 pkgsrc/games/stockfish/Makefile
diff -r0 -r1.1 pkgsrc/games/stockfish/PLIST
diff -r0 -r1.1 pkgsrc/games/stockfish/distinfo

File Added: pkgsrc/games/stockfish/DESCR
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.

File Added: pkgsrc/games/stockfish/Makefile
# $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
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"

File Added: pkgsrc/games/stockfish/PLIST
@comment $NetBSD: PLIST,v 1.1 2018/02/28 22:20:43 wiz Exp $
bin/stockfish
share/doc/stockfish/Readme.md

File Added: pkgsrc/games/stockfish/distinfo
$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