aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2-Data-Grapher
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:10 +0000
commite334d22f1cde0c98e83e60f515edf131b8e0b3ff (patch)
tree8a9d0f0324065db16bd8a77908afe1c368d595c9 /graphics/p5-GraphViz2-Data-Grapher
parent172394bf7a2067d0bcc6f101db54a9a2bcb07df8 (diff)
downloadports-e334d22f1cde0c98e83e60f515edf131b8e0b3ff.tar.gz
ports-e334d22f1cde0c98e83e60f515edf131b8e0b3ff.zip
Add p5-GraphViz2-Data-Grapher 2.51
GraphViz2::Data::Grapher takes a Perl data structure and recursively converts it into Tree::DAG_Node object, and then graphs it. WWW: https://metacpan.org/release/GraphViz2-Data-Grapher
Notes
Notes: svn path=/head/; revision=555243
Diffstat (limited to 'graphics/p5-GraphViz2-Data-Grapher')
-rw-r--r--graphics/p5-GraphViz2-Data-Grapher/Makefile30
-rw-r--r--graphics/p5-GraphViz2-Data-Grapher/distinfo3
-rw-r--r--graphics/p5-GraphViz2-Data-Grapher/pkg-descr4
-rw-r--r--graphics/p5-GraphViz2-Data-Grapher/pkg-plist2
4 files changed, 39 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz2-Data-Grapher/Makefile b/graphics/p5-GraphViz2-Data-Grapher/Makefile
new file mode 100644
index 000000000000..d3d8bb8508c6
--- /dev/null
+++ b/graphics/p5-GraphViz2-Data-Grapher/Makefile
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= GraphViz2-Data-Grapher
+PORTVERSION= 2.51
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Visualize a data structure as a graph
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-GraphViz2>=2.48:graphics/p5-GraphViz2 \
+ p5-Moo>=2.001001:devel/p5-Moo \
+ p5-Tree-DAG_Node>=1.06:devel/p5-Tree-DAG_Node
+TEST_DEPENDS= p5-File-Slurp>=9999.19:devel/p5-File-Slurp \
+ p5-Test-Snapshot>=0.06:devel/p5-Test-Snapshot \
+ p5-XML-Bare>=0:textproc/p5-XML-Bare
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-GraphViz2-Data-Grapher/distinfo b/graphics/p5-GraphViz2-Data-Grapher/distinfo
new file mode 100644
index 000000000000..9853e19dd967
--- /dev/null
+++ b/graphics/p5-GraphViz2-Data-Grapher/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605426303
+SHA256 (GraphViz2-Data-Grapher-2.51.tar.gz) = 0e5e838f0a9bfe2b7a4c26be53bb1b387a34d2f26adcc95bc6cc826953050268
+SIZE (GraphViz2-Data-Grapher-2.51.tar.gz) = 16160
diff --git a/graphics/p5-GraphViz2-Data-Grapher/pkg-descr b/graphics/p5-GraphViz2-Data-Grapher/pkg-descr
new file mode 100644
index 000000000000..f3dc72f56f32
--- /dev/null
+++ b/graphics/p5-GraphViz2-Data-Grapher/pkg-descr
@@ -0,0 +1,4 @@
+GraphViz2::Data::Grapher takes a Perl data structure and recursively converts it
+into Tree::DAG_Node object, and then graphs it.
+
+WWW: https://metacpan.org/release/GraphViz2-Data-Grapher
diff --git a/graphics/p5-GraphViz2-Data-Grapher/pkg-plist b/graphics/p5-GraphViz2-Data-Grapher/pkg-plist
new file mode 100644
index 000000000000..078fbc54b582
--- /dev/null
+++ b/graphics/p5-GraphViz2-Data-Grapher/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/GraphViz2/Data/Grapher.pm
+%%PERL5_MAN3%%/GraphViz2::Data::Grapher.3.gz