pkgsrc/graphics
rh d544b6e344 Update ploticus to 1.41. Licence is now GPL.
Notable changes are:
 * Fixed bug: proc axis - when producing stubs running from negative
              to positive, zero is displayed as a very tiny non-zero
              value such as 5.2579e-17 due to rounding error.

 * Fixed bug: proc getdata - buffer overflow when 'filter' is used
              with data records longer than 254 chars, causing garbage
              result or instability.

 Version 1.41 as of 18 June '01:

 * Ploticus now covered under GPL.

 * Fixed bug: colored background not completely filling the result window
              when scale is being done

 * Fixed scripts in test suite: The change in default size (version 1.40)
   sometimes caused general layout problems with graphics that were layed
   out with an 8.5" x 11" default size in mind.  The solution for these
   scripts is to add a #proc page and specify pagesize: 8.5 11. Some of
   the scripts in the test suite had such problems and are now fixed.

 * Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl
              where result draws into negative absolute coordinate space.

 * Fixed bug: proc areadef xautorange/yautorange not working correctly in
              some cases when a nearest= value is specified. This bug was
              apparently introduced in 1.40.

 * Fixed bug: proc lineplot - accum option choking when non-numeric data
              encountered.

 * Fixed bug: proc rangebar - negative barloc values not working.

 * Added: proc areadef - autorange datafield may now be a comma-delimited
          list of dfields so that multiple data fields are considered
          when determining the axis min and max.

 * Changed: scaletypes - times hh:mm:ss and mm:ss - validity checking
            relaxed slightly to allow degenerate values such as 0:4:9

 * Fixed bug: pltab - incorrect interaction between #font and
              sectionheadings

 * Fixed bug: proc rangebar - textdetails controls N= label but not
              missing label


 * Fixed bug: pltab - creates 8.5 x 11 inch gif, png regardless of result
              size

 * Fixed bug: axis - line grid and gridblock starting point incorrect in X

 * Fixed bug: axis - colors incorrect when specified in certain
              combinations for tics, stubs, grid

 * Fixed bug: bars - ticks not being drawn when truncating was not
              switched on

 Version 1.40 as of 16 Jan '01:

 * proc getdata - variables may be declared and set from within data files
                  using #set

 * proc curvefit - linear regression and correlation

 * proc areadef - "autowidth" and "autoheight" attributes for data-driven
                  plot area size

 * proc axis - alternating shaded block backgrounds

 * added: new script $functions - $exists() and $notexists() to test if a
          @VARIABLE has a value. See functions(pl)
          added: new script #operators - #hideund and #showund to control
          display of embedded underscores, and #includesh. See scripts(pl)

 * added: new scaletype - log+1 scaling for handling log-characeristic
          data that may contain values of 0.0

 * added: proc areadef - autorange - "incmult", which assists in
          automatically determining hi and low margin

 * added: proc areadef - "xextracategory" and "yextracategory" attributes,
          which allow categories to be added explicitly even when most
          categories are defined from data

 * added: proc axis - "stubcull" attribute for eliminating stub collision,
          or pile up on log axis

 * added: proc axis - definable extent for grid lines

 * added: cmyk color specification for use with PostScript and EPS.

 * added: textdetails - "font" subattribute for setting PostScript font.

 * added: proc print - "outfile" and "outmode" attributes allowing proc
          print to write to files

 * added: proc print - now sets a variable called NSELECTED.

 * added: proc legend - "reset" attribute.

 * added: proc bars - "hidezerobars" attribute

 * added: proc curvefit - "select" attribute

 * added: proc curvefit - new curvetype - "avg"

 * added: proc tabulate - "showrange" attribute supercedes
          showrangelowonly.  Range label can be the average of low and
          high end of range.

 * added: proc rangebar - "logmean" attribute, for computing means and
          standard deviations in log space.

 * added: proc rangebar - "statsonly" attribute, to compute stats and set
          variables without drawing the bar.
          added: proc rangebar - now sets the variables RANGEBARIQRMIN and
          RANGEBARIQRMAX.

 * changed: proc getdata - pl no longer quits when no data could be read.
            Scripts can check @NRECORDS after getdata finishes and take
            appropriate action.

 * changed: default result size is now 8" x 8".

 * changed: proc curvefit - data no longer need to be ordered on X for
            curve computation

 * changed: standalone $functions (those that are not part of an #if
            construct) may contain embedded white space

 * changed: color specifications - the separator character in rgb(r,g,b)
            constructs may be any of comma, dash, colon, or pipe. Comma
            was problematic if rgb constructs were put into a comma-
            delimited list, as in students example.

 * changed: .pls is now a "known extension" for script files.

 * changed: improved the heuristic for automatic axis increment
            determination

 * fixed bug: proc scatterplot - if select condition used or if values are
              out-of-range, labels from data and datapoint size from data
              may be incorrect due to data alignment bug.

 * fixed bug: proc lineplot - if select condition used or if values are
              out-of-range, labels from data may be incorrect due to data
              alignment bug.

 * fixed bug: proc rangebar - file close problem causing core dump on
              linux

 * fixed bug: multipage plots & page breaks - if proc page was used to
              break to page 2, and proc page wasn't used for page 1,
              drawing continues on page 1.

 * fixed bug: proc getdata - select was not working when field names used
              (message: no such data field).

 * fixed bug: date scaling - dates containing embedded dashes were not
              converted properly when used. as locvalue e.g. proc
              annotate location.

 * fixed bug: $max() function was giving incorrect results

 * fixed bug: proc page - on multipage landscape plots using PNG/GIF only
              the last page was viewable.

 * fixed bug: PNG/GIF driver memory leak when doing multipage plots.
              fixed bug: incorrect fda() calls in tabulate.c and
              processdata.c.

 * fixed bug: proc getdata filters - potential instability if references
              were made to data fields beyond NFIELDS.

 * fixed bug: proc bars - tics produced through the use of leftticfield,
              rightticfield, and midticfield were being drawn outside of
              plotting area
