diff options
author | adam <adam> | 2014-11-18 22:19:47 +0000 |
---|---|---|
committer | adam <adam> | 2014-11-18 22:19:47 +0000 |
commit | c9f58ba4bdcb3a46a562ca4f1670f55068dd2f73 (patch) | |
tree | ae00301e1989a8ae975b3322aab70b060ab133ca /graphics | |
parent | c35fbfd51d5984bf31c6592c5a316ac0dc8881df (diff) | |
download | pkgsrc-c9f58ba4bdcb3a46a562ca4f1670f55068dd2f73.tar.gz |
Changes 4.6.6:
* NEW linetype keyword "nodraw" can be used to draw only the points in "with lp"
* NEW plot option to "skip N" lines at start of an ascii data file
* NEW 'set fit prescale' normalized fit parameters before M-L refinement
* NEW update svg terminal to grey out the key entry when a plot is toggled off
* NEW allow keywords "comma" and "tab" for "set datafile separator"
* CHANGE Accept "with image pixels" as a synonym for "with image failsafe"
* CHANGE return NaN if a requested numerical data value finds a string instead
* CHANGE Consume only one space following the font name in an enhanced test string
* CHANGE respond to left mouse click on press rather than on release
* FIX Faster recovery from outboard server gnuplot_qt being killed
* FIX get rid of O(N^2) memory allocation for string data in long input lines
* FIX large integers in iteration spec could cause overflow in end condition check
* FIX object fillcolors should be consistent with the color of current linetypes
* FIX LFS support on 64bit platforms (not backported for 32bit platforms)
* FIX timecolumn() applied to non-axis data reports an error rather than faulting
* FIX clipping could fail on integer overflow
* FIX segfault resulting from strcol(N) applied to empty field in a *.csv file
* FIX adjustment of key size to accommodate long key title
* FIX treat data value read as "NaN" the same as we would "1/0"
* FIX handling of events triggered by closing the qt plot window
* FIX iteration failure due to integer overflow
* FIX clip r axis tics to current plot boundary
* FIX logscale cb axis with volatile data
* FIX qt terminal timing problem with mouse click+release
* FIX qt terminal handle window close events
* FIX incorrect processing of certain loop [start:end:incr] combinations
* FIX Fix y extent and clipping of rectangles with y coord < 0 or inverted axes
* FIX handle columnheaders in input to fit
* FIX add sanity check in pdf.trm to avoid strcpy(fontname,fontname)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 5 | ||||
-rw-r--r-- | graphics/gnuplot/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 6697850390a..19cbf3d1dac 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2014/10/19 22:27:45 alnsn Exp $ +# $NetBSD: Makefile,v 1.94 2014/11/18 22:19:47 adam Exp $ -DISTNAME= gnuplot-4.6.5 -PKGREVISION= 5 +DISTNAME= gnuplot-4.6.6 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 819a9a23b96..236b5be8b23 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2014/06/01 16:58:21 wiz Exp $ +$NetBSD: distinfo,v 1.28 2014/11/18 22:19:47 adam Exp $ -SHA1 (gnuplot-4.6.5.tar.gz) = a74558d145344422674dea4f58c9cb0931872c36 -RMD160 (gnuplot-4.6.5.tar.gz) = 8073289c066037664fe814d96d441630f313656f -Size (gnuplot-4.6.5.tar.gz) = 5035657 bytes +SHA1 (gnuplot-4.6.6.tar.gz) = 012bd22b7be32da186b6bb015c0c6d876926c90b +RMD160 (gnuplot-4.6.6.tar.gz) = eb1185c94d93d19b272311c71d93ba3402eea030 +Size (gnuplot-4.6.6.tar.gz) = 5059214 bytes SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413 |