From owner-freebsd-ports Fri Dec 31 3:50:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C21B91553B for ; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12962; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id A50491520B for ; Fri, 31 Dec 1999 03:46:22 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89410 for ; Fri, 31 Dec 1999 03:44:28 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50700 for ; Fri, 31 Dec 1999 06:46:08 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36898; Fri, 31 Dec 1999 06:45:40 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36898@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:40 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15797: new port: graphics/gnofract4d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15797 >Category: ports >Synopsis: new port: graphics/gnofract4d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: See pkg/DESCR. NEWGCC is required for it to compile its C++ code properly in -STABLE, but there are no linking issues. >How-To-Repeat: Use the shar below to commit the port to the tree. >Fix: # 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: # # gnofract4d # gnofract4d/files # gnofract4d/files/md5 # gnofract4d/pkg # gnofract4d/pkg/COMMENT # gnofract4d/pkg/DESCR # gnofract4d/pkg/PLIST # gnofract4d/Makefile # gnofract4d/patches # gnofract4d/patches/patch-aa # echo c - gnofract4d mkdir -p gnofract4d > /dev/null 2>&1 echo c - gnofract4d/files mkdir -p gnofract4d/files > /dev/null 2>&1 echo x - gnofract4d/files/md5 sed 's/^X//' >gnofract4d/files/md5 << 'END-of-gnofract4d/files/md5' XMD5 (gnofract4d-1.0.tar.gz) = 3ce1d769f6ebc42b0af088fa1c18c45a END-of-gnofract4d/files/md5 echo c - gnofract4d/pkg mkdir -p gnofract4d/pkg > /dev/null 2>&1 echo x - gnofract4d/pkg/COMMENT sed 's/^X//' >gnofract4d/pkg/COMMENT << 'END-of-gnofract4d/pkg/COMMENT' XWeird GNOME fractal generator. END-of-gnofract4d/pkg/COMMENT echo x - gnofract4d/pkg/DESCR sed 's/^X//' >gnofract4d/pkg/DESCR << 'END-of-gnofract4d/pkg/DESCR' XGnofract4D is a weird fractal-generating program Xwritten for the GNOME project. But it makes very Xnice looking fractals. Worth a try for those Xgraphics freaks (like me ;). X XWWW: http://gnofract4d.sourceforge.net/ XAuthor: Edwin Young X X--Will END-of-gnofract4d/pkg/DESCR echo x - gnofract4d/pkg/PLIST sed 's/^X//' >gnofract4d/pkg/PLIST << 'END-of-gnofract4d/pkg/PLIST' Xshare/locale/fr/LC_MESSAGES/gnofract4d.mo Xbin/gnofract4d END-of-gnofract4d/pkg/PLIST echo x - gnofract4d/Makefile sed 's/^X//' >gnofract4d/Makefile << 'END-of-gnofract4d/Makefile' X# New ports collection makefile for: gnofract4d X# Version required: 1.0 X# Date created: 30 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= gnofract4d-1.0 XCATEGORIES= graphics XMASTER_SITES= http://download.sourceforge.net/gnofract4d/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X gnomeui.3:${PORTSDIR}/x11/gnomelibs X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} XCONFIGURE_ARGS+=--datadir=${PREFIX}/share XUSE_NEWGCC= yes X X.include END-of-gnofract4d/Makefile echo c - gnofract4d/patches mkdir -p gnofract4d/patches > /dev/null 2>&1 echo x - gnofract4d/patches/patch-aa sed 's/^X//' >gnofract4d/patches/patch-aa << 'END-of-gnofract4d/patches/patch-aa' X--- configure Tue Dec 21 18:47:04 1999 X+++ configure.new Thu Dec 30 07:57:06 1999 X@@ -3945,7 +3945,7 @@ X cat conftest.$ac_ext >&5 X rm -rf conftest* X CATOBJEXT=.mo X- DATADIRNAME=lib X+ DATADIRNAME=share X fi X rm -f conftest* X INSTOBJEXT=.mo END-of-gnofract4d/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message