From 79f169954b2ced3724aeddb79d987596a62ed207 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 23 Dec 1995 16:54:11 +0000 Subject: Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989) version out of the source tree. --- games/gnuchess/Makefile | 21 +++++++++++++++++++++ games/gnuchess/distinfo | 1 + games/gnuchess/pkg-comment | 1 + games/gnuchess/pkg-descr | 24 ++++++++++++++++++++++++ games/gnuchess/pkg-plist | 16 ++++++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 games/gnuchess/Makefile create mode 100644 games/gnuchess/distinfo create mode 100644 games/gnuchess/pkg-comment create mode 100644 games/gnuchess/pkg-descr create mode 100644 games/gnuchess/pkg-plist (limited to 'games/gnuchess') diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile new file mode 100644 index 000000000000..158e6a9abf77 --- /dev/null +++ b/games/gnuchess/Makefile @@ -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 diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo new file mode 100644 index 000000000000..7f66eeefbc99 --- /dev/null +++ b/games/gnuchess/distinfo @@ -0,0 +1 @@ +MD5 (gnuchess-4.0.pl75.tar.gz) = aafef7fefcbd8bbc42167332673433fb diff --git a/games/gnuchess/pkg-comment b/games/gnuchess/pkg-comment new file mode 100644 index 000000000000..43c1141ccfa5 --- /dev/null +++ b/games/gnuchess/pkg-comment @@ -0,0 +1 @@ +"Classic" Gnu Chess diff --git a/games/gnuchess/pkg-descr b/games/gnuchess/pkg-descr new file mode 100644 index 000000000000..f993cb911982 --- /dev/null +++ b/games/gnuchess/pkg-descr @@ -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 diff --git a/games/gnuchess/pkg-plist b/games/gnuchess/pkg-plist new file mode 100644 index 000000000000..02521dde354b --- /dev/null +++ b/games/gnuchess/pkg-plist @@ -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 -- cgit