pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gfract Update to 0.32, ben@ ok:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a5029c23fd5
branches:  trunk
changeset: 507094:8a5029c23fd5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 26 06:42:35 2006 +0000

description:
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.

diffstat:

 graphics/gfract/Makefile         |   5 ++---
 graphics/gfract/distinfo         |  10 +++++-----
 graphics/gfract/patches/patch-aa |  14 ++++++++------
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (65 lines):

diff -r 299d748a5aa5 -r 8a5029c23fd5 graphics/gfract/Makefile
--- a/graphics/gfract/Makefile  Thu Jan 26 04:50:55 2006 +0000
+++ b/graphics/gfract/Makefile  Thu Jan 26 06:42:35 2006 +0000
@@ -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 -r 299d748a5aa5 -r 8a5029c23fd5 graphics/gfract/distinfo
--- a/graphics/gfract/distinfo  Thu Jan 26 04:50:55 2006 +0000
+++ b/graphics/gfract/distinfo  Thu Jan 26 06:42:35 2006 +0000
@@ -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 -r 299d748a5aa5 -r 8a5029c23fd5 graphics/gfract/patches/patch-aa
--- a/graphics/gfract/patches/patch-aa  Thu Jan 26 04:50:55 2006 +0000
+++ b/graphics/gfract/patches/patch-aa  Thu Jan 26 06:42:35 2006 +0000
@@ -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 @@
  #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)



Home | Main Index | Thread Index | Old Index