From 404371eae63bc33d1229b62d55d49909d40ead75 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 Jan 2006 06:42:35 +0000 Subject: Update to 0.32, ben@ ok: 0.32 ---- - Pressing Enter while zooming activates the selected zoom region. - Add "Reset fractal" menu commmand. 0.31 ---- James W. Morris -Add -DGTK_DISABLE_DEPRECATED, fix all resulting errors. -Add 'Apply' button to attributes dialog. --- graphics/gfract/Makefile | 5 ++--- graphics/gfract/distinfo | 10 +++++----- graphics/gfract/patches/patch-aa | 14 ++++++++------ 3 files changed, 15 insertions(+), 14 deletions(-) (limited to 'graphics/gfract') diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile index d13342e9d01..9b607079067 100644 --- a/graphics/gfract/Makefile +++ b/graphics/gfract/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2006/01/25 20:50:31 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/26 06:42:35 wiz Exp $ # -DISTNAME= gfract-0.30 -PKGREVISION= 1 +DISTNAME= gfract-0.32 CATEGORIES= graphics x11 MASTER_SITES= http://www.oskusoft.com/osku/gfract/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gfract-palettes-0.1.tar.gz diff --git a/graphics/gfract/distinfo b/graphics/gfract/distinfo index 0958c187ccd..537eb4717b4 100644 --- a/graphics/gfract/distinfo +++ b/graphics/gfract/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 08:45:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/01/26 06:42:35 wiz Exp $ -SHA1 (gfract-0.30.tar.gz) = fb8603fd32fe2aae90c51f0b75efec66411093c2 -RMD160 (gfract-0.30.tar.gz) = 8d4594fecd6bf6ba976ea15b69b9c0a95bccae52 -Size (gfract-0.30.tar.gz) = 32384 bytes +SHA1 (gfract-0.32.tar.gz) = f603c067c9616ebde714b72b3bda801e9906d6c3 +RMD160 (gfract-0.32.tar.gz) = 6196bd3cc17c4c41bbd0b7df4cbe0691e52de521 +Size (gfract-0.32.tar.gz) = 34166 bytes SHA1 (gfract-palettes-0.1.tar.gz) = f05e06e6012e1b1526e0c796ca7f6617fca8ab7d RMD160 (gfract-palettes-0.1.tar.gz) = 3430c31cb5cb2317a02b1e2cf506c5ffa9601a7c Size (gfract-palettes-0.1.tar.gz) = 223648 bytes -SHA1 (patch-aa) = 5b865c0ce7cf35cd4920ce07f42a5acc1732c3df +SHA1 (patch-aa) = 992bfc046284fa89e83b28deeb786bf88050bd10 diff --git a/graphics/gfract/patches/patch-aa b/graphics/gfract/patches/patch-aa index 130b79b7c58..b020a8a454a 100644 --- a/graphics/gfract/patches/patch-aa +++ b/graphics/gfract/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.4 2004/11/25 16:31:05 ben Exp $ +$NetBSD: patch-aa,v 1.5 2006/01/26 06:42:35 wiz Exp $ ---- Makefile.orig Fri Aug 13 08:23:59 2004 +--- Makefile.orig 2005-02-28 16:00:56.000000000 +0100 +++ Makefile -@@ -2,10 +2,10 @@ PROG := gfract +@@ -2,12 +2,12 @@ PROG := gfract CC := g++ --DEFS := -Wall -ansi -pedantic -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED -+DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED +-DEFS := -Wall -ansi -pedantic -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \ ++DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED + DEFS := $(shell pkg-config --cflags gtk+-2.0) $(DEFS) -CXXFLAGS := $(DEFS) -O2 -fomit-frame-pointer -ffast-math @@ -15,7 +17,7 @@ $NetBSD: patch-aa,v 1.4 2004/11/25 16:31:05 ben Exp $ #CXXFLAGS := $(DEFS) -g LDFLAGS := -lpng -lz -@@ -17,11 +17,11 @@ HEADERS := $(wildcard *.h *.xpm) +@@ -19,11 +19,11 @@ HEADERS := $(wildcard *.h *.xpm) $(PROG): $(OBJS) @echo Linking $(PROG) -- cgit v1.2.3