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
This commit is contained in:
parent
478dca8b62
commit
846977390b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555247
5 changed files with 38 additions and 0 deletions
|
@ -654,6 +654,7 @@
|
|||
SUBDIR += p5-GraphViz2-Data-Grapher
|
||||
SUBDIR += p5-GraphViz2-Parse-ISA
|
||||
SUBDIR += p5-GraphViz2-Parse-RecDescent
|
||||
SUBDIR += p5-GraphViz2-Parse-XML
|
||||
SUBDIR += p5-Graphics-Color
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Graphics-ColorNames-WWW
|
||||
|
|
28
graphics/p5-GraphViz2-Parse-XML/Makefile
Normal file
28
graphics/p5-GraphViz2-Parse-XML/Makefile
Normal file
|
@ -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>
|
3
graphics/p5-GraphViz2-Parse-XML/distinfo
Normal file
3
graphics/p5-GraphViz2-Parse-XML/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1605426311
|
||||
SHA256 (GraphViz2-Parse-XML-2.50.tar.gz) = 14cc21b94e9ba615b8aea286b710218f11856a450153df6bb42b67d06ca2e065
|
||||
SIZE (GraphViz2-Parse-XML-2.50.tar.gz) = 12919
|
4
graphics/p5-GraphViz2-Parse-XML/pkg-descr
Normal file
4
graphics/p5-GraphViz2-Parse-XML/pkg-descr
Normal file
|
@ -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
|
2
graphics/p5-GraphViz2-Parse-XML/pkg-plist
Normal file
2
graphics/p5-GraphViz2-Parse-XML/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/GraphViz2/Parse/XML.pm
|
||||
%%PERL5_MAN3%%/GraphViz2::Parse::XML.3.gz
|
Loading…
Reference in a new issue