pkgsrc/graphics/ploticus/PLIST
rh 85bde80d48 Update ploticus to 2.04. Changes include tons of bufixes and improvements.
Provided by Grant Beattie <grant@netbsd.org> in private mail.

New features include:
  * client-side imagemaps
  * Changed: #proc endproc may now be written #endproc. The old syntax
    will also continue to work.
  * New  feature  -  proc areadef categories - new modifier selectrows
    which  allows  categories  to  be taken from data field based on a
    conditional expression.
  * New  attribute  -  proc  processdata - outfile allows result to be
    written  to  a file. This came up because a user wanted to perform
    arithmetic  (a la getdata filter) to processdata result, and there
    was no way to do it.
  * New feature - proc annotate can now do drop shadows, beveling, and
    colored backing box with or without outline.
  * New   attribute  -  proc  getdata  -  pf_fieldnames  for  defining
    post-filter fieldnames.
  * New  attribute  - config and proc settings - numberspacerthreshold
    controls when thousands separator characters begin to appear.
  * New  system variable - CM_UNITS - indicates if working in -cm mode
    or not.
  * HTML server-side imagemap support has been added.
  * The  data parsing code has been rewritten, and now allows situations
    that  weren't  allowed  before.
  * new  attribute  -  proc  getdata  -  nfields - Controls the expected
    number of fields per record.
  * new  attribute  - proc getdata - fieldnamerows - like fieldnames but
    allows data field names to be given one per line.
  * new  attribute  -  proc  lineplot - gapmissing - allows missing data
    points to cause a gap in the curve. Similar parameter added to lines
    and chron prefabs.
  * new  attribute  -  proc  scatterplot  -  clustermethod - control how
    duplicate points will be clustered.
  * new  attribute  -  proc  scatterplot  - symfield and symrangefield -
    allows symbol shape, color, etc. to be controlled by a data field.
  * new  attribute  -  proc  scatterplot  - dupsleg allows symbol shape,
    color, etc. to be controlled by degree of duplicity
  * prefabs  -  added  rectangle  as  a  standard parameter. It controls
    plotting area  size   (and  location,  if  rendering  in  paginated
    postscript).
  * some new functions, including $numgroup() and $dategroup() which are
    useful in grouping a set of numbers or dates into bins.
  * SVG capabilities. The driver was written by Bill Traill.
  * postscript   -   ISO  Latin1  encoding  added,  so  that  European
    characters  may be produced in postscript exactly like they are in
    the other environments (ascii 128-255).
  * Created graphic files are automatically chmod'ed to mode 644.
  * Prefabs
  * CGI mode
  * A new script interpreter. New flow of control operators including:
    #elseif #else #for #while #setifnotgiven #call #write #shell, etc.
    Also,  increased  capacities  for  data  fields and variables (250
    chars) and script input lines (3000). The new interpreter involves
    some  script  syntax  changes  that  may cause existing scripts to
    break in some cases.
  * #sql,  a  new  directive  for retrieving data directly from an SQL
    database.    This    is    currently    under   development,   and
    user-contributed  client  interfaces  to  DBMSs  such as MySQL and
    Oracle would be welcome (the code is in dbinterface.c)
  * Added:  proc areadef autorange - new subattributes selectrows (for
    selecting rows to be considered when scanning for min and max) and
    combomode  (to allow correct finding of min and max for situations
    like error bars and stacked bars).
  * Added:  proc  areadef  autorange  -  now  sets variables DATAXMIN,
    DATAXMAX, DATAYMIN, and DATAYMAX - the actual minima and maxima of
    data field.
  * Added: proc axis - stubevery attribute
  * Added:  proc  getdata  -  pathname attribute, to specify data file
    name directly without involving cat(1)
  * Added: proc bars - colorfield attribute - set bar color based on a
    data field
  * Added: proc legendentry - tag attribute
  * Added: various new functions
  * Added: the temp file default path name and default slash character
    can now be changed in pl.h or in a config file.
  * Added:  resource  utilization  (cpu  time and size of created disk
    files)  now  can  be  controlled.  Default upper limits are 10 cpu
    seconds  and  5,000,000 bytes. Limits may be altered in pl.h or by
    using a config file
  * Added: various other config file settings
