- Update to 1.5

- Convert to staging

PR:		189786
Submitted by:	iserikov@acm.org (maintainer)
This commit is contained in:
Bryan Drewery 2014-06-05 19:36:14 +00:00
parent adbbccaeb6
commit 87c569601b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356689
3 changed files with 6 additions and 9 deletions

View file

@ -2,28 +2,24 @@
# $FreeBSD$
PORTNAME= 2d-rewriter
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= science
MASTER_SITES= http://www.crowdeduniverse.org/distfiles/
MAINTAINER= iserikov@acm.org
COMMENT= Cellular automata simulator
MAN1= 2d-rewriter.1
MANCOMPRESSED= yes
USES= imake
USE_XORG= x11 xext
NO_STAGE= yes
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.endif
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (2d-rewriter-1.4.tar.gz) = 946e579d445eb59022262ab54d2e13fc68ebda2fd402fbc7ca8464cb8c58830e
SIZE (2d-rewriter-1.4.tar.gz) = 15120
SHA256 (2d-rewriter-1.5.tar.gz) = b748b883e7545e4ac8180d8279203bbd658da5866862a6df947fad0121caa2a5
SIZE (2d-rewriter-1.5.tar.gz) = 15133

View file

@ -1,4 +1,5 @@
bin/2d-rewriter
man/man1/2d-rewriter.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life.rules
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life2.txt