diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:00:04 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-02 18:00:04 +0000 |
commit | d0155c5387c5d53cb7b3092e7636fcebdd3b481d (patch) | |
tree | fd46e976a8f187d8ee305a5159957773483054db | |
parent | be0f09fee78ec8900995fa0d286e9c6e09e1167f (diff) | |
download | ports-d0155c5387c5d53cb7b3092e7636fcebdd3b481d.tar.gz ports-d0155c5387c5d53cb7b3092e7636fcebdd3b481d.zip |
Notes
-rw-r--r-- | games/stockfish/Makefile | 10 | ||||
-rw-r--r-- | games/stockfish/distinfo | 8 | ||||
-rw-r--r-- | games/stockfish/pkg-descr | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index a09d7f1e6acd..1a9918a7d2ce 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= stockfish -PORTVERSION= 2.3.1 +PORTVERSION= 3 CATEGORIES= games -MASTER_SITES= http://cl.ly/2t3y2k2Y3Y1H/download/:src \ +MASTER_SITES= http://cl.ly/2n1O3h2d3u2W/download/:src \ http://www.execve.net/sf/:src \ - http://api.cld.me/2R1L1Y0V0b1M3M1B1D26/download/:book \ + http://cl.ly/3x333m0G173F/download/:book \ http://www.execve.net/sf/:book DISTNAME= stockfish-${PORTVERSION:S/.//g}-linux DISTFILES= stockfish-${PORTVERSION:S/.//g}-linux.zip:src \ - sf-211-book.zip:book + stockfish-231-book.zip:book MAINTAINER= execve@gmail.com COMMENT= Open source chess engine @@ -21,7 +21,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes MYARCH= ${ARCH} -BOOKDIR= sf-211-book +BOOKDIR= . PORTDOCS= Readme.txt polyglot.ini PORTDATA= Book.bin FETCH_ARGS= -Fpr diff --git a/games/stockfish/distinfo b/games/stockfish/distinfo index fca568a429b8..14e6922d718f 100644 --- a/games/stockfish/distinfo +++ b/games/stockfish/distinfo @@ -1,4 +1,4 @@ -SHA256 (stockfish-231-linux.zip) = 119acf339d18b8b23c6142a72c9d8e09edf385c20a811a458bc0b63472c6a682 -SIZE (stockfish-231-linux.zip) = 852252 -SHA256 (sf-211-book.zip) = fc4b2964128278dcf076b1601a5fb7a6cc88d87d9f617d32fa82aeb05cfdff74 -SIZE (sf-211-book.zip) = 8831695 +SHA256 (stockfish-3-linux.zip) = ccae1ae491eba86f02e10891f4b110007bd97f5e2a71871ca895f309d5031019 +SIZE (stockfish-3-linux.zip) = 807403 +SHA256 (stockfish-231-book.zip) = 07ee06bcd3fe1c5e0d90a2d0aede8bac2dd31d52fb4e1c9bc477bb5a8939e414 +SIZE (stockfish-231-book.zip) = 3479786 diff --git a/games/stockfish/pkg-descr b/games/stockfish/pkg-descr index 662d4c45f276..174ec8a5130c 100644 --- a/games/stockfish/pkg-descr +++ b/games/stockfish/pkg-descr @@ -1,5 +1,9 @@ -Stockfish is an open-source UCI chess engine based on Glaurung. -Stockfish is an alpha-beta searcher and uses a bitboard representation. +Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is +not a complete chess program and requires some UCI-compatible GUI +(e.g. XBoard with PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess +Partner or Fritz) in order to be used comfortably. Read the +documentation for your GUI of choice for information about how to use +Stockfish with it. Stockfish is free and uses the GPL license. You can download, read, and modify the source code. |