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 | |
parent | 8950e0e96943dd73a5322e0622a1adf63ad849f3 (diff) | |
download | ports-7526a10e450ca9426aaed0fa9341f56da75cdc0e.tar.gz ports-7526a10e450ca9426aaed0fa9341f56da75cdc0e.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | games/crafty-open-enormous/Makefile | 36 | ||||
-rw-r--r-- | games/crafty-open-enormous/distinfo | 2 | ||||
-rw-r--r-- | games/crafty-open-enormous/files/book-building | 2 | ||||
-rw-r--r-- | games/crafty-open-enormous/pkg-descr | 6 | ||||
-rw-r--r-- | games/crafty-open-enormous/pkg-plist | 1 | ||||
-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 | ||||
-rw-r--r-- | games/crafty-open-medium/Makefile | 37 | ||||
-rw-r--r-- | games/crafty-open-medium/distinfo | 2 | ||||
-rw-r--r-- | games/crafty-open-medium/files/book-building | 2 | ||||
-rw-r--r-- | games/crafty-open-medium/pkg-descr | 6 | ||||
-rw-r--r-- | games/crafty-open-medium/pkg-plist | 1 |
16 files changed, 0 insertions, 154 deletions
diff --git a/games/Makefile b/games/Makefile index 81fc37e21e0c..813c2ad53dbe 100644 --- a/games/Makefile +++ b/games/Makefile @@ -179,9 +179,6 @@ SUBDIR += crack-attack SUBDIR += craft SUBDIR += crafty - SUBDIR += crafty-open-enormous - SUBDIR += crafty-open-large - SUBDIR += crafty-open-medium SUBDIR += crafty-tablebase-no-pawn SUBDIR += crashtest SUBDIR += cre diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile deleted file mode 100644 index 1aa61f37ce5c..000000000000 --- a/games/crafty-open-enormous/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Jonathan Shoemaker <shoemaker@bluebottle.com> -# $FreeBSD$ - -PORTNAME= crafty-open-enormous -PORTVERSION= 20070924 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://www.cis.uab.edu/hyatt/crafty/pgn/ -DISTFILES= enormous.zip -DIST_SUBDIR= crafty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Enormous opening book (about 270 MByte) 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-large-* crafty-open-medium-* crafty-open-default-* - -do-build: - @${ECHO_MSG} '================================================================' - @${ECHO_MSG} 'Ignore warnings about illegal moves. These warnings are normal.' - @${ECHO_MSG} '================================================================' - (cd ${WRKSRC} && crafty bookpath=. <${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-enormous/distinfo b/games/crafty-open-enormous/distinfo deleted file mode 100644 index be7a2156fed2..000000000000 --- a/games/crafty-open-enormous/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (crafty/enormous.zip) = c29bef354014e0cdb91644578101d48419f3aef15c300ab7eb01a1f11f392500 -SIZE (crafty/enormous.zip) = 282114811 diff --git a/games/crafty-open-enormous/files/book-building b/games/crafty-open-enormous/files/book-building deleted file mode 100644 index 5991cb18c62f..000000000000 --- a/games/crafty-open-enormous/files/book-building +++ /dev/null @@ -1,2 +0,0 @@ -book create enormous.pgn 60 2 50 -quit diff --git a/games/crafty-open-enormous/pkg-descr b/games/crafty-open-enormous/pkg-descr deleted file mode 100644 index 85c564300659..000000000000 --- a/games/crafty-open-enormous/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the port of the enormous opening book for crafty. It consumes -about 85-90M. - -It was created with "book create enormous.pgn 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-enormous/pkg-plist b/games/crafty-open-enormous/pkg-plist deleted file mode 100644 index 4a4aa82683d0..000000000000 --- a/games/crafty-open-enormous/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@(nobody,nogroup,664) lib/crafty/book.bin 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 diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile deleted file mode 100644 index 0acaa3c4437f..000000000000 --- a/games/crafty-open-medium/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Stefan Eggers <seggers@semyam.dinoco.de> -# $FreeBSD$ - -PORTNAME= crafty-open-medium -PORTVERSION= 20070909 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= LOCAL/dd/crafty -DISTNAME= medium -DIST_SUBDIR= crafty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Medium opening book (about 1.9 MByte) 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-large-* crafty-open-default-* - -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-medium/distinfo b/games/crafty-open-medium/distinfo deleted file mode 100644 index bdf96624a780..000000000000 --- a/games/crafty-open-medium/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (crafty/medium.zip) = 5a509d00f99d8a4b8fc23e1e7f64a47733c85fc0a7e623eed6fb228101c4c45f -SIZE (crafty/medium.zip) = 8714100 diff --git a/games/crafty-open-medium/files/book-building b/games/crafty-open-medium/files/book-building deleted file mode 100644 index 4065c81929a5..000000000000 --- a/games/crafty-open-medium/files/book-building +++ /dev/null @@ -1,2 +0,0 @@ -book create book.txt 60 2 50 -quit diff --git a/games/crafty-open-medium/pkg-descr b/games/crafty-open-medium/pkg-descr deleted file mode 100644 index f1f0b9fb35cd..000000000000 --- a/games/crafty-open-medium/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the port of the medium opening book for crafty. It consumes -about 1.9 MByte. - -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-medium/pkg-plist b/games/crafty-open-medium/pkg-plist deleted file mode 100644 index 4a4aa82683d0..000000000000 --- a/games/crafty-open-medium/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@(nobody,nogroup,664) lib/crafty/book.bin |