pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gnuplot



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Dec  1 09:33:17 UTC 2020

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo
        pkgsrc/graphics/gnuplot/patches: patch-configure

Log Message:
Update gnuplot to 5.4.1

Changes in 5.4.1
================
* NEW "with rgbimage" and "with rgbalpha" accept single column ARGB input
* NEW add toggle in toolbar widget for qt terminal option "ctrl-q"
* NEW keyword "smooth kdensity period <val>"
* NEW time format %tD encodes days relative to time 0
* NEW pm3d quadrangles in 2D projection are clipped smoothly to x and y
* CHANGE gif animation 'optimize' option is deprecated Bugs #1992 #2070 #2348
* CHANGE svg increase coordinate precision to two decimal points Bug #2369
* FIX y autoscaling of default "with filledcurves" #Bug 2294
* FIX placement of mirrored x and y tics in mode 'set view projection ...'
* FIX pm3d lighting calculation for degenerate quadrangles
* FIX botched deprecation of old syntax for "call" arguments Bug #2298 #2368
* FIX pm3d "depthorder" affects 'set obj polygon' with >4 vertices Bug #2297
* FIX loss of precision for asin(x), asinh(x) with real x << 0 Bug #2302
* FIX error handling of bad font name in enhanced text Bugs #2303 #2308
* FIX incomplete domain for complex acosh(x), real x < -1 was treated as NaN
* FIX error handling of fuzzed input  Bugs #2306 #2307 #2309 #2312 #2344
* FIX add range check for plot of binned data (allows clipping on y)
* FIX "unzoom" applied to autoscaled volatile data
* FIX no default for binary columns needed if there is a 'using' spec Bug #2315
* FIX buffer overflow of enhanced text fragment  Bugs #2310 #2311
* FIX qnorm and Hann functions applied in dgrid3d Bugs #2277 #2318
* FIX handling of dashtype given as a string with leading whitespace Bug #2336
* FIX preserve key position across isolated instance of "title at x,y" Bug #2342
* FIX contour labels had spurious point symbols
* FIX allow "pointtype variable" in combination with jitter Bug #2354
* FIX cgm: sanity for non-zero font size Bug #2358
* FIX more checks for valid UTF-8 Bugs #2362 #2364


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/gnuplot/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/gnuplot/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gnuplot/Makefile
diff -u pkgsrc/graphics/gnuplot/Makefile:1.148 pkgsrc/graphics/gnuplot/Makefile:1.149
--- pkgsrc/graphics/gnuplot/Makefile:1.148      Fri Nov 20 17:25:02 2020
+++ pkgsrc/graphics/gnuplot/Makefile    Tue Dec  1 09:33:17 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2020/11/20 17:25:02 prlw1 Exp $
+# $NetBSD: Makefile,v 1.149 2020/12/01 09:33:17 prlw1 Exp $
 
-DISTNAME=      gnuplot-5.4.0
+DISTNAME=      gnuplot-5.4.1
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.44 pkgsrc/graphics/gnuplot/distinfo:1.45
--- pkgsrc/graphics/gnuplot/distinfo:1.44       Fri Nov 20 17:25:02 2020
+++ pkgsrc/graphics/gnuplot/distinfo    Tue Dec  1 09:33:17 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.44 2020/11/20 17:25:02 prlw1 Exp $
+$NetBSD: distinfo,v 1.45 2020/12/01 09:33:17 prlw1 Exp $
 
-SHA1 (gnuplot-5.4.0.tar.gz) = b4660dff7d047a453c55fd77faba11f63bb2d5ed
-RMD160 (gnuplot-5.4.0.tar.gz) = fca7270c9a7d8633aa457a661bcf91778c6e1f3d
-SHA512 (gnuplot-5.4.0.tar.gz) = abbb69ded9eed3a1e53caeeb7d75ee4e3532b1254640a3f38f00260e261e75f87744e3df4210b0db7c8c2acee9b25147524d5377b3f4305e2449b2e99ca58d66
-Size (gnuplot-5.4.0.tar.gz) = 5622595 bytes
-SHA1 (patch-configure) = 17e4b17519ab0801e1374130a6bc0102207a5fd0
+SHA1 (gnuplot-5.4.1.tar.gz) = bb1cd34f8ec0357eccef70122f0fd531ced5dd29
+RMD160 (gnuplot-5.4.1.tar.gz) = 0ccca1f34480fd3bcae3012c200e8f534010c5e4
+SHA512 (gnuplot-5.4.1.tar.gz) = 2371830636d4c9ee93e9d6566dc2889e96ece3660b63ef4cfb6514e233510e5abaf4f93863bbe9a418f11db8e3b12a15242556aae52bb69591ad7d26e6581121
+Size (gnuplot-5.4.1.tar.gz) = 5608076 bytes
+SHA1 (patch-configure) = 6d932d286804deaae03a167d1c080ee2b1628ee4
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5
 SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf

