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:   mef
Date:           Sat Mar  4 13:07:16 UTC 2017

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.33 -r1.34 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.112 pkgsrc/graphics/gnuplot/Makefile:1.113
--- pkgsrc/graphics/gnuplot/Makefile:1.112      Tue Feb 28 15:20:05 2017
+++ pkgsrc/graphics/gnuplot/Makefile    Sat Mar  4 13:07:16 2017
@@ -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:
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.sourceforge.net/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   4
 #LICENSE=      gnuplot + BSD
 
 CONFLICTS+=            gnuplot-nox11-[0-9]*

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.33 pkgsrc/graphics/gnuplot/distinfo:1.34
--- pkgsrc/graphics/gnuplot/distinfo:1.33       Sun Jul 24 23:38:10 2016
+++ pkgsrc/graphics/gnuplot/distinfo    Sat Mar  4 13:07:16 2017
@@ -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



Home | Main Index | Thread Index | Old Index