1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Breed bugs using genetic algorithms. Use X11.

PR:		5245
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
This commit is contained in:
Joseph Koshy 1998-08-17 03:13:12 +00:00
parent 84ece66cd2
commit bb8608d898
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12564
6 changed files with 52 additions and 0 deletions

26
games/bugsx/Makefile Normal file
View File

@ -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>

1
games/bugsx/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bugsx108.tgz) = 6c09dec788527d5f7b911642d55f5b58

View File

@ -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

1
games/bugsx/pkg-comment Normal file
View File

@ -0,0 +1 @@
Breed bugs using genetic algorithims.

3
games/bugsx/pkg-descr Normal file
View File

@ -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.

2
games/bugsx/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/bugsx
man/man1/bugsx.1.gz