Add amy 0.8.2, a chess program for playing and analyzing games.

PR:		47672
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de>
This commit is contained in:
Mark Pulford 2003-02-15 15:12:59 +00:00
parent f51ff0aa5c
commit a255bd6e63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75579
5 changed files with 50 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += alephone
SUBDIR += alephone-data
SUBDIR += amphetamine
SUBDIR += amy
SUBDIR += an
SUBDIR += angband
SUBDIR += antipolix

32
games/amy/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: amy
# Date created: 30 Jan 2003
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#
PORTNAME= amy
PORTVERSION= 0.8.2
CATEGORIES= games
MASTER_SITES= http://www.stethojupi.de/
DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz
MAINTAINER= thorsten.greiner@web.de
COMMENT= A chess program for playing and analyzing games
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install
HAS_CONFIGURE= yes
post-extract:
${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
${WRKSRC}/PGN/ClassicGames.pgn
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

2
games/amy/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (amy-0.8.2.tar.gz) = 52aa891abac2245ac88df9b793cb4462
MD5 (ClassicGames.pgn.bz2) = 87a741347572c2f616e5228bdd0e637b

9
games/amy/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
A chess program for playing and analyzing games. Amy comes complete with
an opening book build from about 12000 master games. Please read the
README file to find out how build your own book or use endgame tablebases.
The user interface is command line based. For a graphical user interface
install xboard (xboard) and use the '-fcp Amy' switch to play
against Amy.
WWW: http://www.stethojupi.de/software.html

6
games/amy/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/Amy
share/amy/Book.db
share/amy/Eco.db
@dirrm share/amy
%%PORTDOCS%%share/doc/amy/README
%%PORTDOCS%%@dirrm share/doc/amy