diff options
Diffstat (limited to 'games/stegavorto')
-rw-r--r-- | games/stegavorto/DESCR | 12 | ||||
-rw-r--r-- | games/stegavorto/Makefile | 34 | ||||
-rw-r--r-- | games/stegavorto/PLIST | 33 | ||||
-rw-r--r-- | games/stegavorto/distinfo | 5 |
4 files changed, 84 insertions, 0 deletions
diff --git a/games/stegavorto/DESCR b/games/stegavorto/DESCR new file mode 100644 index 00000000000..f9a1d5a7f11 --- /dev/null +++ b/games/stegavorto/DESCR @@ -0,0 +1,12 @@ +Last tuesday night I had a dream. +In this dream, Michael Sweet, +frontman of 1980's glam-rock hair-band "Stryper" appeared to me... +except he was wearing a business suit... +and standing on the front lawn of a public library... +and he challenged me to play a game, +a strange game that I had never played before. +When I awoke I knew that I had to program it... + +Click on letters to spell out secret words. + +Your score will be higher if the distance between letters is smaller diff --git a/games/stegavorto/Makefile b/games/stegavorto/Makefile new file mode 100644 index 00000000000..da216e7f0a7 --- /dev/null +++ b/games/stegavorto/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/11 10:33:56 wiz Exp $ +# + +DISTNAME= stegavorto-src +# version number from setup.py's game_version variable + date +PKGNAME= stegavorto-0.0.2.20081210 +CATEGORIES= games +MASTER_SITES= http://hamsterrepublic.com/games/stegavorto/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://james.hamsterrepublic.com/?p=130 +COMMENT= Discover secret messages embedded in the works of great authors + +DIST_SUBDIR= ${PKGNAME_NOREV} + +USE_LANGUAGES= # none + +INSTALLATION_DIRS= bin share/stegavorto/data + +do-build: + ${ECHO} "#!/bin/sh" > ${WRKSRC}/stegavorto + ${ECHO} "cd ${PREFIX}/share/stegavorto && ${PYTHONBIN} stegavorto.py" >> ${WRKSRC}/stegavorto + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/stegavorto ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/stegavorto.py \ + ${DESTDIR}${PREFIX}/share/stegavorto + ${INSTALL_DATA} ${WRKSRC}/data/* \ + ${DESTDIR}${PREFIX}/share/stegavorto/data + +.include "../../devel/py-game/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/stegavorto/PLIST b/games/stegavorto/PLIST new file mode 100644 index 00000000000..8f53a253390 --- /dev/null +++ b/games/stegavorto/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/11 10:33:56 wiz Exp $ +bin/stegavorto +share/stegavorto/data/FreeMonoBold.ttf +share/stegavorto/data/alpha_corner.png +share/stegavorto/data/author_bierce.jpg +share/stegavorto/data/author_carroll.jpg +share/stegavorto/data/author_neruda.jpg +share/stegavorto/data/author_twain.jpg +share/stegavorto/data/icon.png +share/stegavorto/data/impatience.txt +share/stegavorto/data/intro.txt +share/stegavorto/data/levels.txt +share/stegavorto/data/names.txt +share/stegavorto/data/sfx_cheer.ogg +share/stegavorto/data/sfx_select.ogg +share/stegavorto/data/song_my_life_changed.ogg +share/stegavorto/data/story_and_because_love_battles.txt.bz2 +share/stegavorto/data/story_present_at_a_hanging_and_other_ghost_stories.txt.bz2 +share/stegavorto/data/story_the_innocents_abroad.txt.bz2 +share/stegavorto/data/story_through_the_looking_glass.txt.bz2 +share/stegavorto/data/victory_hibiscus.png +share/stegavorto/data/words_long.txt +share/stegavorto/data/words_med.txt +share/stegavorto/data/words_short.txt +share/stegavorto/data/yay_kitten_01.jpg +share/stegavorto/data/yay_kitten_02.jpg +share/stegavorto/data/yay_kitten_03.jpg +share/stegavorto/data/yay_kitten_04.jpg +share/stegavorto/data/yay_kitten_05.jpg +share/stegavorto/data/yay_kitten_06.jpg +share/stegavorto/stegavorto.py +@dirrm share/stegavorto/data +@dirrm share/stegavorto diff --git a/games/stegavorto/distinfo b/games/stegavorto/distinfo new file mode 100644 index 00000000000..8ba4253f583 --- /dev/null +++ b/games/stegavorto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/11 10:33:56 wiz Exp $ + +SHA1 (stegavorto-0.0.2.20081210/stegavorto-src.tar.bz2) = 6f235e6707abda280a3a3cb088141a2bd21a28f9 +RMD160 (stegavorto-0.0.2.20081210/stegavorto-src.tar.bz2) = 1d6a7d5290ce1dcdec1eeda02dda75a3fe8cc73d +Size (stegavorto-0.0.2.20081210/stegavorto-src.tar.bz2) = 2129495 bytes |