Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 17:55:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555247 - in head/graphics: . p5-GraphViz2-Parse-XML
Message-ID:  <202011151755.0AFHtW7t002621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 17:55:32 2020
New Revision: 555247
URL: https://svnweb.freebsd.org/changeset/ports/555247

Log:
  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

Added:
  head/graphics/p5-GraphViz2-Parse-XML/
  head/graphics/p5-GraphViz2-Parse-XML/Makefile   (contents, props changed)
  head/graphics/p5-GraphViz2-Parse-XML/distinfo   (contents, props changed)
  head/graphics/p5-GraphViz2-Parse-XML/pkg-descr   (contents, props changed)
  head/graphics/p5-GraphViz2-Parse-XML/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Nov 15 17:55:26 2020	(r555246)
+++ head/graphics/Makefile	Sun Nov 15 17:55:32 2020	(r555247)
@@ -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

Added: head/graphics/p5-GraphViz2-Parse-XML/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-GraphViz2-Parse-XML/Makefile	Sun Nov 15 17:55:32 2020	(r555247)
@@ -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>

Added: head/graphics/p5-GraphViz2-Parse-XML/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-GraphViz2-Parse-XML/distinfo	Sun Nov 15 17:55:32 2020	(r555247)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605426311
+SHA256 (GraphViz2-Parse-XML-2.50.tar.gz) = 14cc21b94e9ba615b8aea286b710218f11856a450153df6bb42b67d06ca2e065
+SIZE (GraphViz2-Parse-XML-2.50.tar.gz) = 12919

Added: head/graphics/p5-GraphViz2-Parse-XML/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-GraphViz2-Parse-XML/pkg-descr	Sun Nov 15 17:55:32 2020	(r555247)
@@ -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

Added: head/graphics/p5-GraphViz2-Parse-XML/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-GraphViz2-Parse-XML/pkg-plist	Sun Nov 15 17:55:32 2020	(r555247)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/GraphViz2/Parse/XML.pm
+%%PERL5_MAN3%%/GraphViz2::Parse::XML.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151755.0AFHtW7t002621>