Date: Sun, 15 Nov 2020 17:55:10 +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: r555243 - in head/graphics: . p5-GraphViz2-Data-Grapher Message-ID: <202011151755.0AFHtAJm001882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 15 17:55:10 2020 New Revision: 555243 URL: https://svnweb.freebsd.org/changeset/ports/555243 Log: 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 Added: head/graphics/p5-GraphViz2-Data-Grapher/ head/graphics/p5-GraphViz2-Data-Grapher/Makefile (contents, props changed) head/graphics/p5-GraphViz2-Data-Grapher/distinfo (contents, props changed) head/graphics/p5-GraphViz2-Data-Grapher/pkg-descr (contents, props changed) head/graphics/p5-GraphViz2-Data-Grapher/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Nov 15 17:55:04 2020 (r555242) +++ head/graphics/Makefile Sun Nov 15 17:55:10 2020 (r555243) @@ -650,6 +650,7 @@ SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 + SUBDIR += p5-GraphViz2-Data-Grapher SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW Added: head/graphics/p5-GraphViz2-Data-Grapher/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Data-Grapher/Makefile Sun Nov 15 17:55:10 2020 (r555243) @@ -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> Added: head/graphics/p5-GraphViz2-Data-Grapher/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Data-Grapher/distinfo Sun Nov 15 17:55:10 2020 (r555243) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605426303 +SHA256 (GraphViz2-Data-Grapher-2.51.tar.gz) = 0e5e838f0a9bfe2b7a4c26be53bb1b387a34d2f26adcc95bc6cc826953050268 +SIZE (GraphViz2-Data-Grapher-2.51.tar.gz) = 16160 Added: head/graphics/p5-GraphViz2-Data-Grapher/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Data-Grapher/pkg-descr Sun Nov 15 17:55:10 2020 (r555243) @@ -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 Added: head/graphics/p5-GraphViz2-Data-Grapher/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-GraphViz2-Data-Grapher/pkg-plist Sun Nov 15 17:55:10 2020 (r555243) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/GraphViz2/Data/Grapher.pm +%%PERL5_MAN3%%/GraphViz2::Data::Grapher.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151755.0AFHtAJm001882>