pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/monsterz Initial import of monsterz-0.7.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccf552c461df
branches:  trunk
changeset: 522662:ccf552c461df
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 17 10:33:11 2006 +0000

description:
Initial import of monsterz-0.7.0:

Monsterz is a little puzzle game, similar to the famous Bejeweled
or Zookeeper.

The goal of the game is to create rows of similar monsters, either
horizontally or vertically. The only allowed move is the swap of
two adjacent monsters, on the condition that it creates a row of
three or more. When alignments are cleared, pieces fall from the
top of the screen to fill the board again. Chain reactions earn
you even more points.

This game is mostly about luck, but it remains highly addictive.
You have been warned.

diffstat:

 games/monsterz/DESCR            |  12 ++++++++++++
 games/monsterz/Makefile         |  16 ++++++++++++++++
 games/monsterz/PLIST            |  23 +++++++++++++++++++++++
 games/monsterz/distinfo         |   6 ++++++
 games/monsterz/patches/patch-aa |  13 +++++++++++++
 5 files changed, 70 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 34b692f7e994 -r ccf552c461df games/monsterz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/monsterz/DESCR      Sun Dec 17 10:33:11 2006 +0000
@@ -0,0 +1,12 @@
+Monsterz is a little puzzle game, similar to the famous Bejeweled
+or Zookeeper.
+
+The goal of the game is to create rows of similar monsters, either
+horizontally or vertically. The only allowed move is the swap of
+two adjacent monsters, on the condition that it creates a row of
+three or more. When alignments are cleared, pieces fall from the
+top of the screen to fill the board again. Chain reactions earn
+you even more points.
+
+This game is mostly about luck, but it remains highly addictive.
+You have been warned.
diff -r 34b692f7e994 -r ccf552c461df games/monsterz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/monsterz/Makefile   Sun Dec 17 10:33:11 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $
+#
+
+DISTNAME=              monsterz-0.7.0
+CATEGORIES=            games
+MASTER_SITES=          http://sam.zoy.org/monsterz/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://sam.zoy.org/monsterz/
+COMMENT=               Puzzle game similar to the famous Bejeweled or Zookeeper
+
+DEPENDS+=              ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
+DEPENDS+=              ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 34b692f7e994 -r ccf552c461df games/monsterz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/monsterz/PLIST      Sun Dec 17 10:33:11 2006 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $
+bin/monsterz
+share/games/monsterz/graphics/background.png
+share/games/monsterz/graphics/bigtiles.png
+share/games/monsterz/graphics/board.png
+share/games/monsterz/graphics/icon.png
+share/games/monsterz/graphics/logo.png
+share/games/monsterz/graphics/tiles.png
+share/games/monsterz/monsterz.py
+share/games/monsterz/sound/applause.wav
+share/games/monsterz/sound/boing.wav
+share/games/monsterz/sound/click.wav
+share/games/monsterz/sound/ding.wav
+share/games/monsterz/sound/duh.wav
+share/games/monsterz/sound/grunt.wav
+share/games/monsterz/sound/laugh.wav
+share/games/monsterz/sound/music.s3m
+share/games/monsterz/sound/pop.wav
+share/games/monsterz/sound/warning.wav
+share/games/monsterz/sound/whip.wav
+@dirrm share/games/monsterz/sound
+@dirrm share/games/monsterz/graphics
+@dirrm share/games/monsterz
diff -r 34b692f7e994 -r ccf552c461df games/monsterz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/monsterz/distinfo   Sun Dec 17 10:33:11 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $
+
+SHA1 (monsterz-0.7.0.tar.gz) = c00beb53af57c858179225d69b8c3e0408184f91
+RMD160 (monsterz-0.7.0.tar.gz) = 10aa3dd2471ac24b765f5d289a54b703f41bc084
+Size (monsterz-0.7.0.tar.gz) = 1881420 bytes
+SHA1 (patch-aa) = 59d0e33054001e57c107a92554a77b684b4c60f0
diff -r 34b692f7e994 -r ccf552c461df games/monsterz/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/monsterz/patches/patch-aa   Sun Dec 17 10:33:11 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $
+
+--- Makefile.orig      2006-05-12 18:39:38.000000000 +0200
++++ Makefile
+@@ -1,6 +1,6 @@
+ 
+-prefix = /usr/local
+-gamesdir = ${prefix}/games
++prefix = ${PREFIX}
++gamesdir = ${prefix}/bin
+ datadir = ${prefix}/share
+ pkgdatadir = $(datadir)/games/monsterz
+ scoredir = /var/games



Home | Main Index | Thread Index | Old Index