svn commit: r560516 - in head/devel: . p5-Data-Visitor-Tiny

Kurt Jaeger pi at FreeBSD.org
Wed Jan 6 13:58:39 UTC 2021


Author: pi
Date: Wed Jan  6 13:58:37 2021
New Revision: 560516
URL: https://svnweb.freebsd.org/changeset/ports/560516

Log:
  New port: devel/p5-Data-Visitor-Tiny
  
  Data::Visitor::Tiny - Recursively walk data structures
  
  This module provides a simple framework for recursively
  iterating over a data structure of hashrefs and/or arrayrefs.
  
  WWW: https://metacpan.org/release/Data-Visitor-Tiny
  
  PR:		252461
  Submitted by:	geoffroy desvernay <dgeo at centrale-marseille.fr>

Added:
  head/devel/p5-Data-Visitor-Tiny/
  head/devel/p5-Data-Visitor-Tiny/Makefile   (contents, props changed)
  head/devel/p5-Data-Visitor-Tiny/distinfo   (contents, props changed)
  head/devel/p5-Data-Visitor-Tiny/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Visitor-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan  6 13:57:05 2021	(r560515)
+++ head/devel/Makefile	Wed Jan  6 13:58:37 2021	(r560516)
@@ -2111,6 +2111,7 @@
     SUBDIR += p5-Data-Validator
     SUBDIR += p5-Data-Visitor
     SUBDIR += p5-Data-Visitor-Encode
+    SUBDIR += p5-Data-Visitor-Tiny
     SUBDIR += p5-Data-Walk
     SUBDIR += p5-Date-Business
     SUBDIR += p5-Date-Calc

Added: head/devel/p5-Data-Visitor-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Visitor-Tiny/Makefile	Wed Jan  6 13:58:37 2021	(r560516)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	Data-Visitor-Tiny
+PORTVERSION=	0.001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dgeo at centrale-marseille.fr
+COMMENT=	Recursively walk data structures
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Visitor-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Visitor-Tiny/distinfo	Wed Jan  6 13:58:37 2021	(r560516)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609928316
+SHA256 (Data-Visitor-Tiny-0.001.tar.gz) = 13bbcc9e9848095e3ab456b01f67c044a275d363555544c21041fcf56e0dcc40
+SIZE (Data-Visitor-Tiny-0.001.tar.gz) = 15327

Added: head/devel/p5-Data-Visitor-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Visitor-Tiny/pkg-descr	Wed Jan  6 13:58:37 2021	(r560516)
@@ -0,0 +1,6 @@
+Data::Visitor::Tiny - Recursively walk data structures
+
+This module provides a simple framework for recursively
+iterating over a data structure of hashrefs and/or arrayrefs.
+
+WWW: https://metacpan.org/release/Data-Visitor-Tiny

Added: head/devel/p5-Data-Visitor-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Visitor-Tiny/pkg-plist	Wed Jan  6 13:58:37 2021	(r560516)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Visitor/Tiny.pm
+%%PERL5_MAN3%%/Data::Visitor::Tiny.3.gz


More information about the svn-ports-all mailing list