2001-07-08 08:09:39 +00:00
..
alevt Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
apla o previous update contained 1.0.2, but I announced it as 1.0.3... 2001-06-27 11:19:34 +00:00
autotrace Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
avifile Allow overriding of *_CONFIG variables in a package Makefile when using 2001-07-02 05:33:56 +00:00
avifile-devel USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, 2001-06-29 04:54:49 +00:00
blender disabled shlibs checking (this is a Linux package) 2001-05-24 08:38:40 +00:00
camediaplay Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
cdlabelgen Don't shift graphics higher, which makes them drop off the page in letter 2001-06-08 15:13:14 +00:00
clanlib Allow overriding of *_CONFIG variables in a package Makefile when using 2001-07-02 05:33:56 +00:00
CompuPic true -> ${TRUE} 2001-05-12 16:17:45 +00:00
cqcam Converted to use buildlink.mk files 2001-06-29 14:53:34 +00:00
denemo Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
dia Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
dumpmpeg USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, 2001-06-29 04:54:49 +00:00
dvdview Fix typo in last commit. 2001-06-30 22:15:25 +00:00
dx make sure the build doesn't pick up a bad ARCH from the users 2001-05-08 19:48:45 +00:00
dxsamples Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
ee Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
fbm Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
flashplayer Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
fly CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
fnlib o convert to use buildlink.mk files 2001-07-03 16:30:19 +00:00
freetype Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
freetype-lib Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
freetype-utils It's freetype-lib>=1.3.1, not freetype>=1.3.1. 2001-06-25 20:02:08 +00:00
freetype2 Copy the checks for built-in freetype2 and xpm into the buildlink.mk files 2001-07-02 14:16:54 +00:00
fujiplay Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
fxtv Mark this package as arm32, atari and i386 only. These are the only ports 2001-05-10 22:54:12 +00:00
g2 Increment PKGNAME rather than DISTNAME. 2001-05-03 21:17:23 +00:00
g3d Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gd Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
gdk-pixbuf Allow overriding of *_CONFIG variables in a package Makefile when using 2001-07-02 05:33:56 +00:00
gdk-pixbuf-gnome Use REPLACE_BUILDLINK instead of repeating the post-build same code over 2001-06-26 16:30:55 +00:00
geomview Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. If not 2001-07-04 03:08:57 +00:00
get_ds7 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gif2png o convert to use graphics/png/buildlink.mk 2001-06-25 23:54:31 +00:00
gif320 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
giflib Mirror changes in libungif/Makefile 2001-06-19 04:08:48 +00:00
giftrans Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gimp CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
giram Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gle Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
glu Update ${HOMEPAGE} for Mesa and family. 2001-07-06 00:49:05 +00:00
glut Update ${HOMEPAGE} for Mesa and family. 2001-07-06 00:49:05 +00:00
GMT Fix some typos. 2001-05-19 23:46:38 +00:00
gnome-iconedit CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
gnuplot Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gphoto CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
gphoto2 initial import of gphoto2 package. This is related to gphoto, but no 2001-07-08 01:47:40 +00:00
gqview USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, 2001-06-29 04:54:49 +00:00
grap Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
gtkam This is a front-end for gphoto2, that allows access via USB/serial/etc to 2001-07-08 01:48:38 +00:00
hermes Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
hp2xx Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
iGMT Install the docs in ${PREFIX}/share/igmt. Some of the help expects them 2001-05-19 17:48:27 +00:00
ImageMagick Move inclusion of buildlink.mk files to end of Makefile. Also patch 2001-07-02 16:48:31 +00:00
imlib Allow overriding of *_CONFIG variables in a package Makefile when using 2001-07-02 05:33:56 +00:00
jpeg Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
kdegraphics Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
kdegraphics2 LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if 2001-06-12 20:33:00 +00:00
lcms Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
libflash Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
libgdgeda CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
libggi Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
libgii Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
librsvg CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
libungif Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
libwmf Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
magicpoint Remove share/examples/mgp/dns-jp.mgp from PLIST since magicpoint-1.08a 2001-06-24 09:01:54 +00:00
Mesa Update ${HOMEPAGE} for Mesa and family. 2001-07-06 00:49:05 +00:00
Mesa-glx Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change 2001-04-30 04:16:08 +00:00
MesaLib Remove "ftp.mesa3d.org" from master list because it is an alias name for 2001-05-31 05:54:45 +00:00
mgl Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
mng Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
mpeg-lib Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
mpeg2codec Mark as USE_BUILDLINK_ONLY and make a few whitespace adjustments. Also 2001-06-20 21:38:58 +00:00
mpeg_encode Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoder 2001-05-14 23:06:03 +00:00
mpeg_play Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
mtv Update to 1.2.1, since older distfile isn't available anymore. 2001-04-22 18:22:45 +00:00
ncview Add some defaults for EVAL_PREFIX. 2001-05-03 21:06:12 +00:00
netpbm Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
Ngraph Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
ns-flash Use SHA1, and add sizes. 2001-05-09 21:13:34 +00:00
opendis CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
openptc Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-GD Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-GDGraph Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-GDGraph3d Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-GDTextUtil Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-Image-Size Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
p5-PerlMagick Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
pgraf Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
photopc Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
pixmap Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
ploticus Update ploticus to 1.41. Licence is now GPL. 2001-07-08 08:09:39 +00:00
plotmtv Fix a typo. 2001-05-03 20:18:55 +00:00
plotutils CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
plplot Fix installation of info files. 2001-07-06 15:27:14 +00:00
png Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
png2html Converted to use buildlink.mk files 2001-06-29 22:49:52 +00:00
pngcrush Update to 1.5.5 2001-06-10 20:01:22 +00:00
povray Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
prag Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
pstoedit Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
py-gd Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
py-imaging Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
py-imagingtk Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
qvplay Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
rayshade Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
ruby-opengl Importing ruby-opengl pacakge. 2001-06-30 15:09:33 +00:00
s10sh Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
sane-backends CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
sane-frontends Move -I${LOCALBASE}/include from CFLAGS to CPPFLAGS per pkg/13240 2001-06-25 18:44:15 +00:00
scigraphica gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have 2001-04-28 14:34:12 +00:00
SDL-image Initial import of SDL-image-1.2.0, an SDL image loading library 2001-07-07 11:32:23 +00:00
sketch Move to ${MASTER_SITE_BACKUP} from a hardcoded ftp.netbsd.org for the 2001-05-09 13:11:26 +00:00
tcm Changes the names of the libraries created during the build -- 2001-05-10 23:35:27 +00:00
tgif Converted to use buildlink.mk 2001-06-30 11:41:57 +00:00
tiff Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
tkpiechart Mechanical changes of tk DEPENDS: 2001-05-05 19:51:13 +00:00
urt Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
vcg Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
viewfax Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
win32-codecs Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
wmphoto Initial import of wmphoto-0.3a into the packages collection. 2001-04-27 13:35:09 +00:00
xanim Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
xart Converted to use buildlink.mk 2001-06-25 23:58:32 +00:00
xbmbrowser Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
xfig Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
xgraph Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
xli Remove unnecessary patches again, now that we can build-depend on 2001-07-02 21:08:08 +00:00
xpaint Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
xpdf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also 2001-06-29 19:53:21 +00:00
xplot Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
xpm Fix typo in last commit. 2001-07-07 06:24:12 +00:00
xsane LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if 2001-06-12 20:33:00 +00:00
xv Update dependency on png to >=1.0.11 because of the shlib major bump. 2001-05-22 09:32:18 +00:00
xzgv o converted to use buildlink.mk files 2001-06-25 23:48:42 +00:00
yplot Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib. 2001-06-22 14:05:36 +00:00
Makefile Add gphoto2 and gtkam. 2001-07-08 01:49:45 +00:00