From 5bedda14f96ffccb897cab0bbae5843870c3c20b Mon Sep 17 00:00:00 2001 From: frueauf Date: Sat, 1 Aug 1998 14:52:45 +0000 Subject: Initial addition of xpipeman-1.5, a connect the pipes to contain the water flow game for X11. Closes pr 5889 by Tim Rightnour. --- games/xpipeman/Makefile | 22 ++++++++++++++++++++++ games/xpipeman/files/md5 | 1 + games/xpipeman/patches/patch-aa | 23 +++++++++++++++++++++++ games/xpipeman/patches/patch-ab | 10 ++++++++++ games/xpipeman/pkg/COMMENT | 1 + games/xpipeman/pkg/DESCR | 4 ++++ games/xpipeman/pkg/PLIST | 6 ++++++ 7 files changed, 67 insertions(+) create mode 100644 games/xpipeman/Makefile create mode 100644 games/xpipeman/files/md5 create mode 100644 games/xpipeman/patches/patch-aa create mode 100644 games/xpipeman/patches/patch-ab create mode 100644 games/xpipeman/pkg/COMMENT create mode 100644 games/xpipeman/pkg/DESCR create mode 100644 games/xpipeman/pkg/PLIST (limited to 'games/xpipeman') 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 -- cgit v1.2.3