diff options
author | dmcmahill <dmcmahill> | 2000-08-24 00:03:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-24 00:03:47 +0000 |
commit | dd36d55cc47ccff53415da5387b7dac8796a7448 (patch) | |
tree | 8024caded2b2e7285fa3b944bca1932fc0b0219a /graphics | |
parent | f68e9b2336c72e7584c3ed55e46d5dd9ccd0d5bb (diff) | |
download | pkgsrc-dd36d55cc47ccff53415da5387b7dac8796a7448.tar.gz |
Update to plotutils-2.4.1.
Many bug fixes since the last release. For a complete list of changes refer
to the NEWS file.
Notable additions include:
libplot: SVG driver added, which outputs the new XML-based SVG (scalable
vector graphics) format.
documentation: man page for plotfont added.
libplot: completely new metafile export driver, written from scratch.
libplot: ReGIS driver added, which outputs ReGIS (DEC's remote graphics
instruction set, understood by DEC's VT340 and earlier terminals,
and also emulators like DEC's decterm). No support yet for filling
paths that extend beyond the boundaries of a ReGIS display, due to
a need for clipping code.
graph,plot,tek2plot,plotfont,pic2plot: `-T png' now allowed if libplot
contains a PNG driver.
libplot: PNG driver added, which outputs PNG (portable network graphics)
format. Included only if libpng (version number >= 0.95) and libz
are found at package installation time. `configure' now supports
a `--without-libpng' option to disable PNG support.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 6 | ||||
-rw-r--r-- | graphics/plotutils/files/md5 | 4 | ||||
-rw-r--r-- | graphics/plotutils/pkg/PLIST | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index e48fafda8d1..4ae53c2ac1d 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2000/08/14 20:06:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/24 00:03:47 dmcmahill Exp $ # -DISTNAME= plotutils-2.3 +DISTNAME= plotutils-2.4.1 # "nb1" is added to distinguish libplotter enabled version and existent pkg. # If you update the base source above 2.3, this hack will no longer needed. -PKGNAME= plotutils-2.3nb1 +#PKGNAME= plotutils-2.3nb1 CATEGORIES= devel graphics x11 MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/} diff --git a/graphics/plotutils/files/md5 b/graphics/plotutils/files/md5 index 07477c170e4..d2f4274d7d0 100644 --- a/graphics/plotutils/files/md5 +++ b/graphics/plotutils/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/10/10 14:33:08 dmcmahill Exp $ +$NetBSD: md5,v 1.4 2000/08/24 00:03:49 dmcmahill Exp $ -MD5 (plotutils-2.3.tar.gz) = 12a2708a92ae668a54cc4c00ea4804dd +MD5 (plotutils-2.4.1.tar.gz) = 8da2cc2ed5a837cad0753c7843ef18ee diff --git a/graphics/plotutils/pkg/PLIST b/graphics/plotutils/pkg/PLIST index d65d8838d20..ed6fe7a60e5 100644 --- a/graphics/plotutils/pkg/PLIST +++ b/graphics/plotutils/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/08/14 20:06:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/08/24 00:03:49 dmcmahill Exp $ bin/double bin/graph bin/ode @@ -12,12 +12,13 @@ include/plotcompat.h include/plotter.h lib/libplot.a lib/libplot.la -lib/libplot.so.3.0 +lib/libplot.so.4.1 lib/libplotter.a lib/libplotter.la -lib/libplotter.so.3.0 +lib/libplotter.so.4.0 man/man1/ode.1 man/man1/plot.1 +man/man1/plotfont.1 man/man1/spline.1 man/man1/tek2plot.1 share/libplot/README @@ -60,6 +61,7 @@ share/tek2plot/karney.tek share/tek2plot/ocpred.tek share/tek2plot/scale.tek share/tek2plot/skymap.tek +share/tek2plot/skymap2.tek share/tek2plot/usmap.tek @unexec install-info --delete %D/info/plotutils.info %D/info/dir info/plotutils.info |