diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-08 11:31:31 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-08 11:31:31 +0000 |
commit | 4f983ff97b5ee4a916b4ffb49bc828745b26a0e4 (patch) | |
tree | 7f834396627fda1ee719c779263c75b1ff26a75f /graphics | |
parent | 57135c579f180d820860dd32e8787bedca80e0e8 (diff) | |
download | pkgsrc-4f983ff97b5ee4a916b4ffb49bc828745b26a0e4.tar.gz |
Import p5-GraphViz2-1.12 as graphics/p5-GraphViz2.
This module provides a Perl interface to the amazing Graphviz, an open source
graph visualization tool from AT&T.
It is called GraphViz2 so that pre-existing code using (the Perl module)
GraphViz continues to work. GraphViz2 V 1 is not backwards compatible with
GraphViz V 2, despite the considerable similarity.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/DESCR | 6 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 48 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/distinfo | 5 |
3 files changed, 59 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz2/DESCR b/graphics/p5-GraphViz2/DESCR new file mode 100644 index 00000000000..2dd006fb0aa --- /dev/null +++ b/graphics/p5-GraphViz2/DESCR @@ -0,0 +1,6 @@ +This module provides a Perl interface to the amazing Graphviz, an open source +graph visualization tool from AT&T. + +It is called GraphViz2 so that pre-existing code using (the Perl module) +GraphViz continues to work. GraphViz2 V 1 is not backwards compatible with +GraphViz V 2, despite the considerable similarity. diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile new file mode 100644 index 00000000000..dc73509c707 --- /dev/null +++ b/graphics/p5-GraphViz2/Makefile @@ -0,0 +1,48 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:31:31 fhajny Exp $ +# + +DISTNAME= GraphViz2-1.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz2/} +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/GraphViz2/ +COMMENT= Wrapper for AT&T\'s Graphviz +LICENSE= artistic-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod +DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz +DEPENDS+= p5-Algorithm-Dependency>=1.110:../../devel/p5-Algorithm-Dependency +DEPENDS+= p5-Capture-Tiny>=0.10:../../devel/p5-Capture-Tiny +DEPENDS+= p5-Data-Section-Simple>=0.02:../../devel/p5-Data-Section-Simple +DEPENDS+= p5-DBI>=1.616:../../databases/p5-DBI +DEPENDS+= p5-File-Temp>=0.22:../../devel/p5-File-Temp +DEPENDS+= p5-File-Which>=1.09:../../devel/p5-File-Which +DEPENDS+= p5-HTML-Entities-Interpolate>=1.04:../../www/p5-HTML-Entities-Interpolate +DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree +DEPENDS+= p5-HTTP-Tiny>=0.012:../../www/p5-HTTP-Tiny +DEPENDS+= p5-Hash-FieldHash>=0.10:../../devel/p5-Hash-FieldHash +DEPENDS+= p5-Log-Handler>=0.71:../../devel/p5-Log-Handler +DEPENDS+= p5-Parse-RecDescent>=1.965.1:../../devel/p5-Parse-RecDescent +DEPENDS+= p5-PathTools>=3.33:../../devel/p5-PathTools +DEPENDS+= p5-Perl6-Slurp>=0.03:../../devel/p5-Perl6-Slurp +DEPENDS+= p5-Pod-Simple>=3.16:../../textproc/p5-Pod-Simple +DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-Set-Array>=0.23:../../devel/p5-Set-Array +DEPENDS+= p5-Text-Xslate>=1.2:../../textproc/p5-Text-Xslate +DEPENDS+= p5-TimeDate>=1.20:../../time/p5-TimeDate +DEPENDS+= p5-Tree-DAG_Node>=1.06:../../devel/p5-Tree-DAG_Node +DEPENDS+= p5-Try-Tiny>=0.09:../../devel/p5-Try-Tiny +DEPENDS+= p5-XML-Bare>=0.45:../../textproc/p5-XML-Bare +DEPENDS+= p5-XML-Tiny>=2.06:../../textproc/p5-XML-Tiny + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/GraphViz2/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GraphViz2/distinfo b/graphics/p5-GraphViz2/distinfo new file mode 100644 index 00000000000..30d623a9dc2 --- /dev/null +++ b/graphics/p5-GraphViz2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:31:31 fhajny Exp $ + +SHA1 (GraphViz2-1.12.tgz) = 3dc942c2a114376717dc7979f2d770870c094d0e +RMD160 (GraphViz2-1.12.tgz) = dbfa38f7a495f490b7528a31c67668683be411f4 +Size (GraphViz2-1.12.tgz) = 187694 bytes |