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:           Wed Dec 15 17:16:43 UTC 2021

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.47 -r1.48 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.155 pkgsrc/graphics/gnuplot/Makefile:1.156
--- pkgsrc/graphics/gnuplot/Makefile:1.155      Wed Dec  8 16:04:55 2021
+++ pkgsrc/graphics/gnuplot/Makefile    Wed Dec 15 17:16:43 2021
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.155 2021/12/08 16:04:55 adam Exp $
+# $NetBSD: Makefile,v 1.156 2021/12/15 17:16:43 adam Exp $
 
-DISTNAME=      gnuplot-5.4.1
+DISTNAME=      gnuplot-5.4.2
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.info/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   6
 #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.47 pkgsrc/graphics/gnuplot/distinfo:1.48
--- pkgsrc/graphics/gnuplot/distinfo:1.47       Tue Oct 26 10:46:15 2021
+++ pkgsrc/graphics/gnuplot/distinfo    Wed Dec 15 17:16:43 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2021/10/26 10:46:15 nia Exp $
+$NetBSD: distinfo,v 1.48 2021/12/15 17:16:43 adam Exp $
 
-BLAKE2s (gnuplot-5.4.1.tar.gz) = dc24471e07d3df36d680fa1c49b49ec39bdfd1c11b6d8a6e30d76f2ae697d224
-SHA512 (gnuplot-5.4.1.tar.gz) = 2371830636d4c9ee93e9d6566dc2889e96ece3660b63ef4cfb6514e233510e5abaf4f93863bbe9a418f11db8e3b12a15242556aae52bb69591ad7d26e6581121
-Size (gnuplot-5.4.1.tar.gz) = 5608076 bytes
+BLAKE2s (gnuplot-5.4.2.tar.gz) = ced54ffcac9f9061ff760124b3e757f3d9dcdb4501693f6a2ad1e8c3eeb44cf5
+SHA512 (gnuplot-5.4.2.tar.gz) = e69ca74335cdd69c6013a254ac785dc67cc82713308460971cf6e0a66438716d8892a37344611d1841563efbc4b2b8c5692c13c7b06cff4f30f8d43e2ddfd7d4
+Size (gnuplot-5.4.2.tar.gz) = 5640202 bytes
 SHA1 (patch-configure) = 6d932d286804deaae03a167d1c080ee2b1628ee4
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5



Home | Main Index | Thread Index | Old Index