./games/exchess, Experimental chess engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.14nb1, Package name: exchess-3.14nb1, Maintainer: pkgsrc-users

EXchess is an experimental chess engine supporting the following features:

* Support for Tim Mann's XBoard.
* Analysis features of XBoard.
* Brute force searches to 60 ply (1 ply = a move by one side).
* Hash tables for storing positions already visited in the search.
* Pondering. (Thinking on the opponent's time.)
* Recursive null move pruning.
* Quiescent capture search.
* Adjustable hash table size.
* Adjustable search and evaluation parameters.


Required to build:
[archivers/unzip]

Master sites: (Expand)

SHA1: 7d8ffbd94dc86a97512826e611048a691c8c646d
RMD160: 0503200c210aaf7ddc69e1372392e8ea690505ea
Filesize: 108.082 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-29 21:29:26 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
DESTDIR support
   2009-06-14 19:57:02 by Joerg Sonnenberger | Files touched by this commit (215)
Log message:
Remove @dirrm entries from PLISTs
   2006-10-04 23:43:01 by Thomas Klausner | Files touched by this commit (21) | Package updated
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
   2006-06-07 14:19:24 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Uses C++.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180)
Log message:
Replaced "# defined" with "yes" in Makefile variables like \ 
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
   2005-04-17 07:48:34 by Min Sik Kim | Files touched by this commit (2)
Log message:
Include time.h to use time().