From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 11 13:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CE016A4CE for ; Sun, 11 Jul 2004 13:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0ECD43D46 for ; Sun, 11 Jul 2004 13:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6BDeQXw076450 for ; Sun, 11 Jul 2004 13:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6BDeQC2076449; Sun, 11 Jul 2004 13:40:26 GMT (envelope-from gnats) Date: Sun, 11 Jul 2004 13:40:26 GMT Message-Id: <200407111340.i6BDeQC2076449@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Samy Al Bahra Subject: Re: ports/68913: New port: [graphics/fyre] DeJong map generator, pretty images for the family X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samy Al Bahra List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 13:40:27 -0000 The following reply was made to PR ports/68913; it has been noted by GNATS. From: Samy Al Bahra 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 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 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 '-----> http://samy.kerneled.org