2002-09-20 11:41:15 +00:00

99 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2002/09/20 11:41:15 rh Exp $
bin/pl
man/man1/pl.1
share/doc/ploticus/Changelog
share/doc/ploticus/Contents
share/doc/ploticus/Copyright
share/doc/ploticus/Download
share/doc/ploticus/Faq
share/doc/ploticus/Feedback
share/doc/ploticus/Feedback00
share/doc/ploticus/Problems
share/doc/ploticus/Versions
share/doc/ploticus/Welcome
share/doc/ploticus/annotate
share/doc/ploticus/areadef
share/doc/ploticus/attributetypes
share/doc/ploticus/autorange
share/doc/ploticus/axis
share/doc/ploticus/bars
share/doc/ploticus/breakaxis
share/doc/ploticus/catslide
share/doc/ploticus/cgi
share/doc/ploticus/clickmap
share/doc/ploticus/color
share/doc/ploticus/commalist
share/doc/ploticus/condex
share/doc/ploticus/config
share/doc/ploticus/control
share/doc/ploticus/controlling
share/doc/ploticus/curvefit
share/doc/ploticus/dataformat
share/doc/ploticus/dates
share/doc/ploticus/defineunits
share/doc/ploticus/drawcommands
share/doc/ploticus/dynamic
share/doc/ploticus/endproc
share/doc/ploticus/fonts
share/doc/ploticus/functions
share/doc/ploticus/getdata
share/doc/ploticus/gifpatent
share/doc/ploticus/import
share/doc/ploticus/interactive
share/doc/ploticus/legend
share/doc/ploticus/legenddriven
share/doc/ploticus/legendentry
share/doc/ploticus/limits
share/doc/ploticus/line
share/doc/ploticus/linedetails
share/doc/ploticus/lineplot
share/doc/ploticus/missingdata
share/doc/ploticus/originaldata
share/doc/ploticus/page
share/doc/ploticus/paper
share/doc/ploticus/pie
share/doc/ploticus/plshellsql
share/doc/ploticus/posters
share/doc/ploticus/prefabs
share/doc/ploticus/prepress
share/doc/ploticus/print
share/doc/ploticus/processdata
share/doc/ploticus/rangebar
share/doc/ploticus/rangesweep
share/doc/ploticus/rect
share/doc/ploticus/scaleunits
share/doc/ploticus/scatterplot
share/doc/ploticus/scripts
share/doc/ploticus/settings
share/doc/ploticus/shell
share/doc/ploticus/slides
share/doc/ploticus/specialchars
share/doc/ploticus/sql
share/doc/ploticus/svg
share/doc/ploticus/symboldetails
share/doc/ploticus/tabulate
share/doc/ploticus/textdetails
share/doc/ploticus/times
share/doc/ploticus/trailer
share/doc/ploticus/transform
share/doc/ploticus/variables
share/doc/ploticus/web
share/ploticus/chron.pl
share/ploticus/chunk_area
share/ploticus/chunk_logstubs
share/ploticus/chunk_logtics
share/ploticus/chunk_read
share/ploticus/chunk_setstd
share/ploticus/chunk_title
share/ploticus/chunk_xaxis
share/ploticus/chunk_yaxis
share/ploticus/dist.pl
share/ploticus/draw.pl
share/ploticus/lines.pl
share/ploticus/multidist.pl
share/ploticus/pie.pl
share/ploticus/scat.pl
share/ploticus/stack.pl
share/ploticus/vbars.pl
@dirrm share/ploticus
@dirrm share/doc/ploticus