Tue Oct 27 20:48:07 2009 UTC ()
Update to gnuplot 4.2.6.

New features, changes and fixes in gnuplot version 4.2.6
===========================================================
* NEW xterm tektronix emulation 'set term xterm'
* FIX 'set xtics mirror' didn't work if xtics were previously unset
* FIX off-by-one pixel bug in width of boxes with palette or rgb color
* FIX center rotation of 'set view equal xyz' mode at screen center
* FIX sanity-check time ranges for axes with timeformat
* FIX pslatex blacktext and broken format specifier
* FIX PostScript code points for Lcaron, lcaron in encoding cp1250
* CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange
* CHANGE aquaterm accepts "size xx,yy" with a comma
* CHANGE Remove the EXPERIMENTAL flag from the wxt terminal
* CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode


(asau)
diff -r1.16 -r1.17 pkgsrc/graphics/gnuplot/Makefile.common
diff -r1.13 -r1.14 pkgsrc/graphics/gnuplot/distinfo
diff -r1.1 -r1.2 pkgsrc/graphics/gnuplot/patches/patch-ag

cvs diff -r1.16 -r1.17 pkgsrc/graphics/gnuplot/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/Attic/Makefile.common 2009/09/14 18:52:03 1.16
+++ pkgsrc/graphics/gnuplot/Attic/Makefile.common 2009/10/27 20:48:07 1.17
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.16 2009/09/14 18:52:03 asau Exp $ 1# $NetBSD: Makefile.common,v 1.17 2009/10/27 20:48:07 asau Exp $
2 2
3# used by ../../graphics/gnuplot-nox11 3# used by ../../graphics/gnuplot-nox11
4 4
5DISTNAME= gnuplot-4.2.5 5DISTNAME= gnuplot-4.2.6
6CATEGORIES+= graphics 6CATEGORIES+= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gnuplot.sourceforge.net/ 10HOMEPAGE= http://gnuplot.sourceforge.net/
11COMMENT= Portable interactive, function plotting utility 11COMMENT= Portable interactive, function plotting utility
12 12
13PATCHDIR= ${.CURDIR}/../../graphics/gnuplot/patches 13PATCHDIR= ${.CURDIR}/../../graphics/gnuplot/patches
14DISTINFO_FILE= ${.CURDIR}/../../graphics/gnuplot/distinfo 14DISTINFO_FILE= ${.CURDIR}/../../graphics/gnuplot/distinfo
15 15
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18 18

cvs diff -r1.13 -r1.14 pkgsrc/graphics/gnuplot/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/distinfo 2009/09/14 18:52:03 1.13
+++ pkgsrc/graphics/gnuplot/distinfo 2009/10/27 20:48:07 1.14
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.13 2009/09/14 18:52:03 asau Exp $ 1$NetBSD: distinfo,v 1.14 2009/10/27 20:48:07 asau Exp $
2 2
3SHA1 (gnuplot-4.2.5.tar.gz) = e7ad6afc1ca7b39a512a18f2dc6f2bcda9bf9128 3SHA1 (gnuplot-4.2.6.tar.gz) = d11fdde8218bee98597ee836cbc17e4bf6093b70
4RMD160 (gnuplot-4.2.5.tar.gz) = 79ab74627d66c2eff6d69276c1556acca89ec6dd 4RMD160 (gnuplot-4.2.6.tar.gz) = 3b1726e5327b17bb7b528198e62a12b9fe3e5a76
5Size (gnuplot-4.2.5.tar.gz) = 2873303 bytes 5Size (gnuplot-4.2.6.tar.gz) = 2936753 bytes
6SHA1 (patch-aa) = a6f67cc9ef3dc1cac2dc5bd9d0ecc634b9b70a92 6SHA1 (patch-aa) = a6f67cc9ef3dc1cac2dc5bd9d0ecc634b9b70a92
7SHA1 (patch-ab) = f64716b79fbdab9b85fb7df89c9c24a6db313d26 7SHA1 (patch-ab) = f64716b79fbdab9b85fb7df89c9c24a6db313d26
8SHA1 (patch-ac) = 36bbe7654e581d7323dfe2a0c358c0f99aae2c6f 8SHA1 (patch-ac) = 36bbe7654e581d7323dfe2a0c358c0f99aae2c6f
9SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413 9SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
10SHA1 (patch-ae) = 622630495587a963fe713ca18d871b5b51aafadc 10SHA1 (patch-ae) = 622630495587a963fe713ca18d871b5b51aafadc
11SHA1 (patch-af) = 02a661965a9af633f9a4dc6ef74f8ad312610362 11SHA1 (patch-af) = 02a661965a9af633f9a4dc6ef74f8ad312610362
12SHA1 (patch-ag) = b3d3e7e0799dcba09c8c9794db2677e58c070c0a 12SHA1 (patch-ag) = 22354c38ac2a8a85c804c269bbfa8da03ae55708

cvs diff -r1.1 -r1.2 pkgsrc/graphics/gnuplot/patches/Attic/patch-ag (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/patches/Attic/patch-ag 2009/09/14 18:52:03 1.1
+++ pkgsrc/graphics/gnuplot/patches/Attic/patch-ag 2009/10/27 20:48:07 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-ag,v 1.1 2009/09/14 18:52:03 asau Exp $ 1$NetBSD: patch-ag,v 1.2 2009/10/27 20:48:07 asau Exp $
2 2
3NetBSD editline keeps header files in "readline", not "editline". 3NetBSD editline keeps header files in "readline", not "editline".
4Same applies to DragonFly. 4Same applies to DragonFly.
5 5
6--- configure.orig 2009-09-14 17:37:45.000000000 +0400 6--- configure.orig 2009-10-27 23:40:36.000000000 +0300
7+++ configure 2009-09-14 17:37:54.000000000 +0400 7+++ configure 2009-10-27 23:42:16.000000000 +0300
8@@ -9178,7 +9178,7 @@ 8@@ -9584,7 +9584,7 @@
9 _ACEOF 9 _ACEOF
10  10
11  11
12-for ac_header in editline/readline.h 12-for ac_header in editline/readline.h
13+for ac_header in readline/readline.h 13+for ac_header in readline/readline.h
14 do 14 do
15 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then