Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 22:01:58 GMT
From:      Igor Serikov <iserikov@acm.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189786: 1. Update for "man". 2. Staging support.
Message-ID:  <201405132201.s4DM1wmi009653@cgiserv.freebsd.org>
Resent-Message-ID: <201405132210.s4DMA11x087617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189786
>Category:       ports
>Synopsis:       1. Update for "man". 2. Staging support.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 22:10:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Igor Serikov
>Release:        10.0-RELEASE-p2
>Organization:
>Environment:
>Description:
1. Update for "man".
2. Staging support.

>How-To-Repeat:

>Fix:
# 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 << 'e97ee31c6e0f7ffb7bca38065048c1b3'
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%%
e97ee31c6e0f7ffb7bca38065048c1b3
echo x - 2d-rewriter/Makefile
sed 's/^X//' >2d-rewriter/Makefile << '02a2243b3f4fa6a01d65582c17fdebfb'
X# Created by: Igor Serikov <iserikov@acm.org>
X# $FreeBSD: head/science/2d-rewriter/Makefile 345432 2014-02-21 13:39:18Z ehaupt $
X
XPORTNAME=	2d-rewriter
XPORTVERSION=	1.5
XCATEGORIES=	science
XMASTER_SITES=	http://www.crowdeduniverse.org/distfiles/
X
XMAINTAINER=	iserikov@acm.org
XCOMMENT=	Cellular automata simulator
X
XMAN1=		2d-rewriter.1
XMANCOMPRESSED=	yes
XUSES=		imake
XUSE_XORG=	x11 xext
X
XOPTIONS_DEFINE=	EXAMPLES
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MEXAMPLES}
Xpost-install:
X	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
X	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
X.endif
X
X.include <bsd.port.mk>
02a2243b3f4fa6a01d65582c17fdebfb
echo x - 2d-rewriter/pkg-descr
sed 's/^X//' >2d-rewriter/pkg-descr << 'c6a0d9c8cb8f12be56c84bc4a8b3099e'
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
Xsets and defining patterns using variables.
X
XRequired run time environment is a minimal X window system installation
Xon a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).
c6a0d9c8cb8f12be56c84bc4a8b3099e
echo x - 2d-rewriter/distinfo
sed 's/^X//' >2d-rewriter/distinfo << '3a4a1151dcb5518f549d1495b33874fd'
XSHA256 (2d-rewriter-1.5.tar.gz) = b748b883e7545e4ac8180d8279203bbd658da5866862a6df947fad0121caa2a5
XSIZE (2d-rewriter-1.5.tar.gz) = 15133
3a4a1151dcb5518f549d1495b33874fd
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



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