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:           Sun Jul 24 23:38:10 UTC 2016

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

Log Message:
Updated graphics/gnuplot to 5.0.4
---------------------------------
Changes in 5.0.4
================
* CHANGE minimum linewidth of all cairo terminals is now 0.2 pt
* CHANGE in-line datablock lines are not limited to 1024 characters
* CHANGE do not truncate or renumber history items in the active session
* CHANGE (Windows only) open piped output using mode "wb" rather than "w"
* CHANGE backport 5.1 use of "lc variable" to color boxplot factors
* CHANGE gnuplot_svg.js now remaps coords for svg image embedded in larger object
* CHANGE disallow "set palette maxcolors 1" (which has never worked)
* CHANGE data-input errors in "stats" now generate a warning rather than an error
* FIX placement of objects and labels using linked secondary axis coordinates
* FIX 'set term qt <N> close' acts immediately rather than after next mouse event
* FIX emf terminal could lose track of bold/italic/etc font properties
* FIX emf terminal text placement of UTF-8 strings
* FIX regression that caused "set log x; plot '-'; replot" to mess up autoscaling
* FIX regression in v5 that mangled 3D arrows defined by "from ... rto ..."
* FIX transposition of row/column count in plotting ascii x/y/z data "with image"
* FIX 7-column input to "splot ... with vectors"
* FIX ignore incomplete "every" spec for image plots
* FIX placement of xyplane does not depend on having tics or grid lines enabled
* FIX early program exit on replot+resize with inline data
* FIX bad plot iteration with negative increment, e.g. plot for [i=9:1:-1] foo(i)
* FIX smoothed curves could not be plotted as filledcurves; now they can be
* FIX win terminal apply color to enhanced text

Changes in 5.0.3
================
* NEW open-ended iteration over data:  plot for [i=1:*] datafile index i
* CHANGE aquaterm support for version 5 custom dashtypes
* CHANGE backport new image bookkeeping from 5.1 to fix bugs #1607 #1703 #1709
* CHANGE qt terminal: toggle plots on/off only on left-click
* CHANGE wholesale upgrade of old tkcanvas terminal (version 3.7 -> version 5.0)
* FIX reevaluate fill color for each polygon in data for "with filledcurves"
* FIX multiple wxt terminal font problems


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.32 -r1.33 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.107 pkgsrc/graphics/gnuplot/Makefile:1.108
--- pkgsrc/graphics/gnuplot/Makefile:1.107      Sat Mar  5 11:28:37 2016
+++ pkgsrc/graphics/gnuplot/Makefile    Sun Jul 24 23:38:10 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2016/03/05 11:28:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.108 2016/07/24 23:38:10 mef Exp $
 
-DISTNAME=      gnuplot-5.0.2
+DISTNAME=      gnuplot-5.0.4
 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=   1
 #LICENSE=      gnuplot + BSD
 
 CONFLICTS+=            gnuplot-nox11-[0-9]*

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.32 pkgsrc/graphics/gnuplot/distinfo:1.33
--- pkgsrc/graphics/gnuplot/distinfo:1.32       Sun Jan 10 08:32:54 2016
+++ pkgsrc/graphics/gnuplot/distinfo    Sun Jul 24 23:38:10 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2016/01/10 08:32:54 markd Exp $
+$NetBSD: distinfo,v 1.33 2016/07/24 23:38:10 mef Exp $
 
-SHA1 (gnuplot-5.0.2.tar.gz) = a7159d67f5b3312b219cc4386bd5e7937939bf49
-RMD160 (gnuplot-5.0.2.tar.gz) = 648d1dbb7f5ad8935bdbcee16fd700238065be0c
-SHA512 (gnuplot-5.0.2.tar.gz) = 44fb9fcb821139f9e61d86135d31a9308c3a46f10c96d08b342b64b14c942363dbc8af4fa233cb5ef0a6743280b5bf44572cabd838192128bfd6578b583ab0f0
-Size (gnuplot-5.0.2.tar.gz) = 5023097 bytes
+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 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2
 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0
 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413



Home | Main Index | Thread Index | Old Index