ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family

samy at kerneled.org samy at kerneled.org
Sun Jul 11 13:30:29 UTC 2004


The following reply was made to PR ports/68913; it has been noted by GNATS.

From: samy at kerneled.org
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family
Date: Sun, 11 Jul 2004 09:20:35 -0400

 Quoting FreeBSD-gnats-submit at FreeBSD.org:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/68913'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 
 For some strange reason, the shar is completely clobbered. Here is another copy.
 
 # 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:
 #
 #	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 at 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 at 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 machine,
 X # stick that in CFLAGS
 X-CFLAGS  += $(shell if grep mmx /proc/cpuinfo > /dev/null; then echo
 -march=i686; fi)
 X+CFLAGS  += $(shell if dmesg|grep -i mmx > /dev/null; then echo -march=i686;
 fi)
 X
 X # -O3 and -ffast-math should make it go much faster on any system
 X ifeq ($(CC),icc)
 END-of-fyre/files/patch-Makefile
 exit
 



More information about the freebsd-ports-bugs mailing list