diff options
author | mef <mef@pkgsrc.org> | 2017-03-04 13:07:16 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-03-04 13:07:16 +0000 |
commit | 0880f56a629c36e0b4270b341bef261022bd176a (patch) | |
tree | ea9319c00c3f10785a3de6538bad5a3bac74dbc4 /graphics/gnuplot | |
parent | f4ef3817c369be87a468c043b80080cee5321ae9 (diff) | |
download | pkgsrc-0880f56a629c36e0b4270b341bef261022bd176a.tar.gz |
Updated graphics/gnuplot to 5.0.5
---------------------------------
Changes in 5.0.5
================
* NEW allow filename completion for system commands and pipes (backport from 5.1)
* NEW option to plot "with labels ... {rotate variable}"
* NEW command "set minussign"
* NEW stats command "name" option now accepts "columnheader" or "columnheader(N)"
* NEW command option "set colorbox invert"
* CHANGE qt terminal force selection of outline font rather than bitmap font
* CHANGE post terminal simplex/duplex output depends on PostScript level setting
* CHANGE improved autoscaling of plot "with boxes"
* CHANGE qt terminal sets TERM_POLYGON_PIXELS to avoid aliasing artifacts
* CHANGE all stats and fit commands skip header records if "autotitle columnhead"
* FIX Do not confuse EOF with 8-bit character 0x177 (E.g. in Cyrillic encodings).
* FIX use blank line rather than 'u' flag in "set table" output of smoothed data
* FIX order dependence of "fillcolor" keyword in plot commands
* FIX svg - better vertical justification of rotated text
* FIX wxt - file export widget correctly handles inactive plots
* FIX epslatex - reset linetype between plots (needed if plotted "notitle")
* FIX qt - leading or trailing whitespace in enhanced text was being ignored
* FIX regression in rendering 'plot ... matrix every ... with image'
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 5 | ||||
-rw-r--r-- | graphics/gnuplot/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 27718a80626..861f336030b 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2017/02/28 15:20:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.113 2017/03/04 13:07:16 mef Exp $ -DISTNAME= gnuplot-5.0.4 +DISTNAME= gnuplot-5.0.5 API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.sourceforge.net/ COMMENT= Portable interactive, function plotting utility -PKGREVISION= 4 #LICENSE= gnuplot + BSD CONFLICTS+= gnuplot-nox11-[0-9]* diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 1ccf37dfe61..99ea1fc2247 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2016/07/24 23:38:10 mef Exp $ +$NetBSD: distinfo,v 1.34 2017/03/04 13:07:16 mef Exp $ -SHA1 (gnuplot-5.0.4.tar.gz) = 3a616a1beca8e86662afcc9d368aad6847ed4e0f -RMD160 (gnuplot-5.0.4.tar.gz) = 077345c360cf4faa34430ffe07e6cefc3d822c3c -SHA512 (gnuplot-5.0.4.tar.gz) = ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae -Size (gnuplot-5.0.4.tar.gz) = 5051380 bytes +SHA1 (gnuplot-5.0.5.tar.gz) = c35f55657fdc33217dd70bbf3148578563ecaad1 +RMD160 (gnuplot-5.0.5.tar.gz) = 928acb77e084fbe62babfd6c33af0ec15577dad7 +SHA512 (gnuplot-5.0.5.tar.gz) = fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c +Size (gnuplot-5.0.5.tar.gz) = 5078771 bytes SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413 |