summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-08-17 03:13:12 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-08-17 03:13:12 +0000
commitbb8608d89834479be458adc55ee0b0a21ddbf3da (patch)
treed7ce4015dce90eb29cfdf34741f18bf1343e7455 /games
parentAllow a ``make install'' that boched to be re-attempted. (diff)
Breed bugs using genetic algorithms. Use X11.
PR: 5245 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes
Notes: svn path=/head/; revision=12564
Diffstat (limited to 'games')
-rw-r--r--games/bugsx/Makefile26
-rw-r--r--games/bugsx/distinfo1
-rw-r--r--games/bugsx/files/patch-aa19
-rw-r--r--games/bugsx/pkg-comment1
-rw-r--r--games/bugsx/pkg-descr3
-rw-r--r--games/bugsx/pkg-plist2
6 files changed, 52 insertions, 0 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile
new file mode 100644
index 000000000000..7c1da0045d3d
--- /dev/null
+++ b/games/bugsx/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: bugsx
+# Version required: 1.08
+# Date created: 7 December 1997
+# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
+#
+# $Id: Makefile,v 1.1.1.1 1998/02/14 05:11:35 croyle Exp $
+#
+
+DISTNAME= bugsx108
+PKGNAME= bugsx-1.08
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= croyle@gelemna.ft-wayne.in.us
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/bugsx
+# isn't really gzipped
+EXTRACT_BEFORE_ARGS= -xf
+
+post-install:
+ strip ${PREFIX}/bin/bugsx
+
+.include <bsd.port.mk>
diff --git a/games/bugsx/distinfo b/games/bugsx/distinfo
new file mode 100644
index 000000000000..c2c787b07266
--- /dev/null
+++ b/games/bugsx/distinfo
@@ -0,0 +1 @@
+MD5 (bugsx108.tgz) = 6c09dec788527d5f7b911642d55f5b58
diff --git a/games/bugsx/files/patch-aa b/games/bugsx/files/patch-aa
new file mode 100644
index 000000000000..b5cc62e9c75b
--- /dev/null
+++ b/games/bugsx/files/patch-aa
@@ -0,0 +1,19 @@
+*** Imakefile.orig Tue Sep 2 22:33:16 1997
+--- Imakefile Thu Dec 18 04:24:33 1997
+***************
+*** 36,42 ****
+ ##############################################################################
+
+ OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o
+! SRCS = bugsx.c xbutil.o util.c breed.c grow.c noise.c
+
+ INCLUDES = -I$(TOP) -I$(TOP)/X11
+
+--- 36,42 ----
+ ##############################################################################
+
+ OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o
+! SRCS = bugsx.c xbutil.c util.c breed.c grow.c noise.c
+
+ INCLUDES = -I$(TOP) -I$(TOP)/X11
+
diff --git a/games/bugsx/pkg-comment b/games/bugsx/pkg-comment
new file mode 100644
index 000000000000..151c28d8f1d5
--- /dev/null
+++ b/games/bugsx/pkg-comment
@@ -0,0 +1 @@
+Breed bugs using genetic algorithims.
diff --git a/games/bugsx/pkg-descr b/games/bugsx/pkg-descr
new file mode 100644
index 000000000000..d09dcf8c5169
--- /dev/null
+++ b/games/bugsx/pkg-descr
@@ -0,0 +1,3 @@
+Bugsx is a program which draws biomorphs based on parametric plots of
+Fourier sine and cosine series and let's you play with them using the
+genetic algorithm.
diff --git a/games/bugsx/pkg-plist b/games/bugsx/pkg-plist
new file mode 100644
index 000000000000..5b88f8448b34
--- /dev/null
+++ b/games/bugsx/pkg-plist
@@ -0,0 +1,2 @@
+bin/bugsx
+man/man1/bugsx.1.gz