Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 10/10/1999 07:33:09
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sun Oct 10 14:33:09 UTC 1999

Modified Files:
	pkgsrc/graphics/plotutils: Makefile
	pkgsrc/graphics/plotutils/files: md5 patch-sum
	pkgsrc/graphics/plotutils/patches: patch-aa
	pkgsrc/graphics/plotutils/pkg: PLIST

Log Message:
Update to plotutils-2.3.  Changes include:
- PNM driver added, which outputs PBM/PGM/PPM format.
- CGM support added, By default, a CGM Plotter produces
  binary-encoded version-3 CGM format, which conforms to the WebCGM
  profile.
- pseudo-GIF driver added, using miGIF run-length encoding routines
- text string format now supports "\fP" macro for switching to
  previous font (cf. troff; "\fR", "\fI", "\fB" supported too).
- libplotter: new C++ library.  Provides base Plotter class, subclasses for
  the different sorts of Plotter.
- new "dotdotdashed" line style added
- new thread save C/C++ API added (old API still supported)
- pic2plot: new utility, which can translate the pic language to any supported
  graphics format, including X11.
- new function pentype() added to the API.
- many bug fixes.  See the file 'NEWS' in the source distribution for a
  complete list (a couple of pages).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/plotutils/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/plotutils/files/md5
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/plotutils/files/patch-sum
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/plotutils/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/plotutils/pkg/PLIST

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