Received: by mail.netbsd.org (Postfix, from userid 605) id 936D484D99; Wed, 28 Feb 2018 22:20:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D38784D04 for ; Wed, 28 Feb 2018 22:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id feRzuaUD4Y-L for ; Wed, 28 Feb 2018 22:20:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1703984D03 for ; Wed, 28 Feb 2018 22:20:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C533FB40; Wed, 28 Feb 2018 22:20:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151985644470360" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 22:20:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/stockfish To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180228222044.0C533FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151985644470360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_151985644470360 Content-Disposition: inline Content-Length: 2298 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_151985644470360--