summaryrefslogtreecommitdiff
path: root/graphics/plotutils
AgeCommit message (Collapse)AuthorFilesLines
2000-08-25make sure configure actually finds pngdmcmahill1-4/+4
2000-08-24add depends on png so we always get that functionalitydmcmahill1-1/+3
2000-08-24Update to plotutils-2.4.1.dmcmahill3-8/+10
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.
2000-08-17remove file overlooked in last commitwiz1-24/+0
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.wiz3-15/+21
2000-07-18Rename PKGNAME of plotutils to "plotutils-2.3nb1" as suggested.itohy1-3/+3
2000-07-18Enable C++ support, required by pstoedit.itohy2-21/+35
This includes "libplotter" library and "pic2plot" utility. Change PKGNAME to plotutils-2.3.0 to distinguish this from non C++ version. ^^
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-10fix broken patch-sumdmcmahill1-2/+2
1999-10-10Update to plotutils-2.3. Changes include:dmcmahill5-21/+29
- 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).
1999-07-09Add package patch-sum filesagc1-0/+3
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-02-19Update to 2.1.6, and actually make use of pkglibtool.tv4-8/+28
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-11-07Initial import of plotutils-2.1.5, Programs and library for plottingfrueauf5-0/+98
scientific data. Provided in pr 6407 by Dan McMahill.