From nobody@FreeBSD.org  Mon May 30 17:42:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 64D681065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 17:42:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A09E8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 17:42:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UHglLw023901
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 17:42:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UHglcX023893;
	Mon, 30 May 2011 17:42:47 GMT
	(envelope-from nobody)
Message-Id: <201105301742.p4UHglcX023893@red.freebsd.org>
Date: Mon, 30 May 2011 17:42:47 GMT
From: bf <bf@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] math/gnuplot: update to 4.4.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157432
>Category:       ports
>Synopsis:       [PATCH] math/gnuplot: update to 4.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 17:50:09 UTC 2011
>Closed-Date:    Mon May 30 23:34:02 UTC 2011
>Last-Modified:  Mon May 30 23:40:07 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 30 17:50:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157432 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Mon May 30 23:34:01 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157432 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157432: commit references a PR
Date: Mon, 30 May 2011 23:33:12 +0000 (UTC)

 glewis      2011-05-30 23:32:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gnuplot         Makefile distinfo pkg-plist 
   Log:
   . Update to 4.4.3
   
   PR:             157432
   Submitted by:   bf@
   
   Revision  Changes    Path
   1.88      +2 -3      ports/math/gnuplot/Makefile
   1.21      +2 -2      ports/math/gnuplot/distinfo
   1.23      +1 -0      ports/math/gnuplot/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
