pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gnuplot



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 19 17:21:19 UTC 2025

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

Log Message:
gnuplot: updated to 6.0.3

6.0.3

NEW (backported from development version)

NEW "contourfill {at base} {fs {no}border}"
NEW "save changes <filename>"
This variant saves only the differences between the current program state and the state at the start of the session.

NEW "plot <data> ... if (filter_condition)"
Input lines of data that satisfy the if condition are processed as usual. Lines that fail are essentially ignored.

NEW backport watchpoint improvements from 6.1
Each watch target can have its own label, generated by a user function. Any real-valued function is legal as a watchpoint target. Current x, y, and z values are available inside a watchpoint target 
function. Watchpoints are possible for splot in "set view map" projection. See

https://gnuplot.info/demo_6.0/watch_contours.html
NEW Continued work on multiplot replot and mousing

CHANGES

CHANGE 3D polygon objects can have per-object fill border properties.
The restriction that all 3D polygons share a single set of properties from "set pm3d" remains true for "splot with polygons".

CHANGE The configuration option --with-wx-multithreaded has been removed.
The multi-thread code has not worked under linux for quite a while. This change does not affect the Windows version of the wxt terminal,

CHANGE "with hsteps" takes default width from "set boxwidth".
CHANGE column(0) returns an integer (not complex) value
CHANGE win: dll function loading altered for compatibility with gcc15

FIXES

FIX Support for combined hidden3d + pm3d depthorder back-ported from 6.1
This allows placing contours on a depth-sorted pm3d surface

FIX qt: opaque key caused incorrect interactive toggling of final plot
FIX 6.0.2 regression in "splot ... using 1:2:3:4 lc palette"
FIX placement of category labels along x-axis of boxplots
FIX qt, cairo: "set colorbox invert" produced empty colorbox
FIX placement of minor tics along logscale axis with narrow range
FIX OK to have missing corners in an image from a sparse matrix
FIX error handling for various corner cases involving function blocks


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gnuplot/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gnuplot/Makefile
diff -u pkgsrc/graphics/gnuplot/Makefile:1.199 pkgsrc/graphics/gnuplot/Makefile:1.200
--- pkgsrc/graphics/gnuplot/Makefile:1.199      Sat Aug 30 22:45:22 2025
+++ pkgsrc/graphics/gnuplot/Makefile    Sun Oct 19 17:21:19 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.199 2025/08/30 22:45:22 wiz Exp $
+# $NetBSD: Makefile,v 1.200 2025/10/19 17:21:19 adam Exp $
 
-DISTNAME=      gnuplot-6.0.2
+DISTNAME=      gnuplot-6.0.3
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gnuplot.sourceforge.net/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   4
 #LICENSE=      gnuplot + BSD
 
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])+/\1.\2/}

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.54 pkgsrc/graphics/gnuplot/distinfo:1.55
--- pkgsrc/graphics/gnuplot/distinfo:1.54       Sun Jan  5 09:08:55 2025
+++ pkgsrc/graphics/gnuplot/distinfo    Sun Oct 19 17:21:19 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2025/01/05 09:08:55 adam Exp $
+$NetBSD: distinfo,v 1.55 2025/10/19 17:21:19 adam Exp $
 
-BLAKE2s (gnuplot-6.0.2.tar.gz) = 5262f3c0a9282083f29bb626543a71e2d9260d07466a2f2ff3b141d65ba4843c
-SHA512 (gnuplot-6.0.2.tar.gz) = 5c26c91a91238be0dad91b0835427355b4db526e6a83225219219b3c980e245abcd4b54d1c693523d645c469f3c610658da0c889df691ba8ba6799efe440ed01
-Size (gnuplot-6.0.2.tar.gz) = 7637308 bytes
+BLAKE2s (gnuplot-6.0.3.tar.gz) = 32056975d8cefdd9254ec0d84e2e3a7240f4092834be2e3406fe53a75ffc3eb9
+SHA512 (gnuplot-6.0.3.tar.gz) = 33b0954ff70f1655e23ce0b6986b317a2b1be5ff6c3edda4df0499ef1e2db9bef97f2f3f5ca6c18272bd3375e60c8c07db3639f1c139be51416e8a6aba6e33c9
+Size (gnuplot-6.0.3.tar.gz) = 7616904 bytes
 SHA1 (patch-configure) = 51813d74dc2be0e6fcc2e55fcbcbcf2b4678b954
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
 SHA1 (patch-src_plot.c) = e690f48ece5070a45cfbf9609acc460cdee4ef7d



Home | Main Index | Thread Index | Old Index