Date: Wed, 6 Aug 2014 20:34:46 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364217 - in head/devel: . p5-Data-Perl Message-ID: <53e29167.5cd7.598a2be2@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Aug 6 20:34:45 2014 New Revision: 364217 URL: http://svnweb.freebsd.org/changeset/ports/364217 QAT: https://qat.redports.org/buildarchive/r364217/ Log: New port: devel/p5-Data-Perl Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all classes currently do no validation on constructor input. WWW: http://search.cpan.org/dist/Data-Perl/ Added: head/devel/p5-Data-Perl/ head/devel/p5-Data-Perl/Makefile (contents, props changed) head/devel/p5-Data-Perl/distinfo (contents, props changed) head/devel/p5-Data-Perl/pkg-descr (contents, props changed) head/devel/p5-Data-Perl/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 6 20:19:03 2014 (r364216) +++ head/devel/Makefile Wed Aug 6 20:34:45 2014 (r364217) @@ -1737,6 +1737,7 @@ SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek + SUBDIR += p5-Data-Perl SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand Added: head/devel/p5-Data-Perl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Perl/Makefile Wed Aug 6 20:34:45 2014 (r364217) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Data-Perl +PORTVERSION= 0.002009 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Base classes wrapping fundamental Perl data types + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ + p5-strictures>=1:${PORTSDIR}/devel/p5-strictures +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Data-Perl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Perl/distinfo Wed Aug 6 20:34:45 2014 (r364217) @@ -0,0 +1,2 @@ +SHA256 (Data-Perl-0.002009.tar.gz) = b62b2225870c2c3b16fb78c429f8729ddb8ed0e342f4209ec3c261b764c36f8b +SIZE (Data-Perl-0.002009.tar.gz) = 23155 Added: head/devel/p5-Data-Perl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Perl/pkg-descr Wed Aug 6 20:34:45 2014 (r364217) @@ -0,0 +1,7 @@ +Data::Perl is a collection of classes that wrap fundamental data +types that exist in Perl. These classes and methods as they exist +today are an attempt to mirror functionality provided by Moose's +Native Traits. One important thing to note is all classes currently +do no validation on constructor input. + +WWW: http://search.cpan.org/dist/Data-Perl/ Added: head/devel/p5-Data-Perl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Perl/pkg-plist Wed Aug 6 20:34:45 2014 (r364217) @@ -0,0 +1,38 @@ +%%PERL5_MAN3%%/Data::Perl.3.gz +%%PERL5_MAN3%%/Data::Perl::Bool.3.gz +%%PERL5_MAN3%%/Data::Perl::Code.3.gz +%%PERL5_MAN3%%/Data::Perl::Collection::Array.3.gz +%%PERL5_MAN3%%/Data::Perl::Collection::Hash.3.gz +%%PERL5_MAN3%%/Data::Perl::Counter.3.gz +%%PERL5_MAN3%%/Data::Perl::Number.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Bool.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Code.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Collection::Array.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Collection::Hash.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Counter.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::Number.3.gz +%%PERL5_MAN3%%/Data::Perl::Role::String.3.gz +%%PERL5_MAN3%%/Data::Perl::String.3.gz +%%SITE_PERL%%/Data/Perl.pm +%%SITE_PERL%%/Data/Perl/Bool.pm +%%SITE_PERL%%/Data/Perl/Code.pm +%%SITE_PERL%%/Data/Perl/Collection/Array.pm +%%SITE_PERL%%/Data/Perl/Collection/Hash.pm +%%SITE_PERL%%/Data/Perl/Counter.pm +%%SITE_PERL%%/Data/Perl/Number.pm +%%SITE_PERL%%/Data/Perl/Role/Bool.pm +%%SITE_PERL%%/Data/Perl/Role/Code.pm +%%SITE_PERL%%/Data/Perl/Role/Collection/Array.pm +%%SITE_PERL%%/Data/Perl/Role/Collection/Hash.pm +%%SITE_PERL%%/Data/Perl/Role/Counter.pm +%%SITE_PERL%%/Data/Perl/Role/Number.pm +%%SITE_PERL%%/Data/Perl/Role/String.pm +%%SITE_PERL%%/Data/Perl/String.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Perl/.packlist +@dirrmtry %%SITE_PERL%%/Data/Perl/Collection +@dirrmtry %%SITE_PERL%%/Data/Perl/Role/Collection +@dirrmtry %%SITE_PERL%%/Data/Perl/Role +@dirrmtry %%SITE_PERL%%/Data/Perl +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Perl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e29167.5cd7.598a2be2>