Wed Dec 15 17:16:43 2021 UTC ()
gnuplot: updated to 5.4.2

Changes in 5.4.2

NEW in "using" context, $# means "number of columns in current data line"
NEW define on program entry: I = sqrt(-1) = {0.,1.}
NEW support input data that uses epidemiological date-week formats
NEW optional fillcolor for "set key opaque"
NEW provide and document use of a plugin to provide uigamma function
CHANGE much improved domain and precision for igamma function
CHANGE generate only one key entry per multi-dataset input file
CHANGE (Windows): attempt to convert unicode on command line to UTF-8
CHANGE clip `with image` to plot boundary in 2D plots
CHANGE In gprintf format "%c", add no space for a null prefix
CHANGE Make auto-placement of left border less sensitive to plot size
FIX time formats %U %W
FIX left-justification of titles in splot with user-specified key position
FIX clipping of filled polygons that have only 1 or 2 vertices
FIX "set tics front" unexpectedly made all grid lines invisible
FIX more terminals support requested linewidth for textbox borders
FIX indexing of multiple matrix data sets in a single input file
FIX do not inject extra '\n' into input stream after 'set term'
FIX cairo terminals: Do not lose font info during multi-line enhanced text
FIX cairo terminals (Windows): ignore "text scaling" from user screen settings
FIX pm: better mousing and font handling
FIX win: instabilities associated with changing window size
FIX wxt: use of multiple plot windows from single-threaded wxt terminal
FIX qt: prevent creation of zombie gnuplot_qt process


(adam)
diff -r1.155 -r1.156 pkgsrc/graphics/gnuplot/Makefile
diff -r1.47 -r1.48 pkgsrc/graphics/gnuplot/distinfo

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

--- pkgsrc/graphics/gnuplot/Makefile 2021/12/08 16:04:55 1.155
+++ pkgsrc/graphics/gnuplot/Makefile 2021/12/15 17:16:43 1.156
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.155 2021/12/08 16:04:55 adam Exp $ 1# $NetBSD: Makefile,v 1.156 2021/12/15 17:16:43 adam Exp $
2 2
3DISTNAME= gnuplot-5.4.1 3DISTNAME= gnuplot-5.4.2
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.info/ 8HOMEPAGE= http://gnuplot.info/
9COMMENT= Portable interactive, function plotting utility 9COMMENT= Portable interactive, function plotting utility
10PKGREVISION= 6 
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+= --without-latex 19CONFIGURE_ARGS+= --without-latex
21CONFIGURE_ARGS+= ac_cv_prog_EMACS= 20CONFIGURE_ARGS+= ac_cv_prog_EMACS=
22INFO_FILES= yes 21INFO_FILES= yes
23TEST_TARGET= check 22TEST_TARGET= check

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

--- pkgsrc/graphics/gnuplot/distinfo 2021/10/26 10:46:15 1.47
+++ pkgsrc/graphics/gnuplot/distinfo 2021/12/15 17:16:43 1.48
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.47 2021/10/26 10:46:15 nia Exp $ 1$NetBSD: distinfo,v 1.48 2021/12/15 17:16:43 adam Exp $
2 2
3BLAKE2s (gnuplot-5.4.1.tar.gz) = dc24471e07d3df36d680fa1c49b49ec39bdfd1c11b6d8a6e30d76f2ae697d224 3BLAKE2s (gnuplot-5.4.2.tar.gz) = ced54ffcac9f9061ff760124b3e757f3d9dcdb4501693f6a2ad1e8c3eeb44cf5
4SHA512 (gnuplot-5.4.1.tar.gz) = 2371830636d4c9ee93e9d6566dc2889e96ece3660b63ef4cfb6514e233510e5abaf4f93863bbe9a418f11db8e3b12a15242556aae52bb69591ad7d26e6581121 4SHA512 (gnuplot-5.4.2.tar.gz) = e69ca74335cdd69c6013a254ac785dc67cc82713308460971cf6e0a66438716d8892a37344611d1841563efbc4b2b8c5692c13c7b06cff4f30f8d43e2ddfd7d4
5Size (gnuplot-5.4.1.tar.gz) = 5608076 bytes 5Size (gnuplot-5.4.2.tar.gz) = 5640202 bytes
6SHA1 (patch-configure) = 6d932d286804deaae03a167d1c080ee2b1628ee4 6SHA1 (patch-configure) = 6d932d286804deaae03a167d1c080ee2b1628ee4
7SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7 7SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
8SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5 8SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5
9SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf 9SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf