aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2-Parse-XML
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:32 +0000
commit846977390bb8023091440b8f88fd058a43f546f9 (patch)
tree6e7354a716b20e73a35ec2a15e466115c5fd878d /graphics/p5-GraphViz2-Parse-XML
parent478dca8b62346def191d6ffe06a06fbe0b45329a (diff)
downloadports-846977390bb8023091440b8f88fd058a43f546f9.tar.gz
ports-846977390bb8023091440b8f88fd058a43f546f9.zip
Add p5-GraphViz2-Parse-XML 2.50
GraphViz2::Parse::XML takes an XML file and converts it into a graph, using the pure-Perl XML::Tiny. WWW: https://metacpan.org/release/GraphViz2-Parse-XML
Notes
Notes: svn path=/head/; revision=555247
Diffstat (limited to 'graphics/p5-GraphViz2-Parse-XML')
-rw-r--r--graphics/p5-GraphViz2-Parse-XML/Makefile28
-rw-r--r--graphics/p5-GraphViz2-Parse-XML/distinfo3
-rw-r--r--graphics/p5-GraphViz2-Parse-XML/pkg-descr4
-rw-r--r--graphics/p5-GraphViz2-Parse-XML/pkg-plist2
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz2-Parse-XML/Makefile b/graphics/p5-GraphViz2-Parse-XML/Makefile
new file mode 100644
index 000000000000..ed98068fbb6e
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-XML/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= GraphViz2-Parse-XML
+PORTVERSION= 2.50
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Visualize XML 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-XML-Tiny>=2.06:textproc/p5-XML-Tiny
+TEST_DEPENDS= p5-Test-Snapshot>=0.06:devel/p5-Test-Snapshot
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-GraphViz2-Parse-XML/distinfo b/graphics/p5-GraphViz2-Parse-XML/distinfo
new file mode 100644
index 000000000000..26334b2eb968
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-XML/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605426311
+SHA256 (GraphViz2-Parse-XML-2.50.tar.gz) = 14cc21b94e9ba615b8aea286b710218f11856a450153df6bb42b67d06ca2e065
+SIZE (GraphViz2-Parse-XML-2.50.tar.gz) = 12919
diff --git a/graphics/p5-GraphViz2-Parse-XML/pkg-descr b/graphics/p5-GraphViz2-Parse-XML/pkg-descr
new file mode 100644
index 000000000000..d93a50a623c6
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-XML/pkg-descr
@@ -0,0 +1,4 @@
+GraphViz2::Parse::XML takes an XML file and converts it into a graph, using the
+pure-Perl XML::Tiny.
+
+WWW: https://metacpan.org/release/GraphViz2-Parse-XML
diff --git a/graphics/p5-GraphViz2-Parse-XML/pkg-plist b/graphics/p5-GraphViz2-Parse-XML/pkg-plist
new file mode 100644
index 000000000000..b3047cbaf515
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-XML/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/GraphViz2/Parse/XML.pm
+%%PERL5_MAN3%%/GraphViz2::Parse::XML.3.gz