- Update to 1.5
- Convert to staging PR: 189786 Submitted by: iserikov@acm.org (maintainer)
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue