Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 14:20:05 GMT
From:      Igor Serikov <bt@turtle.freedns.us>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/118906: [NEW PORT] science/2d-rewriter: a cellular automata simulator.
Message-ID:  <200803241420.m2OEK5mh007768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/118906; it has been noted by GNATS.

From: Igor Serikov <bt@turtle.freedns.us>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118906: [NEW PORT] science/2d-rewriter: a cellular automata
 simulator.
Date: Mon, 24 Mar 2008 07:17:02 -0700

 This is a multi-part message in MIME format.
 --------------000502080901080309060507
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Attached is the final version.
 The project got its own hosting so ftp.freebsd.org should only provide a 
 backup.
 The category changed to "science" - please e-mail me if you think that 
 this is a bad choice.
 
   Igor.
 
 --------------000502080901080309060507
 Content-Type: text/plain;
  name="2d-rewriter.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="2d-rewriter.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	2d-rewriter
 #	2d-rewriter/pkg-plist
 #	2d-rewriter/Makefile
 #	2d-rewriter/pkg-descr
 #	2d-rewriter/distinfo
 #
 echo c - 2d-rewriter
 mkdir -p 2d-rewriter > /dev/null 2>&1
 echo x - 2d-rewriter/pkg-plist
 sed 's/^X//' >2d-rewriter/pkg-plist << 'END-of-2d-rewriter/pkg-plist'
 Xbin/2d-rewriter
 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life.rules
 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life1.txt
 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life2.txt
 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sierpinski.txt
 X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srloop.txt
 X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 END-of-2d-rewriter/pkg-plist
 echo x - 2d-rewriter/Makefile
 sed 's/^X//' >2d-rewriter/Makefile << 'END-of-2d-rewriter/Makefile'
 X# New ports collection makefile for:    2d-rewriter
 X# Date created:                         8 December 2007
 X# Whom:                                 Igor Serikov <bt@turtle.freedns.us>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	2d-rewriter
 XDISTVERSION=	1.2
 XCATEGORIES=	science
 XMASTER_SITES=	http://www.crowdeduniverse.org/distfiles/
 X
 XMAINTAINER=	bt@turtle.freedns.us
 XCOMMENT=	Cellular automata simulator
 X
 XMAN1=		2d-rewriter.1
 XMANCOMPRESSED=	yes
 XUSE_IMAKE=	yes
 X
 Xpost-install:
 X.if !defined(NOPORTEXAMPLES)
 X	${MKDIR} ${EXAMPLESDIR}
 X	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-2d-rewriter/Makefile
 echo x - 2d-rewriter/pkg-descr
 sed 's/^X//' >2d-rewriter/pkg-descr << 'END-of-2d-rewriter/pkg-descr'
 X2d-rewriter is a cellular automata simulator. 
 X
 X               Key features
 X
 XDeclarative input language for rules and initial patterns definition.
 X
 XAbility to emulate Conway's "Life Game" via proper rules specification.
 X
 XAbility to demonstrate self replicating loops.
 X
 XPatterns are tried in 4 orientations. 
 X
 XCell directions are defined against the pattern orientation.
 X
 XTotal number of rules can be substantially decreased by using <b>sets</b> and defining
 Xpatterns using variables.
 X
 XRequired run time environment is a minimal X window system installation on an 
 XPOSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).
 END-of-2d-rewriter/pkg-descr
 echo x - 2d-rewriter/distinfo
 sed 's/^X//' >2d-rewriter/distinfo << 'END-of-2d-rewriter/distinfo'
 XMD5 (2d-rewriter-1.2.tar.gz) = 4d8f01e10f518fe2bfa247737cf2ae11
 XSHA256 (2d-rewriter-1.2.tar.gz) = 118fafb7ee916924126b89d89b1f4454735789cd2c36264985336f8190530092
 XSIZE (2d-rewriter-1.2.tar.gz) = 15085
 END-of-2d-rewriter/distinfo
 exit
 
 
 --------------000502080901080309060507--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803241420.m2OEK5mh007768>