svn commit: r532785 - in head/devel: . p5-Data-Object-Data
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 24 17:47:15 UTC 2020
Author: sunpoet
Date: Fri Apr 24 17:47:13 2020
New Revision: 532785
URL: https://svnweb.freebsd.org/changeset/ports/532785
Log:
Add p5-Data-Object-Data 2.01
Data::Object::Data provides methods for parsing and extracting pod-like sections
from any file or package. The pod-like syntax allows for using these sections
anywhere in the source code and having Perl properly ignoring them.
WWW: https://metacpan.org/release/Data-Object-Data
Added:
head/devel/p5-Data-Object-Data/
head/devel/p5-Data-Object-Data/Makefile (contents, props changed)
head/devel/p5-Data-Object-Data/distinfo (contents, props changed)
head/devel/p5-Data-Object-Data/pkg-descr (contents, props changed)
head/devel/p5-Data-Object-Data/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Apr 24 17:47:07 2020 (r532784)
+++ head/devel/Makefile Fri Apr 24 17:47:13 2020 (r532785)
@@ -2051,6 +2051,7 @@
SUBDIR += p5-Data-Object-Cast
SUBDIR += p5-Data-Object-Class
SUBDIR += p5-Data-Object-ClassHas
+ SUBDIR += p5-Data-Object-Data
SUBDIR += p5-Data-ObjectDriver
SUBDIR += p5-Data-OptList
SUBDIR += p5-Data-Page-NoTotalEntries
Added: head/devel/p5-Data-Object-Data/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Data/Makefile Fri Apr 24 17:47:13 2020 (r532785)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Data-Object-Data
+PORTVERSION= 2.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Podish Parser for Data::Object
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo \
+ p5-routines>=0:devel/p5-routines
+TEST_DEPENDS= p5-Test-Auto>=0.05:devel/p5-Test-Auto
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/p5-Data-Object-Data/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Data/distinfo Fri Apr 24 17:47:13 2020 (r532785)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587721821
+SHA256 (Data-Object-Data-2.01.tar.gz) = acdaa16d22061ef966b6b9bc19e51ab36f0633483fe1e40bcbe32e914b8ec373
+SIZE (Data-Object-Data-2.01.tar.gz) = 13931
Added: head/devel/p5-Data-Object-Data/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Data/pkg-descr Fri Apr 24 17:47:13 2020 (r532785)
@@ -0,0 +1,5 @@
+Data::Object::Data provides methods for parsing and extracting pod-like sections
+from any file or package. The pod-like syntax allows for using these sections
+anywhere in the source code and having Perl properly ignoring them.
+
+WWW: https://metacpan.org/release/Data-Object-Data
Added: head/devel/p5-Data-Object-Data/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Data/pkg-plist Fri Apr 24 17:47:13 2020 (r532785)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Object/Data.pm
+%%PERL5_MAN3%%/Data::Object::Data.3.gz
More information about the svn-ports-all
mailing list