diff options
author | seb <seb@pkgsrc.org> | 2002-08-28 19:39:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-08-28 19:39:52 +0000 |
commit | 7f38006f50f6408a8e7848f02206c0eddaf93c10 (patch) | |
tree | 0193ab3a9f87c5069b381ebbad23e83a07b1cba7 /graphics | |
parent | 6911d7b760ca857d80361c746ca15ecfe0ee1da4 (diff) | |
download | pkgsrc-7f38006f50f6408a8e7848f02206c0eddaf93c10.tar.gz |
Initial import of p5-GraphViz version 1.5 into the Packages Collection.
This perl module provides an interface to layout and generate images of
directed graphs in a variety of formats (PostScript, PNG, etc.) using
the "dot" and "neato" programs from the GraphViz project.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/DESCR | 3 | ||||
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 25 | ||||
-rw-r--r-- | graphics/p5-GraphViz/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz/DESCR b/graphics/p5-GraphViz/DESCR new file mode 100644 index 00000000000..bde3d2d56d6 --- /dev/null +++ b/graphics/p5-GraphViz/DESCR @@ -0,0 +1,3 @@ +This perl module provides an interface to layout and generate images of +directed graphs in a variety of formats (PostScript, PNG, etc.) using +the "dot" and "neato" programs from the GraphViz project. diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile new file mode 100644 index 00000000000..3820f3d1cc7 --- /dev/null +++ b/graphics/p5-GraphViz/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $ +# + +DISTNAME= GraphViz-1.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl interface to the Graphviz tools set + +DEPENDS+= graphviz>=1.8.5:../../graphics/graphviz +DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph +DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run +DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier + +USE_BUILDLINK2= yes +USE_X11= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GraphViz/PLIST b/graphics/p5-GraphViz/PLIST new file mode 100644 index 00000000000..ee4ef6cc5a9 --- /dev/null +++ b/graphics/p5-GraphViz/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $ diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo new file mode 100644 index 00000000000..4965b566267 --- /dev/null +++ b/graphics/p5-GraphViz/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:39:52 seb Exp $ + +SHA1 (GraphViz-1.5.tar.gz) = 3b608c4f23aded7211da44ddb5b3ef7ec57438e2 +Size (GraphViz-1.5.tar.gz) = 113053 bytes |