diff options
author | frueauf <frueauf> | 1998-11-07 15:23:49 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-07 15:23:49 +0000 |
commit | db606a667c3a1b6b49a0ff1d2ffaa40c0b09c86d (patch) | |
tree | 12c4447bf9a925f35b836a331405854ee2a226de /graphics/plotutils | |
parent | c552e452a5eb4b29d1289368b3420a01dfe54781 (diff) | |
download | pkgsrc-db606a667c3a1b6b49a0ff1d2ffaa40c0b09c86d.tar.gz |
Initial import of plotutils-2.1.5, Programs and library for plotting
scientific data. Provided in pr 6407 by Dan McMahill.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 18 | ||||
-rw-r--r-- | graphics/plotutils/files/md5 | 3 | ||||
-rw-r--r-- | graphics/plotutils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/plotutils/pkg/DESCR | 22 | ||||
-rw-r--r-- | graphics/plotutils/pkg/PLIST | 54 |
5 files changed, 98 insertions, 0 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile new file mode 100644 index 00000000000..026b7f1079d --- /dev/null +++ b/graphics/plotutils/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/07 15:23:49 frueauf Exp $ +# + +DISTNAME= plotutils-2.1.5 +CATEGORIES= devel graphics x11 +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= mcmahill@alum.mit.edu +HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html + +GNU_CONFIGURE= yes + +USE_LIBTOOL= yes +USE_X11= yes + +INFO_FILES= plotutils.info + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/plotutils/files/md5 b/graphics/plotutils/files/md5 new file mode 100644 index 00000000000..ecd9857f477 --- /dev/null +++ b/graphics/plotutils/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/07 15:23:49 frueauf Exp $ + +MD5 (plotutils-2.1.5.tar.gz) = 51b62be1560bf5b59742d1467da583ae diff --git a/graphics/plotutils/pkg/COMMENT b/graphics/plotutils/pkg/COMMENT new file mode 100644 index 00000000000..6dc408982f4 --- /dev/null +++ b/graphics/plotutils/pkg/COMMENT @@ -0,0 +1 @@ +Programs and library for plotting scientific data. diff --git a/graphics/plotutils/pkg/DESCR b/graphics/plotutils/pkg/DESCR new file mode 100644 index 00000000000..707c3aaab73 --- /dev/null +++ b/graphics/plotutils/pkg/DESCR @@ -0,0 +1,22 @@ +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. diff --git a/graphics/plotutils/pkg/PLIST b/graphics/plotutils/pkg/PLIST new file mode 100644 index 00000000000..a2e65833d2e --- /dev/null +++ b/graphics/plotutils/pkg/PLIST @@ -0,0 +1,54 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/07 15:23:49 frueauf Exp $ +bin/spline +bin/double +bin/ode +bin/plot +bin/tek2plot +bin/plotfont +bin/graph +include/plot.h +share/ode/README +share/ode/atwoods.ode +share/ode/bead.ode +share/ode/chem.ode +share/ode/coupled.ode +share/ode/ddho.ode +share/ode/dynamo.ode +share/ode/henon.ode +share/ode/limitcycle.ode +share/ode/lorenz.ode +share/ode/lunar.sh +share/ode/orbit.ode +share/ode/population.ode +share/ode/qcd.ode +share/ode/rumor.ode +share/ode/soliton.ode +share/ode/viscous.ode +share/libplot/README +share/libplot/colors.txt +share/libplot/demo-page +share/libplot/h-demo.c +share/libplot/h-fonts.doc +share/libplot/h-glyphs.doc +share/libplot/hershey.bib +share/libplot/kana.doc +share/libplot/kanji.doc +share/tek2plot/README +share/tek2plot/aitest.tek +share/tek2plot/dmerc.tek +share/tek2plot/fotest.tek +share/tek2plot/imtesth.tek +share/tek2plot/karney.tek +share/tek2plot/ocpred.tek +share/tek2plot/scale.tek +share/tek2plot/skymap.tek +share/tek2plot/usmap.tek +lib/libplot.so.1.5 +lib/libplot.la +lib/libplot.a +@unexec install-info --delete %D/info/plotutils.info %D/info/dir +info/plotutils.info +@exec install-info %D/info/plotutils.info %D/info/dir +@dirrm share/tek2plot +@dirrm share/libplot +@dirrm share/ode |