diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1998-06-20 03:09:12 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1998-06-20 03:09:12 +0000 |
commit | 334d0bf1f47c43b7eb040d22d3a28fce422532d6 (patch) | |
tree | 23ae28c1c04d0cdd6ca1e46b792ed581d800e02b /graphics/plotutils | |
parent | 8b419ff51be7d94f0c8c023882399d9423a7b180 (diff) | |
download | ports-334d0bf1f47c43b7eb040d22d3a28fce422532d6.tar.gz ports-334d0bf1f47c43b7eb040d22d3a28fce422532d6.zip |
Notes
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 24 | ||||
-rw-r--r-- | graphics/plotutils/distinfo | 1 | ||||
-rw-r--r-- | graphics/plotutils/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/plotutils/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 54 |
5 files changed, 84 insertions, 0 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile new file mode 100644 index 000000000000..304f0cb59315 --- /dev/null +++ b/graphics/plotutils/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xfig +# Version required: 2.1.1 +# Date created: 19 June 1998 +# Whom: Chuck Robey (chuckr) +# +# $Id: Makefile,v 1.19 1998/05/04 20:23:27 jseger Exp $ +# + +DISTNAME= plotutils-2.1.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= chuckr@FreeBSD.ORG + +GNU_CONFIGURE= yes + +.ifdef HAVE_MOTIF +CONFIGURE_ARGS+=--with-motif +.endif + +post-install: + $(LDCONFIG) -m $(PREFIX)/lib + +.include <bsd.port.mk> diff --git a/graphics/plotutils/distinfo b/graphics/plotutils/distinfo new file mode 100644 index 000000000000..d87b65d8fafa --- /dev/null +++ b/graphics/plotutils/distinfo @@ -0,0 +1 @@ +MD5 (plotutils-2.1.1.tar.gz) = 5454fc866aff4360cab70d0ef831b12d diff --git a/graphics/plotutils/pkg-comment b/graphics/plotutils/pkg-comment new file mode 100644 index 000000000000..1cc90b40bb53 --- /dev/null +++ b/graphics/plotutils/pkg-comment @@ -0,0 +1 @@ +A plotting library and toolkit. diff --git a/graphics/plotutils/pkg-descr b/graphics/plotutils/pkg-descr new file mode 100644 index 000000000000..64016bb3abdb --- /dev/null +++ b/graphics/plotutils/pkg-descr @@ -0,0 +1,4 @@ +This is release 2.1.1 of the GNU plotutils (plotting utilities) package, +including release 1.1 of GNU libplot: a function library for +two-dimensional device-independent vector graphics. The package now has +its own Web page: http://www.gnu.org/software/plotutils/plotutils.html . diff --git a/graphics/plotutils/pkg-plist b/graphics/plotutils/pkg-plist new file mode 100644 index 000000000000..b7fdf251cce6 --- /dev/null +++ b/graphics/plotutils/pkg-plist @@ -0,0 +1,54 @@ +bin/spline +bin/double +bin/ode +bin/plot +bin/tek2plot +bin/graph +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/hershey-demo.c +share/libplot/hershey-fonts +share/libplot/hershey-number +share/libplot/hershey.bib +share/libplot/hershey.doc +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.0 +lib/libplot.a +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R +include/plot.h +@unexec install-info --delete --info-dir=/usr/local/info /usr/local/info/plotutils.info +info/plotutils.info +@exec install-info --info-dir=/usr/local/info /usr/local/info/plotutils.info +@dirrm share/tek2plot +@dirrm share/libplot +@dirrm share/ode |