svn commit: r319703 - head/games/stockfish
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 2 18:00:05 UTC 2013
Author: pawel
Date: Sun Jun 2 18:00:04 2013
New Revision: 319703
URL: http://svnweb.freebsd.org/changeset/ports/319703
Log:
- Update to version 3
- Make pkg-descr more detailed
PR: ports/179168
Submitted by: Gautam Mani <execve at gmail.com> (maintainer)
Modified:
head/games/stockfish/Makefile
head/games/stockfish/distinfo
head/games/stockfish/pkg-descr (contents, props changed)
Modified: head/games/stockfish/Makefile
==============================================================================
--- head/games/stockfish/Makefile Sun Jun 2 17:59:42 2013 (r319702)
+++ head/games/stockfish/Makefile Sun Jun 2 18:00:04 2013 (r319703)
@@ -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 at 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
Modified: head/games/stockfish/distinfo
==============================================================================
--- head/games/stockfish/distinfo Sun Jun 2 17:59:42 2013 (r319702)
+++ head/games/stockfish/distinfo Sun Jun 2 18:00:04 2013 (r319703)
@@ -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
Modified: head/games/stockfish/pkg-descr
==============================================================================
--- head/games/stockfish/pkg-descr Sun Jun 2 17:59:42 2013 (r319702)
+++ head/games/stockfish/pkg-descr Sun Jun 2 18:00:04 2013 (r319703)
@@ -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.
More information about the svn-ports-all
mailing list