Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2004 10:52:24 GMT
From:      Samy Al Bahra <samy@kerneled.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family
Message-ID:  <200407111052.i6BAqOBE020354@www.freebsd.org>
Resent-Message-ID: <200407111100.i6BB0ZKL039480@freefall.freebsd.org>

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

>Number:         68913
>Category:       ports
>Synopsis:       New port: [graphics/fyre] DeJong map generator, pretty images for the family
>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:   Sun Jul 11 11:00:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Samy Al Bahra
>Release:        
>Organization:
Kerneled.org
>Environment:
>Description:
      Fyre provides a rendering of the Peter de Jong map, with an
interactive GTK+ frontend and a command line interface for easy
and efficient rendering of high-resolution, high quality images.
For most values of a,b,c and d the point (x,y) moves chaotically.
The resulting image is a map of the probability that the point lies
within the area represented by each pixel. As you let Fyre render
longer it collects more samples and this probability map and the
image becomes more accurate.

>How-To-Repeat:
      
>Fix:
+--- Fyre.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.
#Fyre provides a rendering of the Peter de Jong map, with an
interactive GTK+ frontend and a command line interface for easy
and efficient rendering of high-resolution, high quality images.
For most values of a,b,c and d the point (x,y) moves chaotically.
The resulting image is a map of the probability that the point lies
within the area represented by each pixel. As you let Fyre render
longer it collects more samples and this probability map and the
image becomes more accurate.

# This archive contains:
#
#	fyre
#	fyre/pkg-descr
#	fyre/Makefile
#	fyre/distinfo
#	fyre/files
#	fyre/files/patch-Makefile
#
echo c - fyre
mkdir -p fyre > /dev/null 2>&1
echo x - fyre/pkg-descr
sed 's/^X//' >fyre/pkg-descr << 'END-of-fyre/pkg-descr'
XFyre provides a rendering of the Peter de Jong map, with an
Xinteractive GTK+ frontend and a command line interface for easy
Xand efficient rendering of high-resolution, high quality images.
XFor most values of a,b,c and d the point (x,y) moves chaotically.
XThe resulting image is a map of the probability that the point lies
Xwithin the area represented by each pixel. As you let Fyre render
Xlonger it collects more samples and this probability map and the
Ximage becomes more accurate.
END-of-fyre/pkg-descr
echo x - fyre/Makefile
sed 's/^X//' >fyre/Makefile << 'END-of-fyre/Makefile'
X# New ports collection makefile for:	fyre
X# Date created:				July 11, 2004
X# Whom:					Samy Al Bahra <samy@kerneled.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fyre
XPORTVERSION=	0.6
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.kerneled.org/files/FreeBSD-ports/ \
X		http://navi.cx/releases/
X
XMAINTAINER=	samy@kerneled.org
XCOMMENT=	A GTK2-based DeJong map generator
X
XPLIST_FILES=	bin/fyre
XALL_TARGET=	fyre
XUSE_GMAKE=	yes
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	libglade2 glib20
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-fyre/Makefile
echo x - fyre/distinfo
sed 's/^X//' >fyre/distinfo << 'END-of-fyre/distinfo'
XMD5 (fyre-0.6.tar.bz2) = 63a1570d44a5e3600a2348a2bceb87a4
XSIZE (fyre-0.6.tar.bz2) = 61440
END-of-fyre/distinfo
echo c - fyre/files
mkdir -p fyre/files > /dev/null 2>&1
echo x - fyre/files/patch-Makefile
sed 's/^X//' >fyre/files/patch-Makefile << 'END-of-fyre/files/patch-Makefile'
X--- Makefile.orig	Sun Jul 11 13:19:14 2004
X+++ Makefile	Sun Jul 11 13:19:29 2004
X@@ -1,7 +1,7 @@
X # -march=i686 speeds this up quite a bit on my machine (even more so
X # than -march=athlon-xp) so if this looks like a recent x86 mach

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



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