pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Update to gnuplot 4.2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e5253f9c3a7
branches:  trunk
changeset: 400812:5e5253f9c3a7
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Oct 27 20:48:07 2009 +0000

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

diffstat:

 graphics/gnuplot/Makefile.common  |   4 ++--
 graphics/gnuplot/distinfo         |  10 +++++-----
 graphics/gnuplot/patches/patch-ag |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r 5d98408c7116 -r 5e5253f9c3a7 graphics/gnuplot/Makefile.common
--- a/graphics/gnuplot/Makefile.common  Tue Oct 27 20:26:21 2009 +0000
+++ b/graphics/gnuplot/Makefile.common  Tue Oct 27 20:48:07 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.16 2009/09/14 18:52:03 asau Exp $
+# $NetBSD: Makefile.common,v 1.17 2009/10/27 20:48:07 asau Exp $
 
 # used by ../../graphics/gnuplot-nox11
 
-DISTNAME=              gnuplot-4.2.5
+DISTNAME=              gnuplot-4.2.6
 CATEGORIES+=           graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
diff -r 5d98408c7116 -r 5e5253f9c3a7 graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Tue Oct 27 20:26:21 2009 +0000
+++ b/graphics/gnuplot/distinfo Tue Oct 27 20:48:07 2009 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.13 2009/09/14 18:52:03 asau Exp $
+$NetBSD: distinfo,v 1.14 2009/10/27 20:48:07 asau Exp $
 
-SHA1 (gnuplot-4.2.5.tar.gz) = e7ad6afc1ca7b39a512a18f2dc6f2bcda9bf9128
-RMD160 (gnuplot-4.2.5.tar.gz) = 79ab74627d66c2eff6d69276c1556acca89ec6dd
-Size (gnuplot-4.2.5.tar.gz) = 2873303 bytes
+SHA1 (gnuplot-4.2.6.tar.gz) = d11fdde8218bee98597ee836cbc17e4bf6093b70
+RMD160 (gnuplot-4.2.6.tar.gz) = 3b1726e5327b17bb7b528198e62a12b9fe3e5a76
+Size (gnuplot-4.2.6.tar.gz) = 2936753 bytes
 SHA1 (patch-aa) = a6f67cc9ef3dc1cac2dc5bd9d0ecc634b9b70a92
 SHA1 (patch-ab) = f64716b79fbdab9b85fb7df89c9c24a6db313d26
 SHA1 (patch-ac) = 36bbe7654e581d7323dfe2a0c358c0f99aae2c6f
 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
 SHA1 (patch-ae) = 622630495587a963fe713ca18d871b5b51aafadc
 SHA1 (patch-af) = 02a661965a9af633f9a4dc6ef74f8ad312610362
-SHA1 (patch-ag) = b3d3e7e0799dcba09c8c9794db2677e58c070c0a
+SHA1 (patch-ag) = 22354c38ac2a8a85c804c269bbfa8da03ae55708
diff -r 5d98408c7116 -r 5e5253f9c3a7 graphics/gnuplot/patches/patch-ag
--- a/graphics/gnuplot/patches/patch-ag Tue Oct 27 20:26:21 2009 +0000
+++ b/graphics/gnuplot/patches/patch-ag Tue Oct 27 20:48:07 2009 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-ag,v 1.1 2009/09/14 18:52:03 asau Exp $
+$NetBSD: patch-ag,v 1.2 2009/10/27 20:48:07 asau Exp $
 
 NetBSD editline keeps header files in "readline", not "editline".
 Same applies to DragonFly.
 
---- configure.orig     2009-09-14 17:37:45.000000000 +0400
-+++ configure  2009-09-14 17:37:54.000000000 +0400
-@@ -9178,7 +9178,7 @@
+--- configure.orig     2009-10-27 23:40:36.000000000 +0300
++++ configure  2009-10-27 23:42:16.000000000 +0300
+@@ -9584,7 +9584,7 @@
  _ACEOF
  
  
 -for ac_header in editline/readline.h
 +for ac_header in readline/readline.h
  do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then



Home | Main Index | Thread Index | Old Index