pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/stegavorto Initial import of stegavorto-0.0.2.20...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d236fea91daf
branches:  trunk
changeset: 551257:d236fea91daf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 11 10:33:56 2008 +0000

description:
Initial import of stegavorto-0.0.2.20081210:

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

diffstat:

 games/stegavorto/DESCR    |  12 ++++++++++++
 games/stegavorto/Makefile |  34 ++++++++++++++++++++++++++++++++++
 games/stegavorto/PLIST    |  33 +++++++++++++++++++++++++++++++++
 games/stegavorto/distinfo |   5 +++++
 4 files changed, 84 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r 9beba588ae48 -r d236fea91daf games/stegavorto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stegavorto/DESCR    Thu Dec 11 10:33:56 2008 +0000
@@ -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 -r 9beba588ae48 -r d236fea91daf games/stegavorto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stegavorto/Makefile Thu Dec 11 10:33:56 2008 +0000
@@ -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@localhost
+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 -r 9beba588ae48 -r d236fea91daf games/stegavorto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stegavorto/PLIST    Thu Dec 11 10:33:56 2008 +0000
@@ -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 -r 9beba588ae48 -r d236fea91daf games/stegavorto/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/stegavorto/distinfo Thu Dec 11 10:33:56 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index