aboutsummaryrefslogtreecommitdiff
path: root/games/xpipeman
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpipeman')
-rw-r--r--games/xpipeman/Makefile20
-rw-r--r--games/xpipeman/distinfo1
-rw-r--r--games/xpipeman/files/patch-aa91
-rw-r--r--games/xpipeman/files/patch-ab15
-rw-r--r--games/xpipeman/files/xpipescores20
-rw-r--r--games/xpipeman/pkg-comment1
-rw-r--r--games/xpipeman/pkg-descr4
-rw-r--r--games/xpipeman/pkg-plist7
-rw-r--r--games/xpipeman/scripts/pre-configure7
9 files changed, 0 insertions, 166 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile
deleted file mode 100644
index eca46d0144d9..000000000000
--- a/games/xpipeman/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: xpipeman
-# Version required: something real old
-# Date created: 2 Jan 1995
-# Whom: swallace
-#
-# $Id: Makefile,v 1.5 1995/04/20 18:21:12 asami Exp $
-#
-
-DISTNAME= xpipeman
-PKGNAME= xpipeman-1.0
-CATEGORIES+= games
-MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
-EXTRACT_SUFX= .tar.Z
-
-USE_IMAKE= yes
-
-post-install:
- install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11
-
-.include <bsd.port.mk>
diff --git a/games/xpipeman/distinfo b/games/xpipeman/distinfo
deleted file mode 100644
index d7a261ee8892..000000000000
--- a/games/xpipeman/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xpipeman.tar.Z) = f4a0559668016042664a40258a7fc1ba
diff --git a/games/xpipeman/files/patch-aa b/games/xpipeman/files/patch-aa
deleted file mode 100644
index 00e13a694bee..000000000000
--- a/games/xpipeman/files/patch-aa
+++ /dev/null
@@ -1,91 +0,0 @@
-*** score.c.orig Fri Oct 11 11:35:59 1991
---- score.c Mon Jan 2 23:46:28 1995
-***************
-*** 52,57 ****
---- 52,58 ----
-
- #include <X11/Xos.h> /* brings in <sys/file.h> */
- #include <stdio.h>
-+ #include <stdlib.h>
- #include "xpipeman.h"
-
- /*----------------------------------------------------------------------*/
-***************
-*** 63,69 ****
-
- static SCORE scores[MAXSCORES];
-
-! void show_scores(),
- new_high_score(),
- load_scores(),
- write_out_scores();
---- 64,70 ----
-
- static SCORE scores[MAXSCORES];
-
-! static void show_scores(),
- new_high_score(),
- load_scores(),
- write_out_scores();
-***************
-*** 106,117 ****
- #ifndef SYSV
- flock(scorefile->_file, LOCK_EX);
- #endif
-! while( fgets(scores[i].score,6,scorefile) /* get score */
-! && fgets(scores[i].name,26,scorefile) /* get name */
-! && fgetc(scorefile)) /* and newline */
-! {
-! i++;
-! if( i > MAXSCORES ) break;
- }
- }
-
---- 107,119 ----
- #ifndef SYSV
- flock(scorefile->_file, LOCK_EX);
- #endif
-! for(i = 0; i < MAXSCORES; i++) {
-! if(!fgets(scores[i].score, 6, scorefile)) /* get score */
-! break;
-! if(!fgets(scores[i].name, 26, scorefile)) /* get name */
-! break;
-! if(!fgetc(scorefile)) /* and newline */
-! break;
- }
- }
-
-***************
-*** 190,196 ****
-
-
- /*ARGSUSED*/
-! static XtCallbackProc
- popdown_callback(w, closure, call_data)
- Widget w;
- caddr_t closure;
---- 192,198 ----
-
-
- /*ARGSUSED*/
-! static void
- popdown_callback(w, closure, call_data)
- Widget w;
- caddr_t closure;
-***************
-*** 249,255 ****
- show_scores()
- {
- int i;
-! char tmp_str[31];
- Arg tmp_arg;
-
- for(i = 0;i<MAXSCORES;i++) {
---- 251,257 ----
- show_scores()
- {
- int i;
-! char tmp_str[64];
- Arg tmp_arg;
-
- for(i = 0;i<MAXSCORES;i++) {
diff --git a/games/xpipeman/files/patch-ab b/games/xpipeman/files/patch-ab
deleted file mode 100644
index f8d9ec60f899..000000000000
--- a/games/xpipeman/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-*** Imakefile.orig Fri Sep 13 13:32:10 1991
---- Imakefile Mon Jan 2 23:49:42 1995
-***************
-*** 1,5 ****
-
-! SCORE_FILE = -DSCORE_FILE=\"./xpipescores\"
- MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES)
-
---- 1,5 ----
-
-! SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xpipescores\"
- MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES)
-
diff --git a/games/xpipeman/files/xpipescores b/games/xpipeman/files/xpipescores
deleted file mode 100644
index 0912f9c942e5..000000000000
--- a/games/xpipeman/files/xpipescores
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/games/xpipeman/pkg-comment b/games/xpipeman/pkg-comment
deleted file mode 100644
index 95e1b7659896..000000000000
--- a/games/xpipeman/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-xpipeman - connect the pipes to stop the leaks
diff --git a/games/xpipeman/pkg-descr b/games/xpipeman/pkg-descr
deleted file mode 100644
index c942f44ea356..000000000000
--- a/games/xpipeman/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index d4ea039c5395..000000000000
--- a/games/xpipeman/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-@cwd /usr/X11R6
-man/man6/xpipeman.6.gz
-@group games
-@mode 02755
-bin/xpipeman
-@mode 0664
-lib/X11/xpipescores
diff --git a/games/xpipeman/scripts/pre-configure b/games/xpipeman/scripts/pre-configure
deleted file mode 100644
index 0221c321bd3c..000000000000
--- a/games/xpipeman/scripts/pre-configure
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
-echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
-echo "INSTPGMFLAGS = -s -g games -m 2755" >>${WRKSRC}/Imakefile || exit 1
-
-exit 0