pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Changes 4.6.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8835b9629978
branches: trunk
changeset: 641811:8835b9629978
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 18 22:19:47 2014 +0000
description:
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:
graphics/gnuplot/Makefile | 5 ++---
graphics/gnuplot/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 7420907fffc2 -r 8835b9629978 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Tue Nov 18 20:39:11 2014 +0000
+++ b/graphics/gnuplot/Makefile Tue Nov 18 22:19:47 2014 +0000
@@ -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 -r 7420907fffc2 -r 8835b9629978 graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Tue Nov 18 20:39:11 2014 +0000
+++ b/graphics/gnuplot/distinfo Tue Nov 18 22:19:47 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index