Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2007 13:27:48 -0800 (PST)
From:      Igor Serikov <bt@turtle.freedns.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118906: [NEW PORT] graphics/2d-rewriter: Fractals generator based on pattern matching and rewriting
Message-ID:  <200712202127.lBKLRm2n000960@turtle.freedns.us>
Resent-Message-ID: <200712202130.lBKLU0xP005649@freefall.freebsd.org>

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

>Number:         118906
>Category:       ports
>Synopsis:       [NEW PORT] graphics/2d-rewriter: Fractals generator based on pattern matching and rewriting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 21:30:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Igor Serikov
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD panda.turtle.freedns.us 6.2-STABLE FreeBSD 6.2-STABLE #7: Fri Sep  7 19:15:50 PDT
>Description:
! Please put 2d-rewriter-1.0.tar.gz to ftp.freebsd.org !
2d-rewriter is fractals generator based on pattern matching and rewriting. The
program takes input containing initial object placement and rewriting rules 
and keeps applying rules to the data field until it reaches an arrangement 
where no rules can be applied.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- 2d-rewriter-1.0.shar begins here ---
# 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%%/box.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/carpet.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life1.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/life2.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sierpinski.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
XPORTVERSION=	1.0
XCATEGORIES=	graphics
X
XMAINTAINER=	bt@turtle.freedns.us
XCOMMENT=	Fractals generator based on pattern matching and rewriting
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 fractals generator based on pattern matching and rewriting. The
Xprogram takes input containing initial object placement and rewriting rules 
Xand keeps applying rules to the data field until it reaches an arrangement 
Xwhere no rules can be applied.
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.0.tar.gz) = fceb431483239a6b4b4f5c8d915b04f1
XSHA256 (2d-rewriter-1.0.tar.gz) = c6f452f6fb16343cd8535c1a34949302649bddb0b1c47fec479b5f26edda8ea4
XSIZE (2d-rewriter-1.0.tar.gz) = 13872
END-of-2d-rewriter/distinfo
exit
--- 2d-rewriter-1.0.shar ends here ---

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



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