diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 05:03:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 05:03:23 +0000 |
commit | 32e7030e74d86bcd4affe16063afd763f15bbb78 (patch) | |
tree | 8a4000d963c97542cb7234e719d869175d2dccbe /textproc/grap | |
parent | 5a79fff166ae316cd2bc37246459f4bd17e7f4db (diff) | |
download | ports-32e7030e74d86bcd4affe16063afd763f15bbb78.tar.gz ports-32e7030e74d86bcd4affe16063afd763f15bbb78.zip |
Notes
Diffstat (limited to 'textproc/grap')
-rw-r--r-- | textproc/grap/Makefile | 17 | ||||
-rw-r--r-- | textproc/grap/distinfo | 1 | ||||
-rw-r--r-- | textproc/grap/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/grap/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/grap/pkg-plist | 19 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile new file mode 100644 index 000000000000..361f45a9e450 --- /dev/null +++ b/textproc/grap/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: grap +# Version required: 0.8a +# Date created: 14 Jan 1999 +# Whom: faber@lunabase.org +# +# $Id$ +# + +DISTNAME= grap-0.8a +CATEGORIES= textproc graphics +MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ + +MAINTAINER= faber@lunabase.org + +MAN1= grap.1 + +.include <bsd.port.mk> diff --git a/textproc/grap/distinfo b/textproc/grap/distinfo new file mode 100644 index 000000000000..9c1f7dd42f2e --- /dev/null +++ b/textproc/grap/distinfo @@ -0,0 +1 @@ +MD5 (grap-0.8a.tar.gz) = bd89b2ace0d7d242bf76989fe186d32a diff --git a/textproc/grap/pkg-comment b/textproc/grap/pkg-comment new file mode 100644 index 000000000000..46a92da5d60a --- /dev/null +++ b/textproc/grap/pkg-comment @@ -0,0 +1 @@ +An implementation of Kernigan & Bentley's grap language diff --git a/textproc/grap/pkg-descr b/textproc/grap/pkg-descr new file mode 100644 index 000000000000..54e30acb7ba7 --- /dev/null +++ b/textproc/grap/pkg-descr @@ -0,0 +1,8 @@ +This is a port of Kernigan and Bentley's grap program for typsetting +graphs. It is a pic preprocessor that can be used with groff or TeX. + +You can learn more about grap as specified by Kernigan and Bentley at +http://www.kohala.com/~rstevens/troff/troff.html + +-- Ted Faber +faber@lunabase.org diff --git a/textproc/grap/pkg-plist b/textproc/grap/pkg-plist new file mode 100644 index 000000000000..41ef20e00bbf --- /dev/null +++ b/textproc/grap/pkg-plist @@ -0,0 +1,19 @@ +bin/grap +share/grap/README +share/grap/grap.defines +share/grap/examples/400mpairs.d +share/grap/examples/400mtimes.d +share/grap/examples/400wpairs.d +share/grap/examples/Makefile +share/grap/examples/army.d +share/grap/examples/boyhts.d +share/grap/examples/color_example.ms +share/grap/examples/example.ms +share/grap/examples/internet.d +share/grap/examples/prof2.d +share/grap/examples/states.d +share/grap/examples/states2.d +share/grap/examples/states3.d +share/grap/examples/usapop.d +@dirrm share/grap/examples +@dirrm share/grap |