Initial import of eboard 0.3.3.

Eboard is a GTK+ chess interface.  It provides a chess board
interface to ICS (Internet Chess Servers) like FICS and chessd,
and to chess engines like GNU Chess, Sjeng and Crafty.
This commit is contained in:
kevlo 2001-10-03 07:53:34 +00:00
parent 65660d2a7d
commit df77b9ec49
4 changed files with 68 additions and 0 deletions

35
games/eboard/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD
COMMENT= "gtk+ chess board interface"
DISTNAME= eboard-0.3.3
CATEGORIES= games
NEED_VERSION= 1.465
HOMEPAGE= http://eboard.sourceforge.net
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= eboard
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
Imlib.19::graphics/imlib
USE_X11= Yes
CONFIGURE_STYLE= gnu
DOCS= Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \
Scripts.txt Sjeng.txt Themes.txt
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/eboard
cd ${WRKSRC}/Documentation; ${INSTALL_DATA} ${DOCS} \
${PREFIX}/share/doc/eboard
.include <bsd.port.mk>

3
games/eboard/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (eboard-0.3.3.tar.gz) = e84c6ce229187d39d277d9a0313ae972
RMD160 (eboard-0.3.3.tar.gz) = dbc47d1afd0800598b4b54bff461142023ac7411
SHA1 (eboard-0.3.3.tar.gz) = 7768f5d939bedfb1b709905f4d75d526476cf170

9
games/eboard/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
Eboard is a GTK+ chess interface. It provides a chess board
interface to ICS (Internet Chess Servers) like FICS and chessd,
and to chess engines like GNU Chess, Sjeng and Crafty.
eboard is currently under development, and its primary purpose is
serving as interface to FICS. About 95% of FICS support is in place,
and it is expected to be complete in the next release.
WWW: ${HOMEPAGE}

21
games/eboard/pkg/PLIST Normal file
View File

@ -0,0 +1,21 @@
@comment $OpenBSD
bin/eboard
bin/eboard-addtheme
bin/eboard-config
man/man1/eboard-addtheme.1
man/man1/eboard-config.1
man/man6/eboard.6
share/doc/eboard/Crafty.txt
share/doc/eboard/FICS-Timeseal.txt
share/doc/eboard/GNUChess4.txt
share/doc/eboard/GNUChess5.txt
share/doc/eboard/Scripts.txt
share/doc/eboard/Sjeng.txt
share/doc/eboard/Themes.txt
share/eboard/basic_g.png
share/eboard/basic_w.png
share/eboard/basic_y.png
share/eboard/eboard_themes.conf
share/eboard/rock.png
@dirrm share/eboard
@dirrm share/doc/eboard