summaryrefslogtreecommitdiff
path: root/games/tscp/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-04-01 14:38:32 +0000
committerabs <abs@pkgsrc.org>2004-04-01 14:38:32 +0000
commita978abd86bef7a503d4e0d26e89c7397c90b952b (patch)
treecea28fe5a9c06bbb5e9d8c5ee4042c40cbdb2b86 /games/tscp/Makefile
parentc34c6c78e454aea2bacbe1d2208b93a3d342324c (diff)
downloadpkgsrc-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/tscp/Makefile')
-rw-r--r--games/tscp/Makefile10
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