NOTICE: This package has been removed from pkgsrc

./devel/plotutils-nox11, Programs and library for plotting scientific data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.6nb2, Package name: plotutils-nox11-2.6nb2, Maintainer: dmcmahill

The GNU plotutils package contains programs for plotting scientific data,
and a function library for drawing vector graphics and doing vector graphics
animations. The package includes:
* GNU graph, which does two-dimensional plotting in real time. It's designed
for command-line use, and can be used in shell scripts. It produces output
on an X Window System display, in Illustrator format, in Postscript format,
in PCL 5 format, in HP-GL/2 format, in Fig format (editable with the xfig
drawing editor), in Tektronix format, or in GNU Metafile format. Output in
Postscript format may be edited with the idraw drawing editor.
* GNU plot, which translates GNU Metafile format to any of the other formats.
* GNU tek2plot, for translating legacy Tektronix data to any of the above
formats.
* GNU plotfont, for displaying character maps of the fonts that are available
in the above formats.
* GNU spline, which does spline interpolation of data.
* GNU ode, which numerically integrates a system consisting of one or more
ordinary differential equations.

The programs graph, plot, tek2plot, and plotfont are based on GNU libplot, a C
function library for device-independent two-dimensional vector graphics. GNU
libplot is compatible with the traditional Unix libplot library, but is much
more powerful. It is installed as part of the package.


Required to run:
[graphics/png]

Required to build:
[devel/libtool-base]

Master sites: (Expand)

SHA1: 7921301d9dfe8991e3df2829bd733df6b2a70838
RMD160: 2a32244eb20e00b82a0742dde7b690f688e82774
Filesize: 3571.838 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-08 14:08:07 by Adam Ciarcinski | Files touched by this commit (7) | Package removed
Log message:
Switch to options.mk and remove plotutils-nox11
   2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644)
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
   2010-06-30 12:24:38 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Fix PLIST. Caught by <joerg>.
   2010-06-24 20:36:13 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Not MAKE_JOBS_SAFE, just like graphics/plotutils.
Problem caught by bulk build.
   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.