diff options
author | wiz <wiz> | 2013-04-16 15:45:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-04-16 15:45:09 +0000 |
commit | 29832ce28ce63fd90cfc24daa6460bfd8b63aeed (patch) | |
tree | baf5c6c9d56d397301d457492f5d319518eb3195 | |
parent | f576345ba99740491549eb11ee4fe56befcdb212 (diff) | |
download | pkgsrc-29832ce28ce63fd90cfc24daa6460bfd8b63aeed.tar.gz |
Import pushover-0.0.4 as games/pushover.
Pushover is a faithful reimplementation of the game with the same
name published in 1992 by Ocean. It contains the original levels;
the graphics and sound are very similar when compared with the
original game.
The task of the game is to rearrange the dominoes on the different
platforms so that you can start a chainreaction that makes all
dominoes topple over. You may rearrange all dominoes (except for
one kind of domino) and place them wherever suitable (except in
front of a door).
-rw-r--r-- | games/pushover/DESCR | 10 | ||||
-rw-r--r-- | games/pushover/Makefile | 24 | ||||
-rw-r--r-- | games/pushover/PLIST | 67 | ||||
-rw-r--r-- | games/pushover/distinfo | 5 |
4 files changed, 106 insertions, 0 deletions
diff --git a/games/pushover/DESCR b/games/pushover/DESCR new file mode 100644 index 00000000000..545650a87b4 --- /dev/null +++ b/games/pushover/DESCR @@ -0,0 +1,10 @@ +Pushover is a faithful reimplementation of the game with the same +name published in 1992 by Ocean. It contains the original levels; +the graphics and sound are very similar when compared with the +original game. + +The task of the game is to rearrange the dominoes on the different +platforms so that you can start a chainreaction that makes all +dominoes topple over. You may rearrange all dominoes (except for +one kind of domino) and place them wherever suitable (except in +front of a door). diff --git a/games/pushover/Makefile b/games/pushover/Makefile new file mode 100644 index 00000000000..28766d85d2e --- /dev/null +++ b/games/pushover/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2013/04/16 15:45:09 wiz Exp $ +# + +DISTNAME= pushover-0.0.4 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pushover/} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://pushover.sourceforge.net/ +COMMENT= Remake of Pushover, a fun puzzle game +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake pkg-config + +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../devel/SDL_ttf/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../lang/lua/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/pushover/PLIST b/games/pushover/PLIST new file mode 100644 index 00000000000..167a634ecc1 --- /dev/null +++ b/games/pushover/PLIST @@ -0,0 +1,67 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/16 15:45:09 wiz Exp $ +bin/pushover +share/doc/pushover/AUTHORS +share/doc/pushover/COPYING +share/doc/pushover/ChangeLog +share/doc/pushover/NEWS +share/doc/pushover/README +share/locale/cs/LC_MESSAGES/pushover.mo +share/locale/de/LC_MESSAGES/pushover.mo +share/locale/es/LC_MESSAGES/pushover.mo +share/locale/fr/LC_MESSAGES/pushover.mo +share/locale/it/LC_MESSAGES/pushover.mo +share/locale/ru/LC_MESSAGES/pushover.mo +share/pushover/data/01_StandardFalling.ogg +share/pushover/data/02_StopperHit.ogg +share/pushover/data/03_Splitter.ogg +share/pushover/data/04_Exploder.ogg +share/pushover/data/05_Delay.ogg +share/pushover/data/06_TumblerFalling.ogg +share/pushover/data/07_BridgerFalling.ogg +share/pushover/data/09_TriggerFalling.ogg +share/pushover/data/0A_Ascender.ogg +share/pushover/data/0B_Falling.ogg +share/pushover/data/0C_Landing.ogg +share/pushover/data/0D_PickUpDomino.ogg +share/pushover/data/0E_Tapping.ogg +share/pushover/data/0F_Schrugging.ogg +share/pushover/data/10_DoorClose.ogg +share/pushover/data/11_DoorOpen.ogg +share/pushover/data/13_Victory.ogg +share/pushover/data/FreeSans.ttf +share/pushover/data/ant.png +share/pushover/data/box.png +share/pushover/data/carried.png +share/pushover/data/dominos.png +share/pushover/levels/av.gz +share/pushover/levels/original.gz +share/pushover/pushover.ico +share/pushover/themes/aztec.lua +share/pushover/themes/aztec.ogg +share/pushover/themes/aztec.png +share/pushover/themes/castle.lua +share/pushover/themes/castle.ogg +share/pushover/themes/castle.png +share/pushover/themes/cavern.lua +share/pushover/themes/cavern.png +share/pushover/themes/dungeon.lua +share/pushover/themes/dungeon.ogg +share/pushover/themes/dungeon.png +share/pushover/themes/electro.lua +share/pushover/themes/electro.png +share/pushover/themes/greek.lua +share/pushover/themes/greek.ogg +share/pushover/themes/greek.png +share/pushover/themes/japanese.lua +share/pushover/themes/japanese.ogg +share/pushover/themes/japanese.png +share/pushover/themes/mechanic.lua +share/pushover/themes/mechanic.ogg +share/pushover/themes/mechanic.png +share/pushover/themes/space.lua +share/pushover/themes/space.ogg +share/pushover/themes/space.png +share/pushover/themes/tools.lua +share/pushover/themes/toxcity.lua +share/pushover/themes/toxcity.ogg +share/pushover/themes/toxcity.png diff --git a/games/pushover/distinfo b/games/pushover/distinfo new file mode 100644 index 00000000000..7cf4f760a87 --- /dev/null +++ b/games/pushover/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/16 15:45:09 wiz Exp $ + +SHA1 (pushover-0.0.4.tar.gz) = ca9b5b077e7762c4ae80f0873d2cfa0bd2dcb16b +RMD160 (pushover-0.0.4.tar.gz) = b17ee34410a4f3f4de9252fa20a45798bb38b78a +Size (pushover-0.0.4.tar.gz) = 33136958 bytes |