Index: pkgsrc/graphics/gnuplot/patches/patch-configure
diff -u pkgsrc/graphics/gnuplot/patches/patch-configure:1.2 pkgsrc/graphics/gnuplot/patches/patch-configure:1.3
--- pkgsrc/graphics/gnuplot/patches/patch-configure:1.2 Fri Nov 20 17:25:02 2020
+++ pkgsrc/graphics/gnuplot/patches/patch-configure     Tue Dec  1 09:33:17 2020
@@ -1,13 +1,13 @@
-$NetBSD: patch-configure,v 1.2 2020/11/20 17:25:02 prlw1 Exp $
+$NetBSD: patch-configure,v 1.3 2020/12/01 09:33:17 prlw1 Exp $
 
 NetBSD editline keeps header files in "readline", not "editline".
 Same applies to DragonFly.
 
-Also get rid of a non-portable "test ... ==" instance.
+Also get rid of a non-portable "test ... ==" instances.
 
---- configure.orig     2020-07-13 03:38:14.000000000 +0000
+--- configure.orig     2020-11-27 00:12:02.000000000 +0000
 +++ configure
-@@ -8969,7 +8969,7 @@ $as_echo "yes" >&6; }
+@@ -8977,7 +8977,7 @@ $as_echo "yes" >&6; }
  
  # Check whether --with-aquaterm was given.
  if test "${with_aquaterm+set}" = set; then :
@@ -16,7 +16,7 @@ Also get rid of a non-portable "test ...
  
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AquaTerm framework presence" >&5
  $as_echo_n "checking for AquaTerm framework presence... " >&6; }
-@@ -10185,9 +10185,9 @@ fi
+@@ -10193,9 +10193,9 @@ fi
  
  $as_echo "#define HAVE_LIBEDITLINE 1" >>confdefs.h
  
@@ -28,7 +28,16 @@ Also get rid of a non-portable "test ...
  if test "x$ac_cv_header_editline_readline_h" = xyes; then :
    cat >>confdefs.h <<_ACEOF
  #define HAVE_EDITLINE_READLINE_H 1
-@@ -16582,7 +16584,7 @@ $as_echo "    pict2e, pslatex, pstex, ps
+@@ -10979,7 +10979,7 @@ $as_echo "no" >&6; }
+ fi
+ 
+ 
+-  if test $pkg_failed == no && test -n "$GDLIB_CONFIG"; then
++  if test $pkg_failed = no && test -n "$GDLIB_CONFIG"; then
+     libgd_CPPFLAGS=`$GDLIB_CONFIG --cflags`
+     libgd_LDFLAGS=`$GDLIB_CONFIG --ldflags`
+     libgd_LIBS=`$GDLIB_CONFIG --libs`
+@@ -16584,7 +16586,7 @@ $as_echo "    pict2e, pslatex, pstex, ps
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  $as_echo "" >&6; }
  
@@ -37,7 +46,7 @@ Also get rid of a non-portable "test ...
    { $as_echo "$as_me:${as_lineno-$LINENO}: result:   dot-matrix terminals: yes ( --without-bitmap-terminals to disable)" >&5
  $as_echo "  dot-matrix terminals: yes ( --without-bitmap-terminals to disable)" >&6; }
  else
-@@ -16596,7 +16598,7 @@ $as_echo "    hp500c, hpdj, hpljii, hppj
+@@ -16598,7 +16600,7 @@ $as_echo "    hp500c, hpdj, hpljii, hppj
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  $as_echo "" >&6; }
  
@@ -46,7 +55,7 @@ Also get rid of a non-portable "test ...
    { $as_echo "$as_me:${as_lineno-$LINENO}: result:   tektronix terminal emulators: no ( --with-tektronix to enable)" >&5
  $as_echo "  tektronix terminal emulators: no ( --with-tektronix to enable)" >&6; }
  else
-@@ -16626,7 +16628,7 @@ else
+@@ -16628,7 +16630,7 @@ else
  $as_echo "    ggi terminal:  no   (use --with-ggi to enable, requires libggi)" >&6; }
  fi
  
@@ -55,7 +64,7 @@ Also get rid of a non-portable "test ...
    { $as_echo "$as_me:${as_lineno-$LINENO}: result:     gpic terminal: yes" >&5
  $as_echo "    gpic terminal: yes" >&6; }
  else
-@@ -16634,7 +16636,7 @@ else
+@@ -16636,7 +16638,7 @@ else
  $as_echo "    gpic terminal: no   (use --with-gpic to enable)" >&6; }
  fi
  
@@ -64,7 +73,7 @@ Also get rid of a non-portable "test ...
    { $as_echo "$as_me:${as_lineno-$LINENO}: result:     tgif terminal: yes" >&5
  $as_echo "    tgif terminal: yes" >&6; }
  else
-@@ -16642,7 +16644,7 @@ else
+@@ -16644,7 +16646,7 @@ else
  $as_echo "    tgif terminal: no   (use --with-tgif to enable)" >&6; }
  fi
  



Home | Main Index | Thread Index | Old Index