./games/exchess, Experimental chess engine

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


Branch: CURRENT, Version: 7.97beta, Package name: exchess-7.97beta, 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:
[pkgtools/cwrappers]

Master sites:

Filesize: 1718.418 KB

Version history: (Expand)


CVS history: (Expand)


   2022-07-25 11:34:44 by Havard Eidnes | Files touched by this commit (1) | Package updated
Log message:
games/exchess: add forgotten distinfo update after powerpc fix.

Thanks, wiz@
   2022-07-24 23:26:30 by Havard Eidnes | Files touched by this commit (1)
Log message:
games/exchess: Be explicit about needing signed chars.

Fixes build on NetBSD/powerpc where "char" is unsigned.
   2022-04-25 15:53:15 by Tobias Nygren | Files touched by this commit (2)
Log message:
exchess: avoid ambiguous math functions
   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2020-03-21 15:41:45 by Roland Illig | Files touched by this commit (14) | Package removed
Log message:
games/exchess: update to 7.97beta

Changes since 7.31beta are unknown since the upstream author didn't
document anything.

I just stumbled upon this package because it didn't build with
-Werror=char-subscripts. That bug seems to have been fixed.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2018-01-14 16:26:49 by Roland Illig | Files touched by this commit (37)
Log message:
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q