summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-08 00:44:43 +0000
committerwiz <wiz>2002-07-08 00:44:43 +0000
commit081c952650cb1c4fb2269b434df055973bf11623 (patch)
tree91b621e3fe048481c13cb252c0be83ac5314f5ce /games
parente8784463068f2c4058ec58595984041e254e4a5d (diff)
downloadpkgsrc-081c952650cb1c4fb2269b434df055973bf11623.tar.gz
Initial import of glickomania-1.0:
Gnome clickomania, or glickomania, is a simple, but dangerously addictive puzzle. The objective is to clear the board of all tiles by removing groups of identical adjacent tiles. Tiles fall downwards to fill empty gaps, and from right to left to fill empty columns. A slight variation of clickomania is known as "the same game" and it has been implemented in KDE (ksame), Gnome (gsame), and most handhelds. The most significant difference is in the scoring: in clickomania the goal is to clear the board, whereas in "same" the objective is to remove as large groups as possible. Glickomania can be very challenging, but this implementation is designed to be relaxing: there is no clock and the user has unlimited undo and redo. Contrary to all other implementations I know of, glickomania ensures all problems presented to the player are indeed solvable.
Diffstat (limited to 'games')
-rw-r--r--games/glickomania/DESCR15
-rw-r--r--games/glickomania/Makefile16
-rw-r--r--games/glickomania/PLIST3
-rw-r--r--games/glickomania/distinfo4
4 files changed, 38 insertions, 0 deletions
diff --git a/games/glickomania/DESCR b/games/glickomania/DESCR
new file mode 100644
index 00000000000..0e72f73ed0a
--- /dev/null
+++ b/games/glickomania/DESCR
@@ -0,0 +1,15 @@
+Gnome clickomania, or glickomania, is a simple, but dangerously
+addictive puzzle. The objective is to clear the board of all tiles
+by removing groups of identical adjacent tiles. Tiles fall downwards
+to fill empty gaps, and from right to left to fill empty columns.
+A slight variation of clickomania is known as "the same game" and
+it has been implemented in KDE (ksame), Gnome (gsame), and most
+handhelds. The most significant difference is in the scoring: in
+clickomania the goal is to clear the board, whereas in "same" the
+objective is to remove as large groups as possible.
+
+Glickomania can be very challenging, but this implementation is
+designed to be relaxing: there is no clock and the user has unlimited
+undo and redo. Contrary to all other implementations I know of,
+glickomania ensures all problems presented to the player are indeed
+solvable.
diff --git a/games/glickomania/Makefile b/games/glickomania/Makefile
new file mode 100644
index 00000000000..6cf8eddefbb
--- /dev/null
+++ b/games/glickomania/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/08 00:44:43 wiz Exp $
+#
+
+DISTNAME= glickomania-1.0
+CATEGORIES= games
+MASTER_SITES= http://hibase.cs.hut.fi/~cessu/glickomania/
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://hibase.cs.hut.fi/~cessu/glickomania/
+COMMENT= clear a board by removing groups of identical, adjacent tiles
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/glickomania/PLIST b/games/glickomania/PLIST
new file mode 100644
index 00000000000..18e232a248d
--- /dev/null
+++ b/games/glickomania/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/08 00:44:43 wiz Exp $
+bin/glickomania
+man/man1/glickomania.1
diff --git a/games/glickomania/distinfo b/games/glickomania/distinfo
new file mode 100644
index 00000000000..b9d98001d6d
--- /dev/null
+++ b/games/glickomania/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/07/08 00:44:43 wiz Exp $
+
+SHA1 (glickomania-1.0.tar.gz) = 38ce66e8c7165903b6e04025da63f68ad924125f
+Size (glickomania-1.0.tar.gz) = 70103 bytes