./games/gnuchess4, The classic GNU chess

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


Branch: CURRENT, Version: 4.0.80, Package name: gnuchess4-4.0.80, Maintainer: pkgsrc-users

Gnuchess plays a game of chess against the user or it
plays against itself.

Gnuchess is an updated version of the GNU chess playing
program. It has a simple alpha-numeric board display, an
IBM PC compatible interface, or it can be compiled for use
with the chesstool program on a SUN workstation or with
the xboard program under X-windows. To invoke the program
gnuchess
- simple curses based version

gnuchessn
- fancy version using curses and inverse video on
UNIX, or IBM PC cursor controls and characters on
MSDOS

gnuchessr
- ASCII based version

gnuchessc
- chesstool compatible version

gnuchessx
- xboard compatible version


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 1458.281 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-10 00:11:26 by Nia Alarie | Files touched by this commit (1)
Log message:
gnuchess4: Add missing curses/termcap dependencies
   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-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537)
Log message:
Sort PLIST files.

Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
   2017-08-19 02:21:01 by Johnny C. Lam | Files touched by this commit (2)
Log message:
games/gnuchess4: Install manpages into ${PKGMANDIR}.

Modify the project Makefile to set MANDIR, the location of the
installed manpages, to point to ${PKGMANDIR}.
   2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219)
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
   2012-12-20 23:02:13 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix C99 inline misuse.