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 | 208bbb84579dae9aa332f97a3d7954e687bb448f (patch) | |
tree | cea28fe5a9c06bbb5e9d8c5ee4042c40cbdb2b86 /games/tscp/Makefile | |
parent | e30061edde0009c48f4f7150e5b14ee42d2b5ca8 (diff) | |
download | pkgsrc-208bbb84579dae9aa332f97a3d7954e687bb448f.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/tscp/Makefile')
-rw-r--r-- | games/tscp/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |