Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989)

version out of the source tree.
This commit is contained in:
Mark Murray 1995-12-23 16:54:11 +00:00
parent e1ebc19ac8
commit 5d1b1b8426
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2584
5 changed files with 63 additions and 0 deletions

21
games/gnuchess/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: Gnu Chess
# Version required: 4.0pl75
# Date created: 22 December 1995
# Whom: markm
#
# $Id$
#
DISTNAME= gnuchess-4.0.pl75
PKGNAME= gnuchess-4.0.75
CATEGORIES+= games
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= markm@FreeBSD.ORG
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
#CONFIGURE_SCRIPT= src/configure
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
.include <bsd.port.mk>

1
games/gnuchess/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gnuchess-4.0.pl75.tar.gz) = aafef7fefcbd8bbc42167332673433fb

View File

@ -0,0 +1 @@
"Classic" Gnu Chess

24
games/gnuchess/pkg-descr Normal file
View File

@ -0,0 +1,24 @@
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

16
games/gnuchess/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
bin/gnuchess
bin/gnuchessr
bin/gnuchessn
bin/gnuchessx
bin/gnuchessc
bin/postprint
bin/gnuan
bin/game
lib/gnuchess.lang
lib/eco.pgn
lib/gnuchess.data
lib/gnuchess.eco
man/man6/game.6
man/man6/gnuan.6
man/man6/gnuchess.6
man/man6/postprint.6