From 846977390bb8023091440b8f88fd058a43f546f9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:55:32 +0000 Subject: 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 --- graphics/p5-GraphViz2-Parse-XML/Makefile | 28 ++++++++++++++++++++++++++++ graphics/p5-GraphViz2-Parse-XML/distinfo | 3 +++ graphics/p5-GraphViz2-Parse-XML/pkg-descr | 4 ++++ graphics/p5-GraphViz2-Parse-XML/pkg-plist | 2 ++ 4 files changed, 37 insertions(+) create mode 100644 graphics/p5-GraphViz2-Parse-XML/Makefile create mode 100644 graphics/p5-GraphViz2-Parse-XML/distinfo create mode 100644 graphics/p5-GraphViz2-Parse-XML/pkg-descr create mode 100644 graphics/p5-GraphViz2-Parse-XML/pkg-plist (limited to 'graphics/p5-GraphViz2-Parse-XML') 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 +# $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 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 -- cgit v1.2.3