summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-09 21:33:34 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-09 21:33:34 +0000
commite36b36029a04c17e47729a227f6e7173f1c539eb (patch)
tree2e7945e1ac4ef2cb7a8ac8d295afb3ad8e047688 /graphics/p5-GraphViz
parentadd missing file (must be more careful) (diff)
Add p5-GraphViz, perl interface to the GraphViz graphing tool.
Notes
Notes: svn path=/head/; revision=48630
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile38
-rw-r--r--graphics/p5-GraphViz/distinfo1
-rw-r--r--graphics/p5-GraphViz/pkg-comment1
-rw-r--r--graphics/p5-GraphViz/pkg-descr9
-rw-r--r--graphics/p5-GraphViz/pkg-plist17
5 files changed, 66 insertions, 0 deletions
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