From owner-svn-ports-head@FreeBSD.ORG Fri Jan 18 11:33:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BBEB65D5; Fri, 18 Jan 2013 11:33:03 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A09DBFB7; Fri, 18 Jan 2013 11:33:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0IBX3Vb071363; Fri, 18 Jan 2013 11:33:03 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0IBX2tN071351; Fri, 18 Jan 2013 11:33:02 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201301181133.r0IBX2tN071351@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 18 Jan 2013 11:33:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 11:33:03 -0000 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 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