diff options
author | adam <adam@pkgsrc.org> | 2014-04-12 20:39:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-12 20:39:19 +0000 |
commit | 0fc494bd8ac6ad582c9d16f82e305632fd28d699 (patch) | |
tree | 45e0cadc3218c61a0b2ca565682928a8873117e9 /graphics | |
parent | 3dde01567068dc0b334ffe1290ca31a61e2af51e (diff) | |
download | pkgsrc-0fc494bd8ac6ad582c9d16f82e305632fd28d699.tar.gz |
Changes 4.6.5:
* NEW monotonic cubic splines using "smooth mcsplines"
* NEW phase-jump removal filter "smooth unwrap"
* NEW allow '+' pseudofile to sample the T axis in 2D parametric plots
* NEW allow '++' pseudofile to sample the U/V axes in 3D parametric plots
* NEW "sixel" terminal driver
* NEW new object attribute clip/noclip
* CHANGE maximum number of using spec columns increased from 7 to 11
* CHANGE code in bitmap.c relicensed to remove restriction to noncommercial use
* FIX allow 'set pm3d' interpolate and top/bottom options to coexist
* FIX revised handling of defined palettes with explicit maxcolors
* FIX continue as normal after an interactive session error from "gnuplot -"
* FIX empty first field in a tab-separated-values file was incorrectly ignored
* FIX several problems with color assignment to contour lines
* FIX qt terminal incorrectly changed linetype (dot/dash) to match line color
* FIX "pause mouse" worked only for right- or center- click, not left-click
* FIX emf terminal font initialization
* FIX wxt terminal vertical centering of enhanced text
* FIX win terminal filled polygon bugs
* FIX iteration over parametric function plots
* FIX autoscaling of polar mode plots
* FIX increase precision of xticlabel placement from (float) to (double)
* FIX allocation error affecting certain cvs files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 5 | ||||
-rw-r--r-- | graphics/gnuplot/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 1fd11f8fcfe..40fcd3bba29 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2014/02/12 23:18:00 tron Exp $ +# $NetBSD: Makefile,v 1.87 2014/04/12 20:39:19 adam Exp $ -DISTNAME= gnuplot-4.6.4 -PKGREVISION= 1 +DISTNAME= gnuplot-4.6.5 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 24f2830540a..431264604ae 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2014/03/25 23:19:19 asau Exp $ +$NetBSD: distinfo,v 1.26 2014/04/12 20:39:19 adam Exp $ -SHA1 (gnuplot-4.6.4.tar.gz) = 54ee5ce9a0a2698b046064bd275e772673350013 -RMD160 (gnuplot-4.6.4.tar.gz) = a2dcc9d7768b9fbd12fa0993c6d40d059f57215e -Size (gnuplot-4.6.4.tar.gz) = 4974176 bytes +SHA1 (gnuplot-4.6.5.tar.gz) = a74558d145344422674dea4f58c9cb0931872c36 +RMD160 (gnuplot-4.6.5.tar.gz) = 8073289c066037664fe814d96d441630f313656f +Size (gnuplot-4.6.5.tar.gz) = 5035657 bytes SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413 |