diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 38 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 1 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-plist | 17 |
6 files changed, 67 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e4a3d450f57c..2cc4acae5d53 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -190,6 +190,7 @@ SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-TextUtil SUBDIR += p5-Gimp + SUBDIR += p5-GraphViz SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Info diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile new file mode 100644 index 000000000000..d884292d7c77 --- /dev/null +++ b/graphics/p5-GraphViz/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: graphics/p5-GraphViz +# Date created: 09 October 2001 +# Whom: tobez +# +# $FreeBSD$ +# + +PORTNAME= GraphViz +PORTVERSION= 1.4 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GraphViz +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Graph.pm:${PORTSDIR}/math/p5-Graph \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier +RUN_DEPENDS= ${BUILD_DEPENDS} \ + dot:${PORTSDIR}/graphics/graphviz + +PERL_CONFIGURE= yes + +MAN3= Devel::GraphVizProf.3 \ + GraphViz.3 \ + GraphViz::Data::Grapher.3 \ + GraphViz::No.3 \ + GraphViz::Parse::RecDescent.3 \ + GraphViz::Parse::Yacc.3 \ + GraphViz::Parse::Yapp.3 \ + GraphViz::Regex.3 \ + GraphViz::Remote.3 \ + GraphViz::Small.3 \ + GraphViz::XML.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo new file mode 100644 index 000000000000..3b8c093851bc --- /dev/null +++ b/graphics/p5-GraphViz/distinfo @@ -0,0 +1 @@ +MD5 (GraphViz-1.4.tar.gz) = c04bb56bc410b2c0084a85999e79ebfa diff --git a/graphics/p5-GraphViz/pkg-comment b/graphics/p5-GraphViz/pkg-comment new file mode 100644 index 000000000000..8d3f9a5b32d8 --- /dev/null +++ b/graphics/p5-GraphViz/pkg-comment @@ -0,0 +1 @@ +GraphViz - Perl interface to the GraphViz graphing tool diff --git a/graphics/p5-GraphViz/pkg-descr b/graphics/p5-GraphViz/pkg-descr new file mode 100644 index 000000000000..d66085a5197f --- /dev/null +++ b/graphics/p5-GraphViz/pkg-descr @@ -0,0 +1,9 @@ +This modules 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 +(http://www.graphviz.org/). + +WWW: http://search.cpan.org/search?dist=GraphViz + +-Anton +<tobez@FreeBSD.org> diff --git a/graphics/p5-GraphViz/pkg-plist b/graphics/p5-GraphViz/pkg-plist new file mode 100644 index 000000000000..bef07474864f --- /dev/null +++ b/graphics/p5-GraphViz/pkg-plist @@ -0,0 +1,17 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/.packlist +lib/perl5/site_perl/%%PERL_VER%%/GraphViz.pm +lib/perl5/site_perl/%%PERL_VER%%/Devel/GraphVizProf.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Small.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Regex.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/XML.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/No.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Remote.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yapp.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/RecDescent.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yacc.pm +lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data/Grapher.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse +@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true |