summaryrefslogtreecommitdiff
path: root/graphics/gnuplot/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-04-12 20:39:19 +0000
committeradam <adam>2014-04-12 20:39:19 +0000
commit7c1f5669d22c675c2017a447ec630a8316fdf53e (patch)
tree93692d142d85dca9ab4d72e0686d4e5188edff44 /graphics/gnuplot/Makefile
parent8f3449a578023b1f4dd743a4d58a5731f7bfeef6 (diff)
downloadpkgsrc-7c1f5669d22c675c2017a447ec630a8316fdf53e.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/gnuplot/Makefile')
-rw-r--r--graphics/gnuplot/Makefile5
1 files changed, 2 insertions, 3 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/}