From nobody@FreeBSD.org  Sun Jul 11 10:52:25 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E073516A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2004 10:52:24 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D9E8043D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2004 10:52:24 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BAqOg9020355
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2004 10:52:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i6BAqOBE020354;
	Sun, 11 Jul 2004 10:52:24 GMT
	(envelope-from nobody)
Message-Id: <200407111052.i6BAqOBE020354@www.freebsd.org>
Date: Sun, 11 Jul 2004 10:52:24 GMT
From: Samy Al Bahra <samy@kerneled.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: [graphics/fyre] DeJong map generator, pretty images for the family
X-Send-Pr-Version: www-2.3

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 11 11:00:35 GMT 2004
>Closed-Date:    Sun Jul 11 18:40:33 GMT 2004
>Last-Modified:  Sun Jul 11 18:40:33 GMT 2004
>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:

From: samy@kerneled.org
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@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@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@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 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
 

From: Samy Al Bahra <samy@kerneled.org>
To: freebsd-gnats-submit@FreeBSD.org, samy@kerneled.org
Cc:  
Subject: Re: ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family
Date: Sun, 11 Jul 2004 16:36:14 +0300

 It seems the shar was clobbered, here is an updated 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@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 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
 
 
 -- 
 Samy Al Bahra <samy@kerneled.org>
   '-----> http://samy.kerneled.org
 

From: Samy Al Bahra <samy@kerneled.org>
To: freebsd-gnats-submit@FreeBSD.org, samy@kerneled.org
Cc:  
Subject: Re: ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family
Date: Sun, 11 Jul 2004 16:41:04 +0300

 The glib20 dependancy is redundant.
 
 -- 
 Samy Al Bahra <samy@kerneled.org>
   '-----> http://samy.kerneled.org
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Jul 11 18:40:10 GMT 2004 
State-Changed-Why:  
Committed independently by adamw 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68913 
>Unformatted:
