pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot gnuplot: updated to 5.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c0d33c8f14
branches:  trunk
changeset: 418840:12c0d33c8f14
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 05 18:42:05 2019 +0000

description:
gnuplot: updated to 5.2.8

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 <base>, <factor> 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

diffstat:

 graphics/gnuplot/Makefile |   5 ++---
 graphics/gnuplot/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 793186a9da57 -r 12c0d33c8f14 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Thu Dec 05 18:41:30 2019 +0000
+++ b/graphics/gnuplot/Makefile Thu Dec 05 18:42:05 2019 +0000
@@ -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@localhost
 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 -r 793186a9da57 -r 12c0d33c8f14 graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Thu Dec 05 18:41:30 2019 +0000
+++ b/graphics/gnuplot/distinfo Thu Dec 05 18:42:05 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index