Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 04/11/2000 23:38:26
Module Name:	pkgsrc
Committed By:	rh
Date:		Wed Apr 12 06:38:25 UTC 2000

Modified Files:
	pkgsrc/graphics/ploticus: Makefile
	pkgsrc/graphics/ploticus/files: md5 patch-sum
	pkgsrc/graphics/ploticus/patches: patch-aa

Log Message:
Update ploticus to 1.36

Changes include:
* Fixed bug - categories scaling - handling of duplicate category tags
* New attribute - proc bars - numberformat attribute
* Improved - programs 8-bit clean and support locales - thanks to Oleg
  Bartunov
* Fixed bug - removed a few x11 compile dependencies that were present
  even with -DNOX11
* Improved - proc transform - numbernotation may be applied to TOTALS
* Fixed bug - proc rangebar - 1.5iqr tails/outliers were incorrect for
  degenerate cases (small N)
* Added a new function called $fieldname()
* Improved - proc tabulate now allows NO ordering
* Withdrawn - proc pie - lower edge of pie boundary is "fuzzy". A gd
  rounding error?
* Fixed bug - numbernotation - spacer chars being added within leading
  blank zones in stubs
* Fixed bugs - proc lineplot - incorrect fill under stairstep curve and
  lastseglen
* Fixed bug - proc getdata - program crashed when proc getdata filter
  encounters blank lines in data file
* Fixed bug - proc rangebar - 1.5 x IRQ tails not computed correctly
  (also affects outliers)
* Improved - postscript %%Creator and %%Title tags not used correctly
* Fixed bug - proc pie - line+label not working correctly on gallery
  example pie4.htm
* Improved - proc line - first coordinate pair should implicitly do a
  'moveto'
* Added pltab -landscape option
* Added new function $max()
* Fixed bug - pltab centering of column stubs (had been left-aligned)
* Fixed bug - multi-page landscape postscript - 2nd page orientation was
  incorrect
* FAQ Mar 1 '00 (expanded and updated)
* Added transparent color; use as background color to create transparent
  GIFs and PNGs.
* Added feature to display numbers in european or us notation with
  separators for large numbers (settable in config file).
* Added proc tabulate accumfield option.
* Added feature to make proc bars stackfields easier to use.
* Fixed bug - proc tabulate not handling date (etc.) units correctly when
  ranges not specified.
* Fixed bugs - proc areadef autorange - various problems involving large
  data values, datetime data, and nearest=hours.
* Fixed bug - datetime scaletype - all values 'outside window' when
  default date & time notations in use, even though no window was defined.
* Added areadef autorange sub-parameter format.
* Added areadef autorange nearest=day.
* Fixed bug - proc bars - default bar width sometimes much too wide;
  added a sanity override.
* Added proc bars lablepos attribute
* Fixed bug - config file "units: cm" not working.
* Added -cm and -inches command line options.
* Added -o stdout to write GIF, PNG, or EPS result to standard output.
* Fixed bug - script files ending in .pl not handled properly.
* Fixed bug - proc rangebar plotfields not working properly.
* Fixed bug - proc bars taillen not being cloned properly for errorbars.
* Fixed bug - proc areadef box attribute not handling cm properly.
* Fixed bug - proc rangebar - 1.5*interquartile range tails were not
  truncated at the min/max.
* Added proc bars colorlist attribute


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/ploticus/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/ploticus/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/ploticus/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/ploticus/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.