Date: Mon, 30 May 2011 17:42:47 GMT From: bf <bf@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/157432: [PATCH] math/gnuplot: update to 4.4.3 Message-ID: <201105301742.p4UHglcX023893@red.freebsd.org> Resent-Message-ID: <201105301750.p4UHo9Yf021631@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157432 >Category: ports >Synopsis: [PATCH] math/gnuplot: update to 4.4.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 30 17:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: bf >Release: >Organization: >Environment: >Description: New features, changes and fixes in gnuplot version 4.4.3 ======================================================== * NEW set key maxcolumns N maxrows M * NEW value("varname") returns the value of the named variable * NEW encoding cp1251 - 8-bit Cyrillic * NEW Implement pan and zoom via mouse wheel. * CHANGE backport emf terminal driver from version 4.5 * FIX better estimation of latex string lengths * FIX colorbar representation of discrete color palettes is pixel accurate * FIX NaN initialization and tests working on more (all?) platforms * FIX configuration script tests for readline+ncurses * FIX prevent out-of-range boxes from creating degenerate ghosts on the border * FIX missing alpha channel flag for pdfcairo terminal * FIX font initialization in windows terminal New features, changes and fixes in gnuplot version 4.4.2 ======================================================== * FIX error in clipping filled curves to plot boundary * FIX regression in colorspec parsing ("lc N" not recognized) * FIX prevent segfault if refresh follows interrupted replot New features, changes and fixes in gnuplot version 4.4.1 ======================================================== * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius <default-radius>" * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0<rotx<180 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 2 May 2011 12:44:43 -0000 1.87 +++ Makefile 29 May 2011 20:41:32 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnuplot -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 4.4.3 CATEGORIES= math graphics MASTER_SITES= SF @@ -127,7 +126,7 @@ cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc .endif -test: build +check test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 20 Mar 2011 12:50:08 -0000 1.20 +++ distinfo 29 May 2011 20:23:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (gnuplot-4.4.0.tar.gz) = 00de2c54a05920a5d2dc68f668990b0b84a96105d92a932d91600dd53f156b2a -SIZE (gnuplot-4.4.0.tar.gz) = 3291622 +SHA256 (gnuplot-4.4.3.tar.gz) = 6faa236ed5c744f34a9ac58ef89dab6177a15c5835dc3644a0a12779439426e6 +SIZE (gnuplot-4.4.3.tar.gz) = 3305912 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/gnuplot/pkg-plist,v retrieving revision 1.22 diff -u -r1.22 pkg-plist --- pkg-plist 12 Jul 2010 03:41:40 -0000 1.22 +++ pkg-plist 29 May 2011 20:41:22 -0000 @@ -188,6 +188,7 @@ %%DATADIR%%/4.4/PostScript/8859-9.ps %%DATADIR%%/4.4/PostScript/aglfn.txt %%DATADIR%%/4.4/PostScript/cp1250.ps +%%DATADIR%%/4.4/PostScript/cp1251.ps %%DATADIR%%/4.4/PostScript/cp437.ps %%DATADIR%%/4.4/PostScript/cp850.ps %%DATADIR%%/4.4/PostScript/cp852.ps >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105301742.p4UHglcX023893>