Date: Fri, 18 Jan 2013 11:33:02 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310597 - in head/devel: . p5-Data-Inherited Message-ID: <201301181133.r0IBX2tN071351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 +@dirrmtry %%SITE_PERL%%/Data +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301181133.r0IBX2tN071351>