summaryrefslogtreecommitdiff
path: root/games/xpipeman
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-08-01 14:52:45 +0000
committerfrueauf <frueauf>1998-08-01 14:52:45 +0000
commit5bedda14f96ffccb897cab0bbae5843870c3c20b (patch)
tree8512ae804fffa18519e9c8a88a5bffa680ddc522 /games/xpipeman
parentd34c321244e64edaf3f7e7695531d51cde3fbd6a (diff)
downloadpkgsrc-5bedda14f96ffccb897cab0bbae5843870c3c20b.tar.gz
Initial addition of xpipeman-1.5, a connect the pipes to contain the
water flow game for X11. Closes pr 5889 by Tim Rightnour.
Diffstat (limited to 'games/xpipeman')
-rw-r--r--games/xpipeman/Makefile22
-rw-r--r--games/xpipeman/files/md51
-rw-r--r--games/xpipeman/patches/patch-aa23
-rw-r--r--games/xpipeman/patches/patch-ab10
-rw-r--r--games/xpipeman/pkg/COMMENT1
-rw-r--r--games/xpipeman/pkg/DESCR4
-rw-r--r--games/xpipeman/pkg/PLIST6
7 files changed, 67 insertions, 0 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
new file mode 100644
index 00000000000..ceffabcdbf1
--- /dev/null
+++ b/games/xpipeman/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/08/01 14:52:45 frueauf Exp $
+#
+
+DISTNAME= xpipeman-1.5
+CATEGORIES= games x11
+MASTER_SITES= http://www.spinne.com/x/games/xpipeman/
+
+MAINTAINER= root@garbled.net
+
+WRKSRC= ${WRKDIR}/xpipeman
+
+USE_IMAKE= yes
+
+do-install:
+ ${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \
+ ${X11BASE}/bin/xpipeman
+ ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11BASE}/man/man6/xpipeman.6
+ ${INSTALL} -d -o bin -g games -m 0775 ${X11BASE}/share/xpipeman
+ ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores \
+ ${X11BASE}/share/xpipeman
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/xpipeman/files/md5 b/games/xpipeman/files/md5
new file mode 100644
index 00000000000..0c80ab2fcc4
--- /dev/null
+++ b/games/xpipeman/files/md5
@@ -0,0 +1 @@
+MD5 (xpipeman-1.5.tar.gz) = 07f139a2e1431b9d9af57e15b010a9e8
diff --git a/games/xpipeman/patches/patch-aa b/games/xpipeman/patches/patch-aa
new file mode 100644
index 00000000000..53f69af3881
--- /dev/null
+++ b/games/xpipeman/patches/patch-aa
@@ -0,0 +1,23 @@
+--- /dev/null Fri Jul 31 15:19:37 1998
++++ xpipescores Sat Aug 1 01:10:55 1998
+@@ -0,0 +1,20 @@
++ 120 root 1
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
diff --git a/games/xpipeman/patches/patch-ab b/games/xpipeman/patches/patch-ab
new file mode 100644
index 00000000000..10c33832794
--- /dev/null
+++ b/games/xpipeman/patches/patch-ab
@@ -0,0 +1,10 @@
+--- Imakefile.orig Sat Aug 1 01:16:57 1998
++++ Imakefile Sat Aug 1 01:19:02 1998
+@@ -1,5 +1,5 @@
+
+- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
++ SCORE_FILE = -DSCORE_FILE=\"$(X11BASE)/share/xpipeman/xpipescores\"
+ MAXSCORES = -DMAXSCORES=20
+- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
++ DEFINES = $(SCORE_FILE) $(MAXSCORES)
+
diff --git a/games/xpipeman/pkg/COMMENT b/games/xpipeman/pkg/COMMENT
new file mode 100644
index 00000000000..ec9ff9d1a3a
--- /dev/null
+++ b/games/xpipeman/pkg/COMMENT
@@ -0,0 +1 @@
+connect the pipes to contain the water flow game for X11.
diff --git a/games/xpipeman/pkg/DESCR b/games/xpipeman/pkg/DESCR
new file mode 100644
index 00000000000..a151fe4edc4
--- /dev/null
+++ b/games/xpipeman/pkg/DESCR
@@ -0,0 +1,4 @@
+Xpipeman is a game of skill requiring the user to connect together pieces
+of a pipe to allow a liquid to flow through without leaking out. The
+liquid flows out of the block marked with an "S". The aim of the game is
+to connect as many pieces of pipe to the start block as possible.
diff --git a/games/xpipeman/pkg/PLIST b/games/xpipeman/pkg/PLIST
new file mode 100644
index 00000000000..fdb4b15ba61
--- /dev/null
+++ b/games/xpipeman/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 1998/08/01 14:52:45 frueauf Exp $
+bin/xpipeman
+man/man6/xpipeman.6
+share/xpipeman/xpipescores
+@unexec rm -f %D/share/xpipeman/xpipescores
+@dirrm share/xpipeman