aboutsummaryrefslogtreecommitdiff
path: root/games/twitch
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-27 15:34:18 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-27 15:34:18 +0000
commitaa2769119334a5045d38419995aca597ea24b1f1 (patch)
tree46f389d2a7bc016aa58737ba87b33fe1dfdfd3fe /games/twitch
parentad735287aef46d649c1c08ea3d049288113148cb (diff)
downloadports-aa2769119334a5045d38419995aca597ea24b1f1.tar.gz
ports-aa2769119334a5045d38419995aca597ea24b1f1.zip
Notes
Diffstat (limited to 'games/twitch')
-rw-r--r--games/twitch/Makefile60
-rw-r--r--games/twitch/distinfo4
-rw-r--r--games/twitch/files/pkg-message.in22
-rw-r--r--games/twitch/files/twitch.in7
-rw-r--r--games/twitch/pkg-descr9
-rw-r--r--games/twitch/pkg-plist87
6 files changed, 0 insertions, 189 deletions
diff --git a/games/twitch/Makefile b/games/twitch/Makefile
deleted file mode 100644
index 84fb5e3069e4..000000000000
--- a/games/twitch/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= twitch
-PORTVERSION= 1.0
-PORTREVISION= 13
-CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/Twitch/${PORTVERSION}/ \
- SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
- ${PORTNAME}.png:icons
-EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Overhead 2-d shooter, reminiscent of games like Robotron
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-01-27
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYGAME}
-
-USES= python:2.7
-
-PORTDOCS= AUTHORS BUGS README
-OPTIONS_DEFINE= DOCS
-
-SUB_FILES= ${PORTNAME} pkg-message
-
-DESKTOP_ENTRIES="Twitch" "" "${PORTNAME}" \
- "${PORTNAME}" "Game;ActionGame;" ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^.*#!.*python.*$$|#!${PYTHON_CMD}|; \
- s|whrandom|random|' \
- ${WRKSRC}/${PORTNAME}.py
- @(cd ${WRKSRC} && ${RM} *.py.bak)
-
-do-build:
- @${PYTHON_CMD} -m compileall ${WRKSRC}
- @${PYTHON_CMD} -O -m compileall ${WRKSRC}
-
-do-install:
- @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
- ${WRKDIR}/${PORTNAME}
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} "images levels sound" \
- ${STAGEDIR}${DATADIR})
-.for f in *.py *.pyc *.pyo
- ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
-.endfor
- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
- ${STAGEDIR}${PREFIX}/share/pixmaps/
-
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/games/twitch/distinfo b/games/twitch/distinfo
deleted file mode 100644
index 76fe58e3cb89..000000000000
--- a/games/twitch/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (twitch-1.0.tar.gz) = 2b3f0a08e1981fce70242dd0e8ce5efb753eaf813bde3eeb4a08fb03264fda12
-SIZE (twitch-1.0.tar.gz) = 2160666
-SHA256 (twitch.png) = fe2d8c68d95fe92372ee2b969a1d4df59e3da4eb1a9c504d52e6d1e206a29669
-SIZE (twitch.png) = 3191
diff --git a/games/twitch/files/pkg-message.in b/games/twitch/files/pkg-message.in
deleted file mode 100644
index 5d7b95884284..000000000000
--- a/games/twitch/files/pkg-message.in
+++ /dev/null
@@ -1,22 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Twitch has been installed.
-
-All options are given only in the command line
-
-
-You can use executable
-
- %%DATADIR%%/twitch.py --help
-
-
-Or can use desktop file
-
- %%LOCALBASE%%/share/applications/twitch.desktop
-
-
-Have fun!
-EOM
-}
-]
diff --git a/games/twitch/files/twitch.in b/games/twitch/files/twitch.in
deleted file mode 100644
index 4ffa64ae6e43..000000000000
--- a/games/twitch/files/twitch.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-cd "%%DATADIR%%"
-exec %%PYTHON_CMD%% ./twitch.py -m "${@}"
diff --git a/games/twitch/pkg-descr b/games/twitch/pkg-descr
deleted file mode 100644
index 6ba12af07d5f..000000000000
--- a/games/twitch/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Twitch - a GPL arcade game by David Clark <silenus@telus.net>.
-
-Twitch is an overhead 2-d shooter, reminiscent of games like Robotron or Tron:
-Deadly Disks. The player has entered the fortress of the evil Hippopoticus,
-and is trying to rescue the fair Lady Penelope from his clutches. I wrote
-Twitch as a proof-of-concept: namely that Python, properly written, is fast
-enough to create a playable, cross-platform arcade game.
-
-WWW: https://sourceforge.net/projects/twitch/
diff --git a/games/twitch/pkg-plist b/games/twitch/pkg-plist
deleted file mode 100644
index 0e181642bd65..000000000000
--- a/games/twitch/pkg-plist
+++ /dev/null
@@ -1,87 +0,0 @@
-bin/twitch
-share/pixmaps/twitch.png
-%%DATADIR%%/images/blank1.png
-%%DATADIR%%/images/blank2.png
-%%DATADIR%%/images/blank3.png
-%%DATADIR%%/images/blank4.png
-%%DATADIR%%/images/block1.png
-%%DATADIR%%/images/block2.png
-%%DATADIR%%/images/block3.png
-%%DATADIR%%/images/block4.png
-%%DATADIR%%/images/bomb.png
-%%DATADIR%%/images/bombammo.png
-%%DATADIR%%/images/boss.png
-%%DATADIR%%/images/boss_dying.png
-%%DATADIR%%/images/bulletammo.png
-%%DATADIR%%/images/crosshair.png
-%%DATADIR%%/images/damage.png
-%%DATADIR%%/images/explosion.png
-%%DATADIR%%/images/fire.png
-%%DATADIR%%/images/flame.png
-%%DATADIR%%/images/flamerammo.png
-%%DATADIR%%/images/gate.png
-%%DATADIR%%/images/grenade.png
-%%DATADIR%%/images/grenadeammo.png
-%%DATADIR%%/images/gunner.png
-%%DATADIR%%/images/gunner_dying.png
-%%DATADIR%%/images/healthempty.png
-%%DATADIR%%/images/healthfull.png
-%%DATADIR%%/images/healthkit.png
-%%DATADIR%%/images/heart.png
-%%DATADIR%%/images/hunter.png
-%%DATADIR%%/images/hunter_dying.png
-%%DATADIR%%/images/key.png
-%%DATADIR%%/images/laserammo.png
-%%DATADIR%%/images/penelope.png
-%%DATADIR%%/images/player.png
-%%DATADIR%%/images/player_death.png
-%%DATADIR%%/images/robot.png
-%%DATADIR%%/images/robot_dying.png
-%%DATADIR%%/images/rocket.png
-%%DATADIR%%/images/rocketammo.png
-%%DATADIR%%/images/shooter.png
-%%DATADIR%%/images/shooter_dying.png
-%%DATADIR%%/images/smoke.png
-%%DATADIR%%/images/spawngate.png
-%%DATADIR%%/images/spider.png
-%%DATADIR%%/images/spider_dying.png
-%%DATADIR%%/images/title.png
-%%DATADIR%%/images/weapons.png
-%%DATADIR%%/images/weaponsel.png
-%%DATADIR%%/images/younffp_.ttf
-%%DATADIR%%/levels/1.lvl
-%%DATADIR%%/levels/10.lvl
-%%DATADIR%%/levels/2.lvl
-%%DATADIR%%/levels/3.lvl
-%%DATADIR%%/levels/4.lvl
-%%DATADIR%%/levels/5.lvl
-%%DATADIR%%/levels/6.lvl
-%%DATADIR%%/levels/7.lvl
-%%DATADIR%%/levels/8.lvl
-%%DATADIR%%/levels/9.lvl
-%%DATADIR%%/levels/template.lvl
-%%DATADIR%%/sound/bombblast.wav
-%%DATADIR%%/sound/explosion.wav
-%%DATADIR%%/sound/fealingnull.xm
-%%DATADIR%%/sound/flame.wav
-%%DATADIR%%/sound/gatedown.wav
-%%DATADIR%%/sound/gateup.wav
-%%DATADIR%%/sound/gchuck.wav
-%%DATADIR%%/sound/hunterdeath.wav
-%%DATADIR%%/sound/laser.wav
-%%DATADIR%%/sound/levelintro.wav
-%%DATADIR%%/sound/mg.wav
-%%DATADIR%%/sound/pain1.wav
-%%DATADIR%%/sound/pain2.wav
-%%DATADIR%%/sound/pain3.wav
-%%DATADIR%%/sound/pickup.wav
-%%DATADIR%%/sound/pickuphealth.wav
-%%DATADIR%%/sound/playerdeath.wav
-%%DATADIR%%/sound/rocket.wav
-%%DATADIR%%/sound/schizo.xm
-%%DATADIR%%/sound/shotgun.wav
-%%DATADIR%%/sound/spawngate.wav
-%%DATADIR%%/sound/weaponswitch.wav
-%%DATADIR%%/twitch.py
-%%DATADIR%%/twitch.pyc
-%%DATADIR%%/twitch.pyo