pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated tscp to 1.81:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce13775360c2
branches:  trunk
changeset: 471876:ce13775360c2
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Apr 01 14:38:32 2004 +0000

description:
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:

 doc/CHANGES         |   3 ++-
 games/tscp/Makefile |  10 +++++-----
 games/tscp/distinfo |   6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 29d7fcde0ce5 -r ce13775360c2 doc/CHANGES
--- a/doc/CHANGES       Thu Apr 01 14:36:48 2004 +0000
+++ b/doc/CHANGES       Thu Apr 01 14:38:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5408 2004/04/01 14:36:48 abs Exp $
+$NetBSD: CHANGES,v 1.5409 2004/04/01 14:39:05 abs Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1652,4 +1652,5 @@
        Updated qt3 to 3.2.3nb2 [tron 2004-04-01]
        Added apache-ant15 [abs 2004-04-01]
        Updated apache-ant to 1.6.1 [abs 2004-04-01]
+       Updated tscp to 1.81 [abs 2004-04-01]
 
diff -r 29d7fcde0ce5 -r ce13775360c2 games/tscp/Makefile
--- a/games/tscp/Makefile       Thu Apr 01 14:36:48 2004 +0000
+++ b/games/tscp/Makefile       Thu Apr 01 14:38:32 2004 +0000
@@ -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@localhost
-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 -r 29d7fcde0ce5 -r ce13775360c2 games/tscp/distinfo
--- a/games/tscp/distinfo       Thu Apr 01 14:36:48 2004 +0000
+++ b/games/tscp/distinfo       Thu Apr 01 14:38:32 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index