initial import of p5-GraphViz-2.02

This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato" and "twopi" programs from the GraphViz
project
This commit is contained in:
msf 2007-09-20 05:06:22 +00:00
parent 745c7850fd
commit 09a16e9ac6
4 changed files with 57 additions and 0 deletions

23
math/p5-GraphViz/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/20 05:06:22 msf Exp $
COMMENT= perl interface to the graphviz graphing tool
MODULES= cpan
DISTNAME= GraphViz-2.02
CATEGORIES= math
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-IPC-Run \
::devel/p5-Graph \
::math/graphviz \
::math/p5-Math-Bezier
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (GraphViz-2.02.tar.gz) = u4koZkPgFjHRt7AXnvEg1g==
RMD160 (GraphViz-2.02.tar.gz) = zQytTNaHGYqajBzQLhAyDB8Hsmg=
SHA1 (GraphViz-2.02.tar.gz) = AtV3HvTCTTDCAIPo+G1SYG5XBqI=
SHA256 (GraphViz-2.02.tar.gz) = RLa3woZsQXx41kSKd/iqaKy17bqt+BPdh7hZ5wuWk0U=
SIZE (GraphViz-2.02.tar.gz) = 84348

View File

@ -0,0 +1,4 @@
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato" and "twopi" programs from the GraphViz
project

View File

@ -0,0 +1,25 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/20 05:06:22 msf Exp $
${P5SITE}/Devel/
${P5SITE}/Devel/GraphVizProf.pm
${P5SITE}/GraphViz/
${P5SITE}/GraphViz.pm
${P5SITE}/GraphViz/Data/
${P5SITE}/GraphViz/Data/Grapher.pm
${P5SITE}/GraphViz/No.pm
${P5SITE}/GraphViz/Parse/
${P5SITE}/GraphViz/Parse/RecDescent.pm
${P5SITE}/GraphViz/Parse/Yacc.pm
${P5SITE}/GraphViz/Parse/Yapp.pm
${P5SITE}/GraphViz/Regex.pm
${P5SITE}/GraphViz/Small.pm
${P5SITE}/GraphViz/XML.pm
@man man/man3p/Devel::GraphVizProf.3p
@man man/man3p/GraphViz.3p
@man man/man3p/GraphViz::Data::Grapher.3p
@man man/man3p/GraphViz::No.3p
@man man/man3p/GraphViz::Parse::RecDescent.3p
@man man/man3p/GraphViz::Parse::Yacc.3p
@man man/man3p/GraphViz::Parse::Yapp.3p
@man man/man3p/GraphViz::Regex.3p
@man man/man3p/GraphViz::Small.3p
@man man/man3p/GraphViz::XML.3p