summaryrefslogtreecommitdiff
path: root/games/gnuchess
AgeCommit message (Collapse)AuthorFilesLines
2002-03-15Check gcc version and for powerpc downgrade CFLAGS to just -O as anything abovejmc3-7/+15
that causes bad code generation and core dumps.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-11Apply a patch from Tim Mann's chess site that fixes the following problem:jlam4-16/+26
The "edit" function is not implemented in GNU Chess 5.00. This means that XBoard's "Edit Position" feature will not work with it. Loading a position from a file, loading a PGN game that starts from a nonstandard position, or playing an ICS wild game in Zippy mode, etc., will also not work. Also fix the gnuchessx script to accept options and to pass them through to the gnuchess binary. Bump package version number to 5.00nb2.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-27make this work on alpha. (had bogus endianness test)dmcmahill5-19/+53
2000-10-15Update to gnuchess-5.00nb1: add code to allow building of opening books injlam9-42/+162
user-specified locations. Remove installation of default book...it's so small that it's pretty much useless anyway. See games/gnuchess-book-* for chess opening books for GNU Chess.
2000-10-01Open the opening book with read permissions, not read/write. This fixesjlam2-1/+15
an error where GNU Chess would go out of book on the first move when it fails to open the book read/write, and concludes the book isn't there.
2000-03-27Remove conflict with gnuchess4.jlam1-3/+1
2000-03-26Conflicts with gnuchess4.jlam1-1/+3
2000-03-26Update gnuchess to 5.00. From the GNU chess web page:jlam12-194/+75
Version 5.00 is the current release. Version 5.00 shares no code with versions 1.x through 4.x. The major motivation for this release is to simplify chess code making it more pedantically accessible, use modern data structures, make it easy to modify by less skilled programmers, and increase understandability to non-programmer, skilled chess experts.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-17Add home page.tron1-1/+2
1999-11-17Add "MIRROR_DISTFILE= no" because the distribution file is fetched fromtron1-1/+3
"ftp.netbsd.org" now.
1999-11-17Update "gnuchess" package to version 4.0.pl80:tron7-32/+23
- bug in gnuan (difftime was one parameter, should be two.)
1999-11-17Undo import which went into wrong directory.tron3-7/+26
1999-11-17Import new "gnome-chess" package:tron3-26/+7
GNOME's graphical interface for playing chess.
1999-07-09Add package patch-sum filesagc1-0/+7
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-3/+2
1999-02-18Add missing @dirrm rules.frueauf1-1/+3
1999-02-08Initial import of gnuchess-4.0.79, the "classic" GNU chess.frueauf10-0/+212