Thu Dec 5 18:42:06 2019 UTC ()
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


(adam)
diff -r1.133 -r1.134 pkgsrc/graphics/gnuplot/Makefile
diff -r1.41 -r1.42 pkgsrc/graphics/gnuplot/distinfo

cvs diff -r1.133 -r1.134 pkgsrc/graphics/gnuplot/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/Makefile 2019/10/28 08:33:24 1.133
+++ pkgsrc/graphics/gnuplot/Makefile 2019/12/05 18:42:05 1.134
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $ 1# $NetBSD: Makefile,v 1.134 2019/12/05 18:42:05 adam Exp $
2 2
3DISTNAME= gnuplot-5.2.7 3DISTNAME= gnuplot-5.2.8
4CATEGORIES+= graphics 4CATEGORIES+= graphics
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://gnuplot.sourceforge.net/ 8HOMEPAGE= http://gnuplot.sourceforge.net/
9COMMENT= Portable interactive, function plotting utility 9COMMENT= Portable interactive, function plotting utility
10PKGREVISION= 2 
11#LICENSE= gnuplot + BSD 10#LICENSE= gnuplot + BSD
12 11
13API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} 12API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
14 13
15CONFLICTS+= gnuplot-nox11-[0-9]* 14CONFLICTS+= gnuplot-nox11-[0-9]*
16 15
17USE_LANGUAGES= c 16USE_LANGUAGES= c
18USE_TOOLS+= makeinfo pkg-config gmake 17USE_TOOLS+= makeinfo pkg-config gmake
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --with-readline=bsd 19CONFIGURE_ARGS+= --with-readline=bsd
21CONFIGURE_ARGS+= --without-latex 20CONFIGURE_ARGS+= --without-latex
22CONFIGURE_ARGS+= --without-tutorial 21CONFIGURE_ARGS+= --without-tutorial
23CONFIGURE_ARGS+= ac_cv_prog_EMACS= 22CONFIGURE_ARGS+= ac_cv_prog_EMACS=

cvs diff -r1.41 -r1.42 pkgsrc/graphics/gnuplot/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/distinfo 2019/08/30 12:16:24 1.41
+++ pkgsrc/graphics/gnuplot/distinfo 2019/12/05 18:42:05 1.42
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.41 2019/08/30 12:16:24 rin Exp $ 1$NetBSD: distinfo,v 1.42 2019/12/05 18:42:05 adam Exp $
2 2
3SHA1 (gnuplot-5.2.7.tar.gz) = fcd54ed0b1e5d7dda8151602b7198f0040462c70 3SHA1 (gnuplot-5.2.8.tar.gz) = dc018b1e0a31b770d4635958badff13498babc4d
4RMD160 (gnuplot-5.2.7.tar.gz) = 59a3d9fbcd5856b123b4e8eb9ecde753ab252060 4RMD160 (gnuplot-5.2.8.tar.gz) = 1048f333f14be3f27bd8a6fa866371c6308f4f5d
5SHA512 (gnuplot-5.2.7.tar.gz) = f6b77e16b25e5705ea9dad4f89ed5f5a3cf95d3e4215da00be3cbfbcdeee23009e9205156399448526783f25b5b7599b674670c94c01345abafeff74f6c7de93 5SHA512 (gnuplot-5.2.8.tar.gz) = 513dff15236dcb58c3c5471cdaa0713242787dbf30ef860c3f69152cb87c6392e4973caff5eb178707bbb84c78548e806b2920864a37686bce49425fbfdc4e8c
6Size (gnuplot-5.2.7.tar.gz) = 5335673 bytes 6Size (gnuplot-5.2.8.tar.gz) = 5340677 bytes
7SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15 7SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15
8SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7 8SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
9SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5 9SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5
10SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf 10SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf
11SHA1 (patch-src_variable.c) = 90a9372c715791efe42bc019025aa61fb5ece80c 11SHA1 (patch-src_variable.c) = 90a9372c715791efe42bc019025aa61fb5ece80c