Bug 157432 - [PATCH] math/gnuplot: update to 4.4.3
Summary: [PATCH] math/gnuplot: update to 4.4.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 18:50 UTC by Brendan Fabeny
Modified: 2011-05-31 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.72 KB, patch)
2011-05-30 18:50 UTC, Brendan Fabeny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Fabeny freebsd_committer freebsd_triage 2011-05-30 18:50:09 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-30 18:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-31 00:33:12 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"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2011-05-31 00:34:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!