diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-11-21 18:50:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-21 18:50:58 +0000 |
commit | 7fc25c874cfce929ce6de55098ecc7810723af08 (patch) | |
tree | 387ce7fb80de9b466259cd0b299fa7949a613a45 /games | |
parent | fc3b56ba75eb2074ab25d637077a382f3c546b8f (diff) | |
download | ports-7fc25c874cfce929ce6de55098ecc7810723af08.tar.gz ports-7fc25c874cfce929ce6de55098ecc7810723af08.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 | ||||
-rw-r--r-- | games/bogged/Makefile | 34 | ||||
-rw-r--r-- | games/bogged/distinfo | 2 | ||||
-rw-r--r-- | games/bogged/pkg-descr | 2 | ||||
-rw-r--r-- | games/ifm/Makefile | 25 | ||||
-rw-r--r-- | games/ifm/distinfo | 2 | ||||
-rw-r--r-- | games/ifm/pkg-descr | 19 | ||||
-rw-r--r-- | games/ifm/pkg-plist | 16 | ||||
-rw-r--r-- | games/tksol/Makefile | 41 | ||||
-rw-r--r-- | games/tksol/distinfo | 2 | ||||
-rw-r--r-- | games/tksol/pkg-descr | 9 | ||||
-rw-r--r-- | games/tksol/pkg-plist | 100 | ||||
-rw-r--r-- | games/ttraffic/Makefile | 37 | ||||
-rw-r--r-- | games/ttraffic/distinfo | 2 | ||||
-rw-r--r-- | games/ttraffic/pkg-descr | 12 | ||||
-rw-r--r-- | games/ttraffic/pkg-plist | 2 |
16 files changed, 0 insertions, 309 deletions
diff --git a/games/Makefile b/games/Makefile index 78de3f13a71e..13411ea545ec 100644 --- a/games/Makefile +++ b/games/Makefile @@ -103,7 +103,6 @@ SUBDIR += blokish SUBDIR += bloodfrontier SUBDIR += bluemoon - SUBDIR += bogged SUBDIR += bomber SUBDIR += bomberclone SUBDIR += bomberinstinct @@ -432,7 +431,6 @@ SUBDIR += icbm3d SUBDIR += icebreaker SUBDIR += iceicepenguin - SUBDIR += ifm SUBDIR += imaze SUBDIR += impossible_mission_puzzle SUBDIR += inform @@ -977,7 +975,6 @@ SUBDIR += timeseal SUBDIR += tinymux SUBDIR += tkmoo - SUBDIR += tksol SUBDIR += tomatoes SUBDIR += tome4 SUBDIR += tomenet @@ -1000,7 +997,6 @@ SUBDIR += trophy SUBDIR += tsito SUBDIR += tt - SUBDIR += ttraffic SUBDIR += ttt SUBDIR += tty-solitaire SUBDIR += tux-aqfh diff --git a/games/bogged/Makefile b/games/bogged/Makefile deleted file mode 100644 index 1e9cc94c16e7..000000000000 --- a/games/bogged/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Andrey Zakhvatov -# $FreeBSD$ - -PORTNAME= bogged -PORTVERSION= 1.0.0 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= SUNSITE/games/strategy -EXTRACT_SUFX= .gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Word game for X Window System - -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 - -EXTRACT_CMD= ${GZIP_CMD} -EXTRACT_BEFORE_ARGS= -dc -EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -PLIST_FILES= bin/bogged - -post-patch: - @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bogged - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/bogged/distinfo b/games/bogged/distinfo deleted file mode 100644 index 6fdce282303a..000000000000 --- a/games/bogged/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bogged-1.0.0.gz) = f4eb0c087e92eae36a57414e512ed5bd8640e0b5b2955a5a9c207f933e795d4e -SIZE (bogged-1.0.0.gz) = 5437 diff --git a/games/bogged/pkg-descr b/games/bogged/pkg-descr deleted file mode 100644 index 8e436cf4855d..000000000000 --- a/games/bogged/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Bogged is an addictive word game, like boggle, -for X Window System and Tcl/Tk. diff --git a/games/ifm/Makefile b/games/ifm/Makefile deleted file mode 100644 index c8d1a19d7184..000000000000 --- a/games/ifm/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Dave Chapeskie <dchapes@ddm.on.ca> -# $FreeBSD$ - -PORTNAME= ifm -PORTVERSION= 5.4 -CATEGORIES= games tk -MASTER_SITES= http://www.ifarchive.org/if-archive/mapping-tools/ - -MAINTAINER= akosela@andykosela.com -COMMENT= Interactive Fiction mapper and walkthrough generator - -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 - -USES= perl5 gmake -GNU_CONFIGURE= yes -CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4 - -post-patch: - @${REINPLACE_CMD} -e 's/lib doc man/lib man/g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/games/ifm/distinfo b/games/ifm/distinfo deleted file mode 100644 index 01008fe0c5c0..000000000000 --- a/games/ifm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ifm-5.4.tar.gz) = dbc2c6b2feedf3a32d8f17dde302f554e5cdbf28dfb2621209d76a54a20a49d7 -SIZE (ifm-5.4.tar.gz) = 904410 diff --git a/games/ifm/pkg-descr b/games/ifm/pkg-descr deleted file mode 100644 index d19e0c3e5d75..000000000000 --- a/games/ifm/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Ifm (Interactive Fiction Mapper) is a language for keeping track of your -progress through an Interactive Fiction game, and a program for producing -various different sorts of output using it. You can record each room you -visit and its relation to other rooms, the initial locations of useful -items you find, and the tasks you need to perform in order to solve the -game. - -The Ifm mapping commands are designed so that you can easily add to the map -as you explore the game. You type in the rooms you visit and the -directions you move in to reach other rooms, and Ifm calculates the -position of each room in relation to the others. A map can consist of -several independent sections, allowing you to divide up the map however you -like. - -The Ifm task commands, if used, allow you to specify the order in which -game-solving tasks must be done. The Ifm program can then calculate and -print different styles of walkthrough for the game. - -WWW: http://www.sentex.net/~dchapes/ifm/ diff --git a/games/ifm/pkg-plist b/games/ifm/pkg-plist deleted file mode 100644 index 3b810d43ee84..000000000000 --- a/games/ifm/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/ifm -bin/ifm2dev -bin/ifm2tex -bin/ifm2web -bin/scr2ifm -bin/tkifm -%%DATADIR%%/helvetica.ifm -%%DATADIR%%/ifm-init.ifm -%%DATADIR%%/ifm-pro.ps -%%DATADIR%%/ifm-rgb.txt -%%DATADIR%%/noshadow.ifm -%%DATADIR%%/puzzle.ifm -%%DATADIR%%/reckless.ifm -%%DATADIR%%/special.ifm -%%DATADIR%%/verbose.ifm -man/man1/ifm.1.gz diff --git a/games/tksol/Makefile b/games/tksol/Makefile deleted file mode 100644 index eea3dbb8dfde..000000000000 --- a/games/tksol/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Thomas Gellekum <tg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tksol -PORTVERSION= 1.8.4 -PORTREVISION= 2 -CATEGORIES= games tk -MASTER_SITES= SUNSITE/games/solitaires - -MAINTAINER= ports@FreeBSD.org -COMMENT= Version of the card game solitaire - -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - -LICENSE= GPLv2 - -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 - -USES= shebangfix tar:tgz -SHEBANG_FILES= pictures/generate_mini_pictures -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes - -post-patch: - @${REINPLACE_CMD} -e \ - 's|^#/bin/sh|#!/bin/sh| ; \ - s|/usr/local/lib/tksol|${DATADIR}| ; \ - s|wish|wish8.4|' ${WRKSRC}/tksol - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tksol ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tksol.6 ${STAGEDIR}${MANPREFIX}/man/man6 - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.xbm ${STAGEDIR}${DATADIR} -.for dir in cardbacks cards pictures - ${TAR} -C ${WRKSRC} --exclude ".xvpics" -cf - ${dir} | \ - ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - -.endfor - -.include <bsd.port.mk> diff --git a/games/tksol/distinfo b/games/tksol/distinfo deleted file mode 100644 index 6cd2c2494052..000000000000 --- a/games/tksol/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tksol-1.8.4.tgz) = 917a5dd994ee9ab21ecb67adb5c8aaf9d2a2a5c1b656eb13345365b192339aa6 -SIZE (tksol-1.8.4.tgz) = 209089 diff --git a/games/tksol/pkg-descr b/games/tksol/pkg-descr deleted file mode 100644 index c64bf0fc9839..000000000000 --- a/games/tksol/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -WHAT IS TKSOL -------------- -TkSol is a version of the card game solitaire written with the Tcl/Tk -language. A color monitor is highly recommended, especially if you want -to get addicted to the game, as trying to see which card is black and -which is red under monochrome can be rather eye soring :(. TkSol comes -with a set of cardfront [faceup card] bitmaps created by Joseph L. -Traub (see cardbitmaps/copyright.h). An initial set of cardback -[facedown card] bitmaps was hacked up by James da Silva diff --git a/games/tksol/pkg-plist b/games/tksol/pkg-plist deleted file mode 100644 index fed3efbfa15f..000000000000 --- a/games/tksol/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/tksol -man/man6/tksol.6.gz -%%DATADIR%%/cardbacks/bucky.xbm -%%DATADIR%%/cardbacks/circles.xbm -%%DATADIR%%/cardbacks/darts.xbm -%%DATADIR%%/cardbacks/default -%%DATADIR%%/cardbacks/leopard.xbm -%%DATADIR%%/cardbacks/lines.xbm -%%DATADIR%%/cardbacks/linux.xbm -%%DATADIR%%/cardbacks/new.xbm -%%DATADIR%%/cardbacks/roach.xbm -%%DATADIR%%/cardbacks/rock.xbm -%%DATADIR%%/cardbacks/x.xbm -%%DATADIR%%/cardbacks/xx.xbm -%%DATADIR%%/cards/c1 -%%DATADIR%%/cards/c10 -%%DATADIR%%/cards/c11 -%%DATADIR%%/cards/c12 -%%DATADIR%%/cards/c13 -%%DATADIR%%/cards/c2 -%%DATADIR%%/cards/c3 -%%DATADIR%%/cards/c4 -%%DATADIR%%/cards/c5 -%%DATADIR%%/cards/c6 -%%DATADIR%%/cards/c7 -%%DATADIR%%/cards/c8 -%%DATADIR%%/cards/c9 -%%DATADIR%%/cards/cardbitmaps.c -%%DATADIR%%/cards/copyright.h -%%DATADIR%%/cards/d1 -%%DATADIR%%/cards/d10 -%%DATADIR%%/cards/d11 -%%DATADIR%%/cards/d12 -%%DATADIR%%/cards/d13 -%%DATADIR%%/cards/d2 -%%DATADIR%%/cards/d3 -%%DATADIR%%/cards/d4 -%%DATADIR%%/cards/d5 -%%DATADIR%%/cards/d6 -%%DATADIR%%/cards/d7 -%%DATADIR%%/cards/d8 -%%DATADIR%%/cards/d9 -%%DATADIR%%/cards/h1 -%%DATADIR%%/cards/h10 -%%DATADIR%%/cards/h11 -%%DATADIR%%/cards/h12 -%%DATADIR%%/cards/h13 -%%DATADIR%%/cards/h2 -%%DATADIR%%/cards/h3 -%%DATADIR%%/cards/h4 -%%DATADIR%%/cards/h5 -%%DATADIR%%/cards/h6 -%%DATADIR%%/cards/h7 -%%DATADIR%%/cards/h8 -%%DATADIR%%/cards/h9 -%%DATADIR%%/cards/s1 -%%DATADIR%%/cards/s10 -%%DATADIR%%/cards/s11 -%%DATADIR%%/cards/s12 -%%DATADIR%%/cards/s13 -%%DATADIR%%/cards/s2 -%%DATADIR%%/cards/s3 -%%DATADIR%%/cards/s4 -%%DATADIR%%/cards/s5 -%%DATADIR%%/cards/s6 -%%DATADIR%%/cards/s7 -%%DATADIR%%/cards/s8 -%%DATADIR%%/cards/s9 -%%DATADIR%%/mask.xbm -%%DATADIR%%/pictures/armidillo.xbm -%%DATADIR%%/pictures/bosch7a.xbm -%%DATADIR%%/pictures/chess.xbm -%%DATADIR%%/pictures/default -%%DATADIR%%/pictures/dragon.xbm -%%DATADIR%%/pictures/dugong.xbm -%%DATADIR%%/pictures/fruit.xbm -%%DATADIR%%/pictures/gem.xbm -%%DATADIR%%/pictures/generate_mini_pictures -%%DATADIR%%/pictures/grypheura.xbm -%%DATADIR%%/pictures/halloween.xbm -%%DATADIR%%/pictures/hwowl.xbm -%%DATADIR%%/pictures/kittyt.xbm -%%DATADIR%%/pictures/mini/armidillo.xbm -%%DATADIR%%/pictures/mini/bosch7a.xbm -%%DATADIR%%/pictures/mini/chess.xbm -%%DATADIR%%/pictures/mini/dragon.xbm -%%DATADIR%%/pictures/mini/dugong.xbm -%%DATADIR%%/pictures/mini/fruit.xbm -%%DATADIR%%/pictures/mini/gem.xbm -%%DATADIR%%/pictures/mini/grypheura.xbm -%%DATADIR%%/pictures/mini/halloween.xbm -%%DATADIR%%/pictures/mini/hwowl.xbm -%%DATADIR%%/pictures/mini/kittyt.xbm -%%DATADIR%%/pictures/mini/myth06.xbm -%%DATADIR%%/pictures/mini/ratel.xbm -%%DATADIR%%/pictures/mini/thewingedhorse.xbm -%%DATADIR%%/pictures/myth06.xbm -%%DATADIR%%/pictures/ratel.xbm -%%DATADIR%%/pictures/thewingedhorse.xbm -%%DATADIR%%/place.xbm diff --git a/games/ttraffic/Makefile b/games/ttraffic/Makefile deleted file mode 100644 index e466d0924ba6..000000000000 --- a/games/ttraffic/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Anton Berezin <tobez@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ttraffic -PORTVERSION= 0.8 -PORTREVISION= 2 -CATEGORIES= games tk -MASTER_SITES= http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ \ - http://www.tobez.org/download/port-mirrors/games/ttraffic/ - -MAINTAINER= tobez@FreeBSD.org -COMMENT= TTraffic - A Tcl/Tk version of Rush Hour - -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - -BUILD_DEPENDS= wish8.4:x11-toolkits/tk84 -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 - -NO_BUILD= yes -USES= shebangfix perl5 -USE_PERL5= build -SHEBANG_FILES= ttraffic.tcl -SHEBANG_LANG= wish -wish_OLD_CMD= /usr/bin/wish -wish_CMD= ${LOCALBASE}/bin/wish8.4 - -post-patch: - @${REINPLACE_CMD} -i '' -e 's|/usr/local/share/ttraffic/|${DATADIR}/|' \ - ${WRKSRC}/ttraffic.tcl - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${STAGEDIR}${PREFIX}/bin/ttraffic - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/games/ttraffic/distinfo b/games/ttraffic/distinfo deleted file mode 100644 index 9191c07db8a7..000000000000 --- a/games/ttraffic/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ttraffic-0.8.tar.gz) = 6dae487a763cb5b4df04d2d94f382e2c5d526ee3aefa52877453f3912890180f -SIZE (ttraffic-0.8.tar.gz) = 100521 diff --git a/games/ttraffic/pkg-descr b/games/ttraffic/pkg-descr deleted file mode 100644 index 1bd841c248e3..000000000000 --- a/games/ttraffic/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -TTraffic is a Tcl/Tk version of the board game Rush Hour created by -Binary Arts Coporation. The goal is to remove the red car(s) out of the -grid through the slot on the right. To do this you have to slide the -other cars out of the way. TTraffic is inspired by GTraffic, the Gnome -version Rush Hour. TTraffic comes with about 15.000 puzzles ranging from -intermediate to expert. These puzzles were automatically created by the -program gtlevel. - -WWW: http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ttraffic.html - --Anton -<tobez@FreeBSD.org> diff --git a/games/ttraffic/pkg-plist b/games/ttraffic/pkg-plist deleted file mode 100644 index 3307bf9ffa49..000000000000 --- a/games/ttraffic/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ttraffic -share/ttraffic/ttraffic.levels |