From dcd6b2d83e24ebf3e75d760a369b47a1ff3ed3a3 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 5 Dec 2019 18:42:05 +0000 Subject: gnuplot: updated to 5.2.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in 5.2.8 * CHANGE user-visible GPVAL_TERM_HCHAR GPVAL_TERM_VCHAR (help debug font issues) * CHANGE placement of ylabel (compromise 5.2.7 and earlier versions) * CHANGE make strstrt() aware of UTF8, e.g. strstrt("αβγ5", "5") returns 4 * FIX "set timestamp" from "save" must not include a justification * FIX set cntrparam levels increment , for logscale z * FIX character pointtypes should inherit plot coloring like normal pointtypes * FIX bad autoscaling of linked y2 axis * FIX prevent infinite loop from unbounded interation in a non-data plot command * FIX dimensions reported by "stats matrix every" * FIX extent of boxplot whiskers could be off by one point * FIX mix unbounded iteration and functions in a single plot command * FIX reverse history search with readline=builtin * FIX qt: suppress off-by-one ysize * FIX cairo: suppress off-by-one ysize * FIX gd: apply alpha to brushstroke lines * FIX tikz: fixes to accommodate lua 5.3 and newer pgf * FIX wxt: ExportToFile widget disabled in persist mode * FIX qt: handling of modifier keys (ctrl alt shift) for keyboard events * FIX wxt: handling of modifier keys (ctrl alt shift) for keyboard events * FIX fig: dashtype "solid" was not passed through correctly to transfig * FIX gd: incorrect line spacing of multiline label --- graphics/gnuplot/Makefile | 5 ++--- graphics/gnuplot/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'graphics') diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index f28d88cad93..978df5181af 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $ +# $NetBSD: Makefile,v 1.134 2019/12/05 18:42:05 adam Exp $ -DISTNAME= gnuplot-5.2.7 +DISTNAME= gnuplot-5.2.8 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.sourceforge.net/ COMMENT= Portable interactive, function plotting utility -PKGREVISION= 2 #LICENSE= gnuplot + BSD API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 709312f301f..fad99f5a830 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2019/08/30 12:16:24 rin Exp $ +$NetBSD: distinfo,v 1.42 2019/12/05 18:42:05 adam Exp $ -SHA1 (gnuplot-5.2.7.tar.gz) = fcd54ed0b1e5d7dda8151602b7198f0040462c70 -RMD160 (gnuplot-5.2.7.tar.gz) = 59a3d9fbcd5856b123b4e8eb9ecde753ab252060 -SHA512 (gnuplot-5.2.7.tar.gz) = f6b77e16b25e5705ea9dad4f89ed5f5a3cf95d3e4215da00be3cbfbcdeee23009e9205156399448526783f25b5b7599b674670c94c01345abafeff74f6c7de93 -Size (gnuplot-5.2.7.tar.gz) = 5335673 bytes +SHA1 (gnuplot-5.2.8.tar.gz) = dc018b1e0a31b770d4635958badff13498babc4d +RMD160 (gnuplot-5.2.8.tar.gz) = 1048f333f14be3f27bd8a6fa866371c6308f4f5d +SHA512 (gnuplot-5.2.8.tar.gz) = 513dff15236dcb58c3c5471cdaa0713242787dbf30ef860c3f69152cb87c6392e4973caff5eb178707bbb84c78548e806b2920864a37686bce49425fbfdc4e8c +Size (gnuplot-5.2.8.tar.gz) = 5340677 bytes SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5 -- cgit v1.2.3