summaryrefslogtreecommitdiff
path: root/games/xlife
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /games/xlife
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'games/xlife')
-rw-r--r--games/xlife/Makefile22
-rw-r--r--games/xlife/distinfo1
-rw-r--r--games/xlife/files/patch-aa85
-rw-r--r--games/xlife/pkg-comment1
-rw-r--r--games/xlife/pkg-descr5
-rw-r--r--games/xlife/pkg-plist7
6 files changed, 0 insertions, 121 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
deleted file mode 100644
index 6d17f82e009e..000000000000
--- a/games/xlife/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: xlife
-# Version required: 3.0
-# Date created: 15 March 1995
-# Whom: asami
-#
-# $Id: Makefile,v 1.3 1995/04/01 12:45:21 jkh Exp $
-#
-
-DISTNAME= xlife
-PKGNAME= xlife-3.0
-CATEGORIES+= games
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= asami@FreeBSD.ORG
-
-USE_IMAKE= yes
-
-pre-install:
- @(cd ${WRKSRC}; make install.patterns)
-
-.include <bsd.port.mk>
diff --git a/games/xlife/distinfo b/games/xlife/distinfo
deleted file mode 100644
index 3bd636a4385a..000000000000
--- a/games/xlife/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xlife.tar.Z) = b5dd23591200aab3468af2efcf6a04e3
diff --git a/games/xlife/files/patch-aa b/games/xlife/files/patch-aa
deleted file mode 100644
index f81e1821e8e4..000000000000
--- a/games/xlife/files/patch-aa
+++ /dev/null
@@ -1,85 +0,0 @@
---- ./data.h.org Thu Mar 21 13:47:04 1991
-+++ ./data.h Wed Mar 15 22:09:46 1995
-@@ -21,7 +21,7 @@
- */
-
- extern int sys_nerr, errno;
--extern char *sys_errlist[];
-+/* extern char *sys_errlist[]; */
- #define SYSERR sys_errlist[(errno > sys_nerr? 0 : errno)]
-
- GLOBAL Display *disp;
---- ./cellbox.h.org Thu Mar 21 13:46:28 1991
-+++ ./cellbox.h Wed Mar 15 22:09:46 1995
-@@ -32,6 +32,8 @@
- #define MAXOFF 8192 /* max # cells we can change to off per move */
- #define BOXSIZE 8
-
-+/* to avoid conflict with system function in unistd.h */
-+#define link xlife_link
- extern cellbox *link();
- extern cellbox *head;
- extern cellbox *freep;
---- ./defs.h.org Thu Mar 21 14:21:18 1991
-+++ ./defs.h Wed Mar 15 22:09:45 1995
-@@ -29,7 +29,8 @@
- #include <X11/keysym.h>
- #include <X11/keysymdef.h>
-
--#define DIR "/afs/andrew/usr0/games/lib/xlife/"
-+/* Defined in Imakefile */
-+/* #define DIR "/afs/andrew/usr0/games/lib/xlife/" */
- #define NORMALFONT "8x13"
- #define BOLDFONT "8x13bold"
- #define FONTHEIGHT 13
---- ./Imakefile.org Thu Mar 28 07:58:48 1991
-+++ ./Imakefile Wed Mar 15 22:13:08 1995
-@@ -2,9 +2,10 @@
-
- /* #define ManSuffix n /* For sites where administrators have messed with this */
-
--PROGRAMS = xlife oldpconv collect
-+PROGRAMS = xlife lifeconv oldpconv collect
-
--XLIFEPATSDIR = /afs/andrew.cmu.edu/usr0/games/lib/xlife
-+XLIFEPATSDIR = $(LIBDIR)/xlife
-+EXTRA_DEFINES = -DDIR=\"$(XLIFEPATSDIR)\"
-
- SRCS1 = \
- button.c\
-@@ -42,26 +43,21 @@
- resize.o\
- utils.o
-
--SRCS2 = \
-- lifeconv.c
--
--OBJS2 = \
-- lifeconv.o
--
--SRCS3 = \
-- collect.c
--
--OBJS3 = \
-- collect.o
--
- AllTarget($(PROGRAMS))
-
- ComplexProgramTarget_1(xlife, $(XLIB),)
--ComplexProgramTarget_2(lifeconv,,)
--ComplexProgramTarget_3(collect,,)
-+NormalProgramTarget(lifeconv,oldpconv.o,,,)
-+InstallProgram(lifeconv,$(BINDIR))
-+NormalProgramTarget(collect,collect.o,,,)
-+InstallProgram(collect,$(BINDIR))
- NormalProgramTarget(oldpconv,oldpconv.o,,,)
-+InstallProgram(oldpconv,$(BINDIR))
-
- install.patterns:
-+ if [ -d $(XLIFEPATSDIR) ]; then \
-+ set +x; \
-+ else (set -x; mkdirhier $(XLIFEPATSDIR)); \
-+ fi
- @case '${MFLAGS}' in *[i]*) set +e;; esac; \
- for i in patterns//**/* ; do \
- (set -x; $(INSTALL) -c $(INSTDATFLAGS) $$i $(XLIFEPATSDIR)); \
diff --git a/games/xlife/pkg-comment b/games/xlife/pkg-comment
deleted file mode 100644
index 5781069bef0d..000000000000
--- a/games/xlife/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-xlife-3.0, John Horton Conway's Game of Life.
diff --git a/games/xlife/pkg-descr b/games/xlife/pkg-descr
deleted file mode 100644
index 9ab120c46ec6..000000000000
--- a/games/xlife/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-xlife is an X implementation of John Horton Conway's Game of Life.
-This is version 3.0.
-
-- Satoshi
-asami@cs.berkeley.edu
diff --git a/games/xlife/pkg-plist b/games/xlife/pkg-plist
deleted file mode 100644
index adbf31a80c3e..000000000000
--- a/games/xlife/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-@cwd ${X11BASE}
-bin/xlife
-bin/lifeconv
-bin/collect
-bin/oldpconv
-lib/X11/xlife
-man/man1/xlife.1.gz