Initial import of graph-1.43.
Grap is a language for typesetting graphs specified and first implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is an expressive language for describing graphs and incorporating them in typeset documents. It is implemented as a preprocessor to Kernigan's pic language for describing languages, so any system that can use pic can use grap. For sure, TeX and groff can use it. From maintainer Hermann Gottschalk.
This commit is contained in:
parent
cdfa57bd4a
commit
cb52a30d14
22
graphics/grap/Makefile
Normal file
22
graphics/grap/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/17 08:29:20 bernd Exp $
|
||||
|
||||
COMMENT = language for typesetting graphs
|
||||
|
||||
DISTNAME = grap-1.43
|
||||
CATEGORIES = textproc graphics
|
||||
|
||||
HOMEPAGE = http://lunabase.org/~faber/Vault/software/grap/
|
||||
|
||||
MAINTAINER = Hermann Gottschalk <magnum@pestilenz.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
WANTLIB = c m stdc++
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
graphics/grap/distinfo
Normal file
5
graphics/grap/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (grap-1.43.tar.gz) = 0fS0TaSoqe8w0Met8NPTMA==
|
||||
RMD160 (grap-1.43.tar.gz) = 7Oc2RAspKotlp4sqU0YdboDMcro=
|
||||
SHA1 (grap-1.43.tar.gz) = 8+kfUHoClmTptxw5M9dzap3eSD4=
|
||||
SHA256 (grap-1.43.tar.gz) = b0/1dqKobRDTvkjan4mrQY0JKEtAY9F5+KiIaULYGn8=
|
||||
SIZE (grap-1.43.tar.gz) = 187854
|
6
graphics/grap/pkg/DESCR
Normal file
6
graphics/grap/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Grap is a language for typesetting graphs specified and first
|
||||
implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is an
|
||||
expressive language for describing graphs and incorporating them in
|
||||
typeset documents. It is implemented as a preprocessor to Kernigan's pic
|
||||
language for describing languages, so any system that can use pic can
|
||||
use grap. For sure, TeX and groff can use it.
|
29
graphics/grap/pkg/PLIST
Normal file
29
graphics/grap/pkg/PLIST
Normal file
@ -0,0 +1,29 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/17 08:29:20 bernd Exp $
|
||||
@bin bin/grap
|
||||
@man man/man1/grap.1
|
||||
share/doc/grap/
|
||||
share/doc/grap/CHANGES
|
||||
share/doc/grap/COPYRIGHT
|
||||
share/doc/grap/README
|
||||
share/doc/grap/grap.man
|
||||
share/examples/grap/
|
||||
share/examples/grap/400mpairs.d
|
||||
share/examples/grap/400mtimes.d
|
||||
share/examples/grap/400wpairs.d
|
||||
share/examples/grap/Makefile
|
||||
share/examples/grap/army.d
|
||||
share/examples/grap/boyhts.d
|
||||
share/examples/grap/cy_fatal.d
|
||||
share/examples/grap/example.ms
|
||||
share/examples/grap/internet.d
|
||||
share/examples/grap/prof2.d
|
||||
share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Global.Random1500.succ.result
|
||||
share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Hybrid.Random1500.succ.result
|
||||
share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Local.Random1500.succ.result
|
||||
share/examples/grap/states.d
|
||||
share/examples/grap/states2.d
|
||||
share/examples/grap/states3.d
|
||||
share/examples/grap/usapop.d
|
||||
share/grap/
|
||||
share/grap/grap.defines
|
||||
share/grap/grap.tex.defines
|
Loading…
Reference in New Issue
Block a user