As previously announced, remove crafty-open-small (fails to fetch).
This commit is contained in:
parent
687dbdf1f1
commit
88f6e1ee62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119999
6 changed files with 0 additions and 55 deletions
|
@ -82,7 +82,6 @@
|
|||
SUBDIR += crafty
|
||||
SUBDIR += crafty-open-large
|
||||
SUBDIR += crafty-open-medium
|
||||
SUBDIR += crafty-open-small
|
||||
SUBDIR += crimson
|
||||
SUBDIR += criticalmass
|
||||
SUBDIR += crossfire-client
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
# New ports collection makefile for: crafty-open-small
|
||||
# Date created: 1 June 1998
|
||||
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= crafty-open-small
|
||||
PORTVERSION= 19970301
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/small/
|
||||
DISTNAME= small
|
||||
|
||||
MAINTAINER= seggers@semyam.dinoco.de
|
||||
COMMENT= The small opening book (about 600 KByte) for crafty
|
||||
|
||||
BROKEN= "Does not fetch"
|
||||
EXPIRATION_DATE=2004-08-20
|
||||
DEPRECATED= ${BROKEN}
|
||||
|
||||
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
||||
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
||||
|
||||
DIST_SUBDIR= crafty
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-build:
|
||||
@${ECHO_MSG} '================================================================'
|
||||
@${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.'
|
||||
@${ECHO_MSG} '================================================================'
|
||||
(cd ${WRKDIR}; crafty <${FILESDIR}/book-building)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/crafty
|
||||
${INSTALL_DATA} ${WRKDIR}/book.bin ${PREFIX}/lib/crafty/small-book.bin
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
MD5 (crafty/small.zip) = 4faca1c02593e142ab9d901935c41dea
|
||||
SIZE (crafty/small.zip) = 160309
|
|
@ -1,2 +0,0 @@
|
|||
book create small.txt 60 3
|
||||
quit
|
|
@ -1,10 +0,0 @@
|
|||
This is the port of the small opening book for crafty. It consumes
|
||||
about 600 KByte.
|
||||
|
||||
It was created with "book create small.txt 60 3" (see the crafty
|
||||
documentation and online help for a more thorough explanation of what
|
||||
this does) which discards all openings not played in at least three
|
||||
games which I expect to be a reasonable constant, but I am open to
|
||||
suggestions on this.
|
||||
|
||||
- Stefan Eggers <seggers@semyam.dinoco.de>
|
|
@ -1,2 +0,0 @@
|
|||
lib/crafty/small-book.bin
|
||||
@dirrm lib/crafty
|
Loading…
Reference in a new issue