From 54c7c78c4fcb41b9c72623bd30d5ef6993cf4048 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 25 Nov 1994 04:47:47 +0000 Subject: xgraph ver. 11, a program that will help you plot graphs --- math/xgraph/Makefile | 15 +++++++++++++++ math/xgraph/pkg-comment | 1 + math/xgraph/pkg-descr | 6 ++++++ math/xgraph/pkg-plist | 3 +++ 4 files changed, 25 insertions(+) create mode 100644 math/xgraph/Makefile create mode 100644 math/xgraph/pkg-comment create mode 100644 math/xgraph/pkg-descr create mode 100644 math/xgraph/pkg-plist (limited to 'math') diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile new file mode 100644 index 000000000000..5ddec613c6f2 --- /dev/null +++ b/math/xgraph/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: xgraph +# Version required: 11 +# Date created: 24 November 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= xgraph-11 +USE_IMAKE= yes +MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/ +EXTRACT_SUFX= .tar.Z +INSTALL_MANPAGES= yes + +.include diff --git a/math/xgraph/pkg-comment b/math/xgraph/pkg-comment new file mode 100644 index 000000000000..55c2b89550e0 --- /dev/null +++ b/math/xgraph/pkg-comment @@ -0,0 +1 @@ +xgraph ver. 11, a program that helps you plot graphs diff --git a/math/xgraph/pkg-descr b/math/xgraph/pkg-descr new file mode 100644 index 000000000000..647678190580 --- /dev/null +++ b/math/xgraph/pkg-descr @@ -0,0 +1,6 @@ +xgraph is a program that will help you draw graphs. It is pretty old +(based on X11R3!) and required lots of hacks to make it compile. Tell +me if it does something odd. + +- Satoshi +asami@cs.berkeley.edu diff --git a/math/xgraph/pkg-plist b/math/xgraph/pkg-plist new file mode 100644 index 000000000000..7bed8f7b1bee --- /dev/null +++ b/math/xgraph/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xgraph +man/man1/xgraph.1.gz -- cgit v1.2.3