pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/InterLOGIC Initial import of InterLOGIC-0.30:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4f6e0e6d0a8
branches: trunk
changeset: 501131:a4f6e0e6d0a8
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 17 08:08:43 2005 +0000
description:
Initial import of InterLOGIC-0.30:
The game InterLOGIC is based on the old Amiga logic game "Balls".
The object of the game is to move balls of different colors through
a maze, connecting them with other balls of the same color. Two or
more connected balls of the same color will disappear. The aim of
the game is to clean the whole maze in this way. The balls are
connected if they are right next to each other horizontally or
vertically, but not diagonally. The current release contains 30
mind-breaking levels for you to solve.
diffstat:
games/InterLOGIC/DESCR | 8 ++++++++
games/InterLOGIC/Makefile | 25 +++++++++++++++++++++++++
games/InterLOGIC/PLIST | 4 ++++
games/InterLOGIC/TODO | 1 +
games/InterLOGIC/distinfo | 5 +++++
5 files changed, 43 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 4b1b1494e3aa -r a4f6e0e6d0a8 games/InterLOGIC/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/InterLOGIC/DESCR Mon Oct 17 08:08:43 2005 +0000
@@ -0,0 +1,8 @@
+The game InterLOGIC is based on the old Amiga logic game "Balls".
+The object of the game is to move balls of different colors through
+a maze, connecting them with other balls of the same color. Two or
+more connected balls of the same color will disappear. The aim of
+the game is to clean the whole maze in this way. The balls are
+connected if they are right next to each other horizontally or
+vertically, but not diagonally. The current release contains 30
+mind-breaking levels for you to solve.
diff -r 4b1b1494e3aa -r a4f6e0e6d0a8 games/InterLOGIC/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/InterLOGIC/Makefile Mon Oct 17 08:08:43 2005 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $
+#
+
+DISTNAME= interLOGIC-src-0.30
+# authors' preferred casing
+PKGNAME= InterLOGIC-0.30
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=interlogic/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://sourceforge.net/projects/interlogic/
+COMMENT= Logic/puzzle game based on the old Amiga game "Balls"
+
+WRKSRC= ${WRKDIR}/interlogic
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b1b1494e3aa -r a4f6e0e6d0a8 games/InterLOGIC/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/InterLOGIC/PLIST Mon Oct 17 08:08:43 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $
+bin/interlogic
+share/doc/interLOGIC/README
+@dirrm share/doc/interLOGIC
diff -r 4b1b1494e3aa -r a4f6e0e6d0a8 games/InterLOGIC/TODO
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/InterLOGIC/TODO Mon Oct 17 08:08:43 2005 +0000
@@ -0,0 +1,1 @@
+All ready, except for PKGNAME (and perhaps PLIST changes).
diff -r 4b1b1494e3aa -r a4f6e0e6d0a8 games/InterLOGIC/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/InterLOGIC/distinfo Mon Oct 17 08:08:43 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $
+
+SHA1 (interLOGIC-src-0.30.tar.gz) = 8cf6957e88b06a76479834ebb3608536b8ea84e3
+RMD160 (interLOGIC-src-0.30.tar.gz) = f39cf78f230cdc52388009722ca3bd6553e73cf3
+Size (interLOGIC-src-0.30.tar.gz) = 1731894 bytes
Home |
Main Index |
Thread Index |
Old Index