summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-14 08:06:52 +0000
committeradam <adam@pkgsrc.org>2011-03-14 08:06:52 +0000
commitcec1bc7893881f4b1cd3653b23f1aef1ff7747c1 (patch)
tree5d2aa8dd2f6a11a651d342db9324b84419f53aaf
parent685132e00802a3ed227066a25daa7c944b0023e4 (diff)
downloadpkgsrc-cec1bc7893881f4b1cd3653b23f1aef1ff7747c1.tar.gz
Changes 4.4.3:
* NEW Implement pan and zoom via mouse wheel. * NEW set key maxcolumns N maxrows M * NEW value("varname") returns the value of the named variable * NEW encoding cp1251 - 8-bit Cyrillic * CHANGE backport emf terminal driver from version 4.5 * FIX better estimation of latex string lengths * FIX colorbar representation of discrete color palettes is pixel accurate * FIX NaN initialization and tests working on more (all?) platforms * FIX configuration script tests for readline+ncurses * FIX prevent out-of-range boxes from creating degenerate ghosts on the border * FIX missing alpha channel flag for pdfcairo terminal * FIX font initialization in windows terminal
-rw-r--r--graphics/gnuplot/Makefile5
-rw-r--r--graphics/gnuplot/PLIST3
-rw-r--r--graphics/gnuplot/distinfo12
-rw-r--r--graphics/gnuplot/patches/patch-af4
-rw-r--r--graphics/gnuplot/patches/patch-ag38
5 files changed, 13 insertions, 49 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 76e7d030267..cc03570ce85 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2011/03/10 09:44:10 drochner Exp $
+# $NetBSD: Makefile,v 1.55 2011/03/14 08:06:52 adam Exp $
-DISTNAME= gnuplot-4.4.2
-PKGREVISION= 1
+DISTNAME= gnuplot-4.4.3
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
diff --git a/graphics/gnuplot/PLIST b/graphics/gnuplot/PLIST
index 8e34e925903..eebee551b94 100644
--- a/graphics/gnuplot/PLIST
+++ b/graphics/gnuplot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2011/02/08 13:13:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2011/03/14 08:06:52 adam Exp $
bin/gnuplot
info/gnuplot.info
${PLIST.x11}libexec/gnuplot/4.4/gnuplot_x11
@@ -9,6 +9,7 @@ share/gnuplot/4.4/PostScript/8859-2.ps
share/gnuplot/4.4/PostScript/8859-9.ps
share/gnuplot/4.4/PostScript/aglfn.txt
share/gnuplot/4.4/PostScript/cp1250.ps
+share/gnuplot/4.4/PostScript/cp1251.ps
share/gnuplot/4.4/PostScript/cp437.ps
share/gnuplot/4.4/PostScript/cp850.ps
share/gnuplot/4.4/PostScript/cp852.ps
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo
index 276969c7b1a..dde007630c4 100644
--- a/graphics/gnuplot/distinfo
+++ b/graphics/gnuplot/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.16 2011/02/08 13:13:41 adam Exp $
+$NetBSD: distinfo,v 1.17 2011/03/14 08:06:52 adam Exp $
-SHA1 (gnuplot-4.4.2.tar.gz) = 35666be22e877ade5e272199d3d81555c141cef5
-RMD160 (gnuplot-4.4.2.tar.gz) = 077d6d353e0370d1f8463693380030722f5789af
-Size (gnuplot-4.4.2.tar.gz) = 3299690 bytes
+SHA1 (gnuplot-4.4.3.tar.gz) = a4d315b9288739e3cbaa04d8ddda7861b4009bd4
+RMD160 (gnuplot-4.4.3.tar.gz) = 90290eb2b6b9404dc520080439bdee9056e61fc4
+Size (gnuplot-4.4.3.tar.gz) = 3305912 bytes
SHA1 (patch-aa) = a6f67cc9ef3dc1cac2dc5bd9d0ecc634b9b70a92
SHA1 (patch-ac) = 36bbe7654e581d7323dfe2a0c358c0f99aae2c6f
SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048
-SHA1 (patch-af) = b6c7dafd61efcee89cc1323202bf76df7ee20936
-SHA1 (patch-ag) = 8c1f4a4a94cf136d94b0019954453553c17be7b2
+SHA1 (patch-af) = e5672a05f88d0ba3c1471b379dd47cd1b274f8b1
+SHA1 (patch-ag) = 655d45419dc32f47b6984dc2135322363bced412
SHA1 (patch-ah) = e4024ebbc039d7b5e741aa109259de6269b03765
diff --git a/graphics/gnuplot/patches/patch-af b/graphics/gnuplot/patches/patch-af
index 63b59181c72..947b4f7f361 100644
--- a/graphics/gnuplot/patches/patch-af
+++ b/graphics/gnuplot/patches/patch-af
@@ -1,11 +1,11 @@
-$NetBSD: patch-af,v 1.2 2011/02/08 13:13:41 adam Exp $
+$NetBSD: patch-af,v 1.3 2011/03/14 08:06:53 adam Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
--- configure.in.orig 2009-03-15 06:39:15.000000000 +0300
+++ configure.in 2009-09-14 17:35:06.000000000 +0400
-@@ -339,7 +339,7 @@
+@@ -352,7 +352,7 @@
if test "$ac_cv_lib_edit_readline" = yes; then
AC_DEFINE(HAVE_LIBEDITLINE,1,
[ Define if you are using the BSD editline library. ])
diff --git a/graphics/gnuplot/patches/patch-ag b/graphics/gnuplot/patches/patch-ag
index 067454fbbbc..804594d1ff6 100644
--- a/graphics/gnuplot/patches/patch-ag
+++ b/graphics/gnuplot/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.3 2011/02/08 13:13:41 adam Exp $
+$NetBSD: patch-ag,v 1.4 2011/03/14 08:06:53 adam Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
@@ -17,42 +17,6 @@ Same applies to DragonFly.
if test "x$ac_cv_header_editline_readline_h" = x""yes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_EDITLINE_READLINE_H 1
-@@ -7381,7 +7381,7 @@ _ACEOF
-
- fi
-
-- if test "$ac_cv_lib_readline_rl_ding" == no; then
-+ if test "$ac_cv_lib_readline_rl_ding" = no; then
-
- $as_echo "#define MISSING_RL_DING 1" >>confdefs.h
-
-@@ -7431,7 +7431,7 @@ _ACEOF
-
- fi
-
-- if test "$ac_cv_lib_readline_rl_forced_update_display" == no; then
-+ if test "$ac_cv_lib_readline_rl_forced_update_display" = no; then
-
- $as_echo "#define MISSING_RL_FORCED_UPDATE_DISPLAY 1" >>confdefs.h
-
-@@ -7481,7 +7481,7 @@ _ACEOF
-
- fi
-
-- if test "$ac_cv_lib_readline_rl_reset_after_signal" == yes; then
-+ if test "$ac_cv_lib_readline_rl_reset_after_signal" = yes; then
-
- $as_echo "#define HAVE_READLINE_RESET 1" >>confdefs.h
-
-@@ -7533,7 +7533,7 @@ _ACEOF
-
- fi
-
-- if test "$ac_cv_lib_readline_rl_complete_with_tilde_expansion" == no; then
-+ if test "$ac_cv_lib_readline_rl_complete_with_tilde_expansion" = no; then
-
- $as_echo "#define MISSING_RL_TILDE_EXPANSION 1" >>confdefs.h
-
@@ -7662,7 +7662,9 @@ else
if test -d $withval/lib; then
LDFLAGS="$LDFLAGS -L$withval/lib"