svn commit: r310597 - in head/devel: . p5-Data-Inherited
Jun Kuriyama
kuriyama at FreeBSD.org
Fri Jan 18 11:33:03 UTC 2013
Author: kuriyama
Date: Fri Jan 18 11:33:02 2013
New Revision: 310597
URL: http://svnweb.freebsd.org/changeset/ports/310597
Log:
Hierarchy-wide accumulation of list and hash results.
This is a mixin class. By inheriting from it you get two methods that
are able to accumulate hierarchy-wide list and hash results.
WWW: http://search.cpan.org/dist/Data-Inherited/
Added:
head/devel/p5-Data-Inherited/
head/devel/p5-Data-Inherited/Makefile (contents, props changed)
head/devel/p5-Data-Inherited/distinfo (contents, props changed)
head/devel/p5-Data-Inherited/pkg-descr (contents, props changed)
head/devel/p5-Data-Inherited/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Jan 18 09:58:45 2013 (r310596)
+++ head/devel/Makefile Fri Jan 18 11:33:02 2013 (r310597)
@@ -1651,6 +1651,7 @@
SUBDIR += p5-Data-Hexdumper
SUBDIR += p5-Data-Hexify
SUBDIR += p5-Data-Hierarchy
+ SUBDIR += p5-Data-Inherited
SUBDIR += p5-Data-Inspect
SUBDIR += p5-Data-Integer
SUBDIR += p5-Data-JavaScript-Anon
Added: head/devel/p5-Data-Inherited/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Inherited/Makefile Fri Jan 18 11:33:02 2013 (r310597)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= Data-Inherited
+PORTVERSION= 1.100860
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension for hierarchy-wide accumulation of list/hash results
+
+PERL_CONFIGURE= yes
+
+MAN3= Data::Inherited.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-Data-Inherited/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Inherited/distinfo Fri Jan 18 11:33:02 2013 (r310597)
@@ -0,0 +1,2 @@
+SHA256 (Data-Inherited-1.100860.tar.gz) = 55d7f0795ef1a404ed1f85b293d34476b3abb2525cb8716a15aaaa0ec3b2a7b6
+SIZE (Data-Inherited-1.100860.tar.gz) = 19050
Added: head/devel/p5-Data-Inherited/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Inherited/pkg-descr Fri Jan 18 11:33:02 2013 (r310597)
@@ -0,0 +1,6 @@
+Hierarchy-wide accumulation of list and hash results.
+
+This is a mixin class. By inheriting from it you get two methods that
+are able to accumulate hierarchy-wide list and hash results.
+
+WWW: http://search.cpan.org/dist/Data-Inherited/
Added: head/devel/p5-Data-Inherited/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Inherited/pkg-plist Fri Jan 18 11:33:02 2013 (r310597)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited/.packlist
+%%SITE_PERL%%/Data/Inherited.pm
+ at dirrmtry %%SITE_PERL%%/Data
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
More information about the svn-ports-all
mailing list