update to 0.92 from Cesare Gargano <gar at plusiagamma dot org> with pollish from me.
ok simon@
This commit is contained in:
parent
42207b3d41
commit
83f847b1e7
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/06/19 00:28:30 jim Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/10/26 16:44:41 jim Exp $
|
||||
|
||||
COMMENT= complete modern object system for perl 5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Moose-0.81
|
||||
DISTNAME= Moose-0.92
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
@ -15,18 +15,22 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
CPAN_AUTHOR= DROLSKY
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Class-MOP->=0.85:devel/p5-Class-MOP \
|
||||
RUN_DEPENDS= :p5-Class-MOP->=0.94:devel/p5-Class-MOP \
|
||||
::devel/p5-Data-OptList \
|
||||
::devel/p5-List-MoreUtils \
|
||||
::devel/p5-Sub-Exporter \
|
||||
::devel/p5-Sub-Name \
|
||||
::devel/p5-Task-Weaken \
|
||||
::devel/p5-Data-OptList
|
||||
::devel/p5-Try-Tiny
|
||||
|
||||
REGRESS_DEPENDS=:p5-Test-Warn->=0.10:devel/p5-Test-Warn \
|
||||
::devel/p5-Test-LongString \
|
||||
REGRESS_DEPENDS=::devel/p5-Locale-US \
|
||||
::devel/p5-Module-Refresh \
|
||||
::devel/p5-Test-Deep \
|
||||
::devel/p5-Test-Exception \
|
||||
::devel/p5-Test-LongString \
|
||||
::devel/p5-Test-Output \
|
||||
:p5-Test-Warn->=0.10:devel/p5-Test-Warn \
|
||||
::textproc/p5-Regexp-Common \
|
||||
::devel/p5-Locale-US \
|
||||
::www/p5-libwww \
|
||||
::www/p5-URI
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Moose-0.81.tar.gz) = f+lb2dt2SUNA6HM449homQ==
|
||||
RMD160 (Moose-0.81.tar.gz) = azVFad8eijnEaRM7Zvn/SKw0i2Y=
|
||||
SHA1 (Moose-0.81.tar.gz) = vMQ3CO2F3ljBo4yABJ1Yf3REn/o=
|
||||
SHA256 (Moose-0.81.tar.gz) = CHWe4Jy49rojhyAjpqruBGDehpqqzEAT/y1LFNUaWzM=
|
||||
SIZE (Moose-0.81.tar.gz) = 322128
|
||||
MD5 (Moose-0.92.tar.gz) = xt+3vIs64rtnfgzlOBg0jg==
|
||||
RMD160 (Moose-0.92.tar.gz) = 7WPoFhnH8jy+zbLP/vqSOWsLER8=
|
||||
SHA1 (Moose-0.92.tar.gz) = pXXPjYqqoyLJb9lmEi+UmfsorcE=
|
||||
SHA256 (Moose-0.92.tar.gz) = k99VpD6WygiqYQLsGGlfLWFLrbERWLz3Tm52w9Vf0KA=
|
||||
SIZE (Moose-0.92.tar.gz) = 364208
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/06/19 00:28:30 jim Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/10/26 16:44:41 jim Exp $
|
||||
${P5SITE}/Moose/
|
||||
${P5SITE}/Moose.pm
|
||||
${P5SITE}/Moose/Cookbook/
|
||||
@ -60,7 +60,26 @@ ${P5SITE}/Moose/Manual/Roles.pod
|
||||
${P5SITE}/Moose/Manual/Types.pod
|
||||
${P5SITE}/Moose/Manual/Unsweetened.pod
|
||||
${P5SITE}/Moose/Meta/
|
||||
${P5SITE}/Moose/Meta/Attribute/
|
||||
${P5SITE}/Moose/Meta/Attribute.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/
|
||||
${P5SITE}/Moose/Meta/Attribute/Native.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/Array.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/Code.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/MethodProvider/String.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Array.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Bool.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Code.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Counter.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Hash.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/Number.pm
|
||||
${P5SITE}/Moose/Meta/Attribute/Native/Trait/String.pm
|
||||
${P5SITE}/Moose/Meta/Class/
|
||||
${P5SITE}/Moose/Meta/Class.pm
|
||||
${P5SITE}/Moose/Meta/Class/Immutable/
|
||||
@ -93,6 +112,7 @@ ${P5SITE}/Moose/Meta/TypeCoercion/Union.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/
|
||||
${P5SITE}/Moose/Meta/TypeConstraint.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/Class.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/DuckType.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/Enum.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/Parameterizable.pm
|
||||
${P5SITE}/Moose/Meta/TypeConstraint/Parameterized.pm
|
||||
@ -164,6 +184,21 @@ ${P5SITE}/oose.pm
|
||||
@man man/man3p/Moose::Manual::Types.3p
|
||||
@man man/man3p/Moose::Manual::Unsweetened.3p
|
||||
@man man/man3p/Moose::Meta::Attribute.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::Array.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::Bool.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::Code.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::Counter.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::Hash.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::MethodProvider::String.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Array.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Bool.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Code.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Counter.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Hash.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::Number.3p
|
||||
@man man/man3p/Moose::Meta::Attribute::Native::Trait::String.3p
|
||||
@man man/man3p/Moose::Meta::Class.3p
|
||||
@man man/man3p/Moose::Meta::Class::Immutable::Trait.3p
|
||||
@man man/man3p/Moose::Meta::Instance.3p
|
||||
@ -188,6 +223,7 @@ ${P5SITE}/oose.pm
|
||||
@man man/man3p/Moose::Meta::TypeCoercion::Union.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint::Class.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint::DuckType.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint::Enum.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint::Parameterizable.3p
|
||||
@man man/man3p/Moose::Meta::TypeConstraint::Parameterized.3p
|
||||
|
Loading…
Reference in New Issue
Block a user