mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Initial import of grap version 0.8a.
An implementation of Kernigan and Bentley's grap language. PR: 9512 Submitted by: Ted Faber <faber@lunabase.org>
This commit is contained in:
parent
5a79fff166
commit
32e7030e74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16173
5 changed files with 46 additions and 0 deletions
17
textproc/grap/Makefile
Normal file
17
textproc/grap/Makefile
Normal file
|
@ -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>
|
1
textproc/grap/distinfo
Normal file
1
textproc/grap/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (grap-0.8a.tar.gz) = bd89b2ace0d7d242bf76989fe186d32a
|
1
textproc/grap/pkg-comment
Normal file
1
textproc/grap/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An implementation of Kernigan & Bentley's grap language
|
8
textproc/grap/pkg-descr
Normal file
8
textproc/grap/pkg-descr
Normal file
|
@ -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
|
19
textproc/grap/pkg-plist
Normal file
19
textproc/grap/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue