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:           Sat Aug 26 08:30:12 UTC 2023

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

Log Message:
gnuplot: updated to 5.4.8

Changes in 5.4.8

FIX version reporting in Windows binaries
No other changes

Changes in 5.4.7

FIX pseudofiles '+','++' must ignore "set datafile columnheader"
FIX data from an array must ignore "set datafile columnheader"
FIX data from an array must ignore "set datafile separator"
FIX various problems with unbounded plot iteration
FIX allow plot ... smooth acsplines with filledcurves
FIX "plot title at {end|beginning}" belongs in KEYSAMPLE layer
FIX handle empty string in last field of csv file
FIX Handle nonlinear axes during contour generation
FIX yerrorbars key sample should match bars in the plot
FIX "plot with table" must skip all smoothing operations
FIX cairolatex/epslatex: prevent doubled text in opaque textboxes
FIX wxt: versions prior to 3.0 do not support XDG
FIX wxt: fontscale and fontsize handling was inconsistent
FIX correctly report cardinality of an empty array is zero
FIX combination of pm3d options "at b" or "at t" with "depthorder"
FIX combination of 'autotitle columnhead' and 'using col("key")'
FIX do not complain if XDG files are not found because no $HOME
FIX windows terminal: arrow length corrected for aspect ratio
tikz epslatex cairolatex terminals updated to work with TeXLive2023


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.50 -r1.51 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.175 pkgsrc/graphics/gnuplot/Makefile:1.176
--- pkgsrc/graphics/gnuplot/Makefile:1.175      Wed Jun  7 10:09:46 2023
+++ pkgsrc/graphics/gnuplot/Makefile    Sat Aug 26 08:30:12 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.175 2023/06/07 10:09:46 wiz Exp $
+# $NetBSD: Makefile,v 1.176 2023/08/26 08:30:12 adam Exp $
 
-DISTNAME=      gnuplot-5.4.6
-PKGREVISION=   8
+DISTNAME=      gnuplot-5.4.8
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.50 pkgsrc/graphics/gnuplot/distinfo:1.51
--- pkgsrc/graphics/gnuplot/distinfo:1.50       Fri Mar 10 22:27:39 2023
+++ pkgsrc/graphics/gnuplot/distinfo    Sat Aug 26 08:30:12 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2023/03/10 22:27:39 ryoon Exp $
+$NetBSD: distinfo,v 1.51 2023/08/26 08:30:12 adam Exp $
 
-BLAKE2s (gnuplot-5.4.6.tar.gz) = df42cfce78176f934651f37521c80c063a01d7bfef5c1a52dbbdd81ca747a3a5
-SHA512 (gnuplot-5.4.6.tar.gz) = a78333f7c0ed3429b24fcdeb6296e67fb760e6f8ffc0801a6b379fcb12ae7e80cebe65a2655cb3530c2a2d4083adc34060c9a7cbe67ce98b660682c0edba174b
-Size (gnuplot-5.4.6.tar.gz) = 5655661 bytes
+BLAKE2s (gnuplot-5.4.8.tar.gz) = 94b14cd17da3650abaa76bd7a5c40a5b896e83cfa9cee331a3971bab966803ca
+SHA512 (gnuplot-5.4.8.tar.gz) = 3fe0ed783db85d95bdbc13e24ec5dc9bb6b2d85b3571cc87d3c17c94f4463fb6e681376394e0918cf3915f8f53896e6423ce76cb8b6fdbefcd6ec3e1b3b80125
+Size (gnuplot-5.4.8.tar.gz) = 5684061 bytes
 SHA1 (patch-configure) = 51813d74dc2be0e6fcc2e55fcbcbcf2b4678b954
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5



Home | Main Index | Thread Index | Old Index