From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 11 11:00:36 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 1F5C116A4CE for ; Sun, 11 Jul 2004 11:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049F043D2F for ; Sun, 11 Jul 2004 11:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6BB0ZAf039486 for ; Sun, 11 Jul 2004 11:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6BB0ZKL039480; Sun, 11 Jul 2004 11:00:35 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jul 2004 11:00:35 GMT Resent-Message-Id: <200407111100.i6BB0ZKL039480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Samy Al Bahra Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E073516A4CE for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 11:00:36 -0000 >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 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 mach +---------+ >Release-Note: >Audit-Trail: >Unformatted: