Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2015-03-14 | update master site | tnn | 1 | -2/+2 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-06-18 | Fix time handling; avoids need to use -lcompat and should fix the Linux | dholland | 3 | -6/+69 | |
build. While here, tidy a couple bits of pkglint. PKGREVISION -> 3. Set LICENSE to generic-nonlicense as that appears to describe the situation. | |||||
2011-05-03 | Updated URLs. | hauke | 2 | -5/+6 | |
2008-04-07 | Fix installation. | joerg | 1 | -2/+2 | |
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -5/+5 | |
their files via a custom do-install target. | |||||
2007-03-26 | Fix typo in RESTRICTED. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-04-01 | USE_BUILDLINK3. | snj | 1 | -1/+3 | |
2004-04-01 | Updated tscp to 1.81: | abs | 2 | -8/+8 | |
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). | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-10-28 | Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824. | wiz | 1 | -3/+3 | |
2001-12-20 | Update for new homepage/distribution site. | simonb | 1 | -3/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -7/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-12 | 'cvs rm' is your friend, & wiz who obviously has had more caffine than me today | abs | 1 | -33/+0 | |
2001-02-12 | Update to 1.73. | abs | 3 | -7/+10 | |
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-04 | Handle EOF as 'exit', rather than infinitely repeat last command. | abs | 3 | -6/+26 | |
Update to 1.71nb2 | |||||
2001-01-31 | Increase benchmark timeout by factor of ten (to allow it to be run on slower | abs | 3 | -2/+18 | |
machines such as vax and hp300). Update version to tscp-1.71nb1 | |||||
2001-01-26 | Import Tom Kerrigan's Simple Chess Program 1.71 | abs | 5 | -0/+45 | |
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/ |