Commit graph

39 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
b902785c24 Also bump PKGREVISION for last change -- on some systems
this may add an additional dependency (readline).
2005-04-16 00:22:55 +00:00
reed
7b7e95585b Include devel/readline/buildlink3.mk.
On NetBSD, it uses libedit (and libtermcap)
and under Linux uses libreadline.
2005-04-16 00:21:44 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
kristerw
7c03d1427c Make this package compile and work when not using native threads. 2004-03-09 23:30:40 +00:00
minskim
ba861bb52d Read in default an opening book installed by gnuchess-book-*. Also
note opening book packages in DESCR.  Bump PKGREVISION.
2004-03-08 06:03:10 +00:00
minskim
14169d1b85 Update gnuchess to 5.07. Patch provided by Michal Pasternak in
PR pkg/24700, and slightly modified by me.

Changes:
- New PGN parser handles annotated PGN when creating opening book
- Additional command line options
- gnuchessx script added
- Added code for pondering and analysis mode
- Added white/black commands for use with icsDrone
- Command line options now follow GNU standards (./gnuchess --help)
- Some optimisations added
- Book may be stored in /usr/share/games/gnuchess/book.dat
- Program no longer starts search from scratch every move
- Fixed a potential buffer overflow in pgn.c.
- General code cleanups, bug fixes, and probably introduction
  of new bugs, especially in pondering related code
- The opening book is now looked for in
  /usr/lib/games/gnuchess/book.dat if it is not found in the
  working directory.
- Changes for easing compilation with MSVC
- Removed support for the Novag Universal Board. The recommended
  alternative is to use the winboard driver for this board, which
  is linked to on http://www.tim-mann.org/extensions.html
- Bug fixes (as always)
- Bug fixes (The infamous "illegal move" bug should be dead by now.)
- Architecture independent binary book. Yes, you may now move your
  binary book around between little and big endian, 32 and 64 bit
  machines and it should not break.
- Build system is now automake/autoconf, should ease porting gnuchess
  to your favorite strange architecture. (Hell, what about gnuchess on
  cellphones...?)
2004-03-08 03:04:36 +00:00
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmc
f993a8fa26 Turns out gcc 2.95.3 is no better on powerpc for compiling this. Use -O always
for powerpc
2003-03-08 06:00:03 +00:00
jmc
c9faa63260 Check gcc version and for powerpc downgrade CFLAGS to just -O as anything above
that causes bad code generation and core dumps.
2002-03-15 04:59:16 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
jlam
29c533f2d9 Apply a patch from Tim Mann's chess site that fixes the following problem:
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-11 07:54:55 +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
dmcmahill
b936f83949 make this work on alpha. (had bogus endianness test) 2000-12-27 00:24:43 +00:00
jlam
3dbb17828a Update to gnuchess-5.00nb1: add code to allow building of opening books in
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-15 01:53:39 +00:00
jlam
3bdfd7c9b9 Open the opening book with read permissions, not read/write. This fixes
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-10-01 04:24:27 +00:00
jlam
79b20818f5 Remove conflict with gnuchess4. 2000-03-27 10:25:51 +00:00
jlam
827a94d876 Conflicts with gnuchess4. 2000-03-26 14:45:50 +00:00
jlam
c1a19d047c Update gnuchess to 5.00. From the GNU chess web page:
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-03-26 08:29:25 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
417d87caf7 Add home page. 1999-11-17 23:21:53 +00:00
tron
83ada37f65 Add "MIRROR_DISTFILE= no" because the distribution file is fetched from
"ftp.netbsd.org" now.
1999-11-17 23:21:17 +00:00
tron
45bd4ad8fb Update "gnuchess" package to version 4.0.pl80:
- bug in gnuan (difftime was one parameter, should be two.)
1999-11-17 23:06:20 +00:00
tron
81958f07e3 Undo import which went into wrong directory. 1999-11-17 22:07:06 +00:00
tron
dac627c72a Import new "gnome-chess" package:
GNOME's graphical interface for playing chess.
1999-11-17 21:59:36 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
frueauf
3ccddaaf22 Add missing @dirrm rules. 1999-02-18 21:34:36 +00:00
frueauf
925edb8c04 Initial import of gnuchess-4.0.79, the "classic" GNU chess. 1999-02-08 08:48:37 +00:00