diff options
author | abs <abs@pkgsrc.org> | 2004-04-01 14:38:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-04-01 14:38:32 +0000 |
commit | a978abd86bef7a503d4e0d26e89c7397c90b952b (patch) | |
tree | cea28fe5a9c06bbb5e9d8c5ee4042c40cbdb2b86 /games | |
parent | c34c6c78e454aea2bacbe1d2208b93a3d342324c (diff) | |
download | pkgsrc-a978abd86bef7a503d4e0d26e89c7397c90b952b.tar.gz |
Updated tscp to 1.81:
Changes since 1.73:
Version 1.81, 2/5/03
* fflush() wasn't being called after print_results() in xboard().
* hply was being set to 0 when xboard() received "black." This broke the
opening book code when playing black with WinBoard.
* set_hash() wasn't being called in bench().
Version 1.8, 1/30/03
* Added opening book code (book.c) and a small opening book (book.txt).
* Added hash keys; replaced the old repetition detection code with code that
compares hash keys.
* Changed bench to report a "Score" to avoid confusion/comparisons with the
previous version's "MIPS" (with score, 1.000 = my Athlon XP 2000+).
* Moved move parsing into its own function (parse_move in main.c).
Diffstat (limited to 'games')
-rw-r--r-- | games/tscp/Makefile | 10 | ||||
-rw-r--r-- | games/tscp/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile index c2f75314cf8..7a38b1d3c02 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:39:26 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/01 14:38:32 abs Exp $ # -DISTNAME= tscp173 -PKGNAME= tscp-1.73 +DISTNAME= tscp181 +PKGNAME= tscp-1.81 CATEGORIES= games benchmarks -MASTER_SITES= http://home.attbi.com/~tckerrigan/ +MASTER_SITES= http://home.comcast.net/~tckerrigan/ EXTRACT_SUFX= .zip MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://home.attbi.com/~tckerrigan/ +HOMEPAGE= http://home.comcast.net/~tckerrigan/ COMMENT= Tom Kerrigan's Simple Chess Program RESTRICTED= No distribtion without authorisation from Tom Kerrigan diff --git a/games/tscp/distinfo b/games/tscp/distinfo index 9c6e996c098..149fe6ba3c5 100644 --- a/games/tscp/distinfo +++ b/games/tscp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/04/01 14:38:32 abs Exp $ -SHA1 (tscp173.zip) = fa8ef35268223fab1a85fd94131544ee01166e1e -Size (tscp173.zip) = 68607 bytes +SHA1 (tscp181.zip) = 61ebac540a4e9f3067d6682a4b6dfc5fa8993790 +Size (tscp181.zip) = 77019 bytes |