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:   wiz
Date:           Mon Jun 19 21:10:00 UTC 2017

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

Log Message:
Updated gnuplot to 5.0.6.

Changes in 5.0.6
================
* NEW command 'set micro' enables encoding-specific char for gprintf %c format
* NEW command 'set datafile missing NaN' treats invalid data as if it were missing
* NEW backport updated svg/domterm terminal from development version
* CHANGE - start/end limits in nested iterations are reevaluated dynamically
* CHANGE - revised adjustment of x2label and plot title when x2tics are present
* CHANGE - mark non-free pdf terminal DEPRECATED (to be removed in release 5.2)
* CHANGE - allow fractional font sizes for gdlib terminals
* CHANGE - do not allow inverted R axis (requires support not backported from 5.1)
* CHANGE - allow pointinterval property in 'with lp' for splot as well as for plot
* CHANGE - "linewidth <lw>" is accepted as a terminal option for aquaterm, qt, wxt
* CHANGE - spline segments outside xrange are ignored rather than treated as errors
* FIX assignment of x/y dimensions in "binary record=(a,b) ... with image"
* FIX wxt - multithreaded wxt was faulting during resize (mutex lock failure)
* FIX windows - timed pause only worked for intervals < 1 second
* FIX Front/back layering of border+grid lines was not always correct in hidden3d
* FIX "set pm3d depthorder interpolate N,M" memory allocation failure
* FIX aquaterm failed to honor request to disable enhanced text markup
* FIX save and show commands failed to list linecolor for lines with "lt -1"
* FIX the "missing" data flag is honored by "using ($n)" as it is for "using n"
* FIX error reporting of line number inside a bracketed clause
* FIX gnuplot_x11: possible fix for sporadic use-after-free error
* FIX initialization of hidden3d structures for splot with dots
* FIX track arrowhead properties in hidden3d mode
* FIX tracking of NaN values from function evaluated during binary data input
* FIX 3D rotation does not clobber hidden/visible status of plots


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gnuplot/distinfo
cvs rdiff -u -r1.10 -r0 pkgsrc/graphics/gnuplot/patches/patch-aa

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.113 pkgsrc/graphics/gnuplot/Makefile:1.114
--- pkgsrc/graphics/gnuplot/Makefile:1.113      Sat Mar  4 13:07:16 2017
+++ pkgsrc/graphics/gnuplot/Makefile    Mon Jun 19 21:10:00 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2017/03/04 13:07:16 mef Exp $
+# $NetBSD: Makefile,v 1.114 2017/06/19 21:10:00 wiz Exp $
 
-DISTNAME=      gnuplot-5.0.5
+DISTNAME=      gnuplot-5.0.6
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.34 pkgsrc/graphics/gnuplot/distinfo:1.35
--- pkgsrc/graphics/gnuplot/distinfo:1.34       Sat Mar  4 13:07:16 2017
+++ pkgsrc/graphics/gnuplot/distinfo    Mon Jun 19 21:10:00 2017
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.34 2017/03/04 13:07:16 mef Exp $
+$NetBSD: distinfo,v 1.35 2017/06/19 21:10:00 wiz Exp $
 
-SHA1 (gnuplot-5.0.5.tar.gz) = c35f55657fdc33217dd70bbf3148578563ecaad1
-RMD160 (gnuplot-5.0.5.tar.gz) = 928acb77e084fbe62babfd6c33af0ec15577dad7
-SHA512 (gnuplot-5.0.5.tar.gz) = fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c
-Size (gnuplot-5.0.5.tar.gz) = 5078771 bytes
-SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2
+SHA1 (gnuplot-5.0.6.tar.gz) = f7b8948166b22e5bd658d5cf7579716f4821dba0
+RMD160 (gnuplot-5.0.6.tar.gz) = 3c0d36c4b497aa28866265aa2760b63671ee5584
+SHA512 (gnuplot-5.0.6.tar.gz) = 7f9b05725a8594dcfbf1f1fc8f1db9bf45e1b6841fa1089b2c2528a3e36f71baab16d5fbeb027e4dd3618461a4895d037cb9f43781bfee2cb078cb9583567d8d
+Size (gnuplot-5.0.6.tar.gz) = 5093897 bytes
 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0
 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
 SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048



Home | Main Index | Thread Index | Old Index