svn commit: r542201 - in head/devel: . p5-autobox-Transform
Wen Heping
wen at FreeBSD.org
Tue Jul 14 08:28:21 UTC 2020
Author: wen
Date: Tue Jul 14 08:28:19 2020
New Revision: 542201
URL: https://svnweb.freebsd.org/changeset/ports/542201
Log:
This module, autobox::Transform, provides higher level and more specific
methods to transform and manipulate arrays and hashes, in particular when
the values are hashrefs or objects.
PR: 247877
Submitted by: bokutin at bokut.in
Added:
head/devel/p5-autobox-Transform/
head/devel/p5-autobox-Transform/Makefile (contents, props changed)
head/devel/p5-autobox-Transform/distinfo (contents, props changed)
head/devel/p5-autobox-Transform/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jul 14 07:59:28 2020 (r542200)
+++ head/devel/Makefile Tue Jul 14 08:28:19 2020 (r542201)
@@ -3597,6 +3597,7 @@
SUBDIR += p5-asa
SUBDIR += p5-autobox
SUBDIR += p5-autobox-Core
+ SUBDIR += p5-autobox-Transform
SUBDIR += p5-autodie
SUBDIR += p5-autovivification
SUBDIR += p5-bareword-filehandles
Added: head/devel/p5-autobox-Transform/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-autobox-Transform/Makefile Tue Jul 14 08:28:19 2020 (r542201)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= autobox-Transform
+PORTVERSION= 1.034
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR=CPAN:JOHANL
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bokutin at bokut.in
+COMMENT= Autobox methods to transform Arrays and Hashes
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Build-Tiny>=0.035:devel/p5-Module-Build-Tiny
+RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
+ p5-Sort-Maker>=0:devel/p5-Sort-Maker \
+ p5-autobox>=0:devel/p5-autobox \
+ p5-autobox-Core>=0:devel/p5-autobox-Core \
+ p5-true>=0:devel/p5-true
+TEST_DEPENDS= p5-Moo>=0:devel/p5-Moo \
+ p5-Test-Differences>=0:devel/p5-Test-Differences \
+ p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES= perl5
+USE_PERL5= modbuildtiny
+PLIST_FILES= ${SITE_PERL}/autobox/Transform.pm \
+ ${SITE_MAN3_REL}/autobox::Transform.3.gz
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/p5-autobox-Transform/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-autobox-Transform/distinfo Tue Jul 14 08:28:19 2020 (r542201)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1594305309
+SHA256 (autobox-Transform-1.034.tar.gz) = 9b17c4a7f59a1ae57b8319cf0c1fdfdf24e1b3764f59eafb4e6f722926bc121b
+SIZE (autobox-Transform-1.034.tar.gz) = 44700
Added: head/devel/p5-autobox-Transform/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-autobox-Transform/pkg-descr Tue Jul 14 08:28:19 2020 (r542201)
@@ -0,0 +1,5 @@
+This module, autobox::Transform, provides higher level and more specific
+methods to transform and manipulate arrays and hashes, in particular when
+the values are hashrefs or objects.
+
+WWW: https://metacpan.org/release/autobox-Transform
More information about the svn-ports-head
mailing list