From 09a16e9ac63280bcd63fafe636188ff8f4043f75 Mon Sep 17 00:00:00 2001 From: msf Date: Thu, 20 Sep 2007 05:06:22 +0000 Subject: [PATCH] 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 --- math/p5-GraphViz/Makefile | 23 +++++++++++++++++++++++ math/p5-GraphViz/distinfo | 5 +++++ math/p5-GraphViz/pkg/DESCR | 4 ++++ math/p5-GraphViz/pkg/PLIST | 25 +++++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 math/p5-GraphViz/Makefile create mode 100644 math/p5-GraphViz/distinfo create mode 100644 math/p5-GraphViz/pkg/DESCR create mode 100644 math/p5-GraphViz/pkg/PLIST diff --git a/math/p5-GraphViz/Makefile b/math/p5-GraphViz/Makefile new file mode 100644 index 00000000000..f6b04e6c35c --- /dev/null +++ b/math/p5-GraphViz/Makefile @@ -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 + +# 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 diff --git a/math/p5-GraphViz/distinfo b/math/p5-GraphViz/distinfo new file mode 100644 index 00000000000..bcf989d59c9 --- /dev/null +++ b/math/p5-GraphViz/distinfo @@ -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 diff --git a/math/p5-GraphViz/pkg/DESCR b/math/p5-GraphViz/pkg/DESCR new file mode 100644 index 00000000000..ec37d7d2863 --- /dev/null +++ b/math/p5-GraphViz/pkg/DESCR @@ -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 diff --git a/math/p5-GraphViz/pkg/PLIST b/math/p5-GraphViz/pkg/PLIST new file mode 100644 index 00000000000..da68854f41a --- /dev/null +++ b/math/p5-GraphViz/pkg/PLIST @@ -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