Commit graph

17 commits

Author SHA1 Message Date
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
snj
dbb7eb908f USE_BUILDLINK3. 2004-04-01 18:52:11 +00:00
abs
a978abd86b 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).
2004-04-01 14:38:32 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
5a8fed1a64 Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824. 2002-10-28 13:28:07 +00:00
simonb
25f563c93b Update for new homepage/distribution site. 2001-12-20 01:34:41 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
abs
5b165761e7 'cvs rm' is your friend, & wiz who obviously has had more caffine than me today 2001-02-12 16:01:40 +00:00
abs
b2cc573f46 Update to 1.73.
patch incorporated into main tree

Version 1.73, 2/11/01
* Added code to handle EOFs from stdin.

Version 1.72, 2/1/01
* Added code to stop searching if a mate is found.
* Changed max_time/max_depth assignments in main.c.
2001-02-12 15:56:47 +00:00
abs
2272c767b7 Handle EOF as 'exit', rather than infinitely repeat last command.
Update to 1.71nb2
2001-02-04 11:32:34 +00:00
abs
ba7c74a0e8 Increase benchmark timeout by factor of ten (to allow it to be run on slower
machines such as vax and hp300).
Update version to tscp-1.71nb1
2001-01-31 10:07:02 +00:00
abs
7c7e8edc70 Import Tom Kerrigan's Simple Chess Program 1.71
TSCP is intended for people who want to learn about chess programming. Its
source code is designed to be very easy to understand.

The TSCP "package" includes this README file, the TSCP source code, and a copy
of TSCP for Windows 95/98/NT. The executable was made with Visual C++ 6.0
(optimizations set to Maximize Speed).

To use TSCP, run the executable and type "help" at the prompt. It's very
straightforward.

There is a page for TSCP benchmarks: http://ucsu.colorado.edu/~kerrigat/bench/
2001-01-26 18:24:53 +00:00