diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-08-21 12:06:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-08-21 12:06:54 +0000 |
commit | 7526a10e450ca9426aaed0fa9341f56da75cdc0e (patch) | |
tree | 7247af281307dfc53b3d0e9891be0278d6ed213a /games/crafty-open-large | |
parent | 8950e0e96943dd73a5322e0622a1adf63ad849f3 (diff) | |
download | ports-7526a10e450ca9426aaed0fa9341f56da75cdc0e.tar.gz ports-7526a10e450ca9426aaed0fa9341f56da75cdc0e.zip |
Notes
Diffstat (limited to 'games/crafty-open-large')
-rw-r--r-- | games/crafty-open-large/Makefile | 40 | ||||
-rw-r--r-- | games/crafty-open-large/distinfo | 8 | ||||
-rw-r--r-- | games/crafty-open-large/files/book-building | 2 | ||||
-rw-r--r-- | games/crafty-open-large/pkg-descr | 5 | ||||
-rw-r--r-- | games/crafty-open-large/pkg-plist | 1 |
5 files changed, 0 insertions, 56 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile deleted file mode 100644 index 136e2f42db80..000000000000 --- a/games/crafty-open-large/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Stefan Eggers <seggers@semyam.dinoco.de> -# $FreeBSD$ - -PORTNAME= crafty-open-large -PORTVERSION= 20070909 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= LOCAL/dd/crafty -DISTFILES= large1.zip large2.zip large3.zip large4.zip -DIST_SUBDIR= crafty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Large opening book for crafty - -BROKEN= conflicts with games/crafty -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -BUILD_DEPENDS= crafty:games/crafty -RUN_DEPENDS= crafty:games/crafty - -USES= zip -NO_WRKSUBDIR= yes -CONFLICTS= crafty-open-enormous-* crafty-open-medium-* crafty-open-default-* - -post-extract: - ${CAT} ${WRKSRC}/Book1.pgn ${WRKSRC}/Book2.pgn ${WRKSRC}/Book3.pgn ${WRKSRC}/Book4.pgn >${WRKSRC}/Book.pgn - ${RM} ${WRKSRC}/Book1.pgn ${WRKSRC}/Book2.pgn ${WRKSRC}/Book3.pgn ${WRKSRC}/Book4.pgn - -do-build: - @${ECHO_MSG} '================================================================' - @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' - @${ECHO_MSG} '================================================================' - (cd ${WRKSRC} && crafty <${FILESDIR}/book-building) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/crafty - ${INSTALL_DATA} ${WRKSRC}/book.bin ${STAGEDIR}${PREFIX}/lib/crafty/book.bin - -.include <bsd.port.mk> diff --git a/games/crafty-open-large/distinfo b/games/crafty-open-large/distinfo deleted file mode 100644 index 8a58b37c5d0e..000000000000 --- a/games/crafty-open-large/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (crafty/large1.zip) = 90f18e8d5084b9d63cad74b4e5996193e88008d98958d67aa0bf4d6e89eda6ae -SIZE (crafty/large1.zip) = 6326344 -SHA256 (crafty/large2.zip) = 84136cfd51e1efc45e29ee25026814e740d713d74b5823f4376c251c982a0c20 -SIZE (crafty/large2.zip) = 6255452 -SHA256 (crafty/large3.zip) = 214a17b98e37406b6bcbb4c47ba9df5ce2ee867518a52bb5cace210ffe702a8e -SIZE (crafty/large3.zip) = 6427389 -SHA256 (crafty/large4.zip) = 22ca2fbffae7e3b824985ab9f26abea64ecee35968f7811189f62b1b879f3767 -SIZE (crafty/large4.zip) = 4475843 diff --git a/games/crafty-open-large/files/book-building b/games/crafty-open-large/files/book-building deleted file mode 100644 index ef6d879b7537..000000000000 --- a/games/crafty-open-large/files/book-building +++ /dev/null @@ -1,2 +0,0 @@ -book create Book.pgn 60 2 50 -quit diff --git a/games/crafty-open-large/pkg-descr b/games/crafty-open-large/pkg-descr deleted file mode 100644 index 23281eb0bcda..000000000000 --- a/games/crafty-open-large/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the port of the large opening book for crafty. - -It was created with "book create book.txt 60 2 50" (see the crafty -documentation and online help for a more thorough explanation of what -this does). diff --git a/games/crafty-open-large/pkg-plist b/games/crafty-open-large/pkg-plist deleted file mode 100644 index 4a4aa82683d0..000000000000 --- a/games/crafty-open-large/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@(nobody,nogroup,664) lib/crafty/book.bin |