Sat Jul 26 13:50:13 2008 UTC ()
Initial import of p5-Moose version 0.54 into The NetBSD
Packages Collection.

Moose is an extension of the Perl 5 object system.
The main goal of Moose is to make Perl 5 Object Oriented programming
easier, more consistent and less tedious. With Moose you can to
think more about what you want to do and less about the mechanics
of OOP.
Additionally, Moose is built on top of Class::MOP, which is a
metaclass system for Perl 5. This means that Moose not only makes
building normal Perl 5 objects better, but it provides the power
of metaclass programming as well.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Moose/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Moose/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Moose/distinfo

File Added: pkgsrc/devel/p5-Moose/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 13:50:13 seb Exp $
#

DISTNAME=	Moose-0.54
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/S/ST/STEVAN/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://moose.perl.org/
COMMENT=	Postmodern object system for Perl 5

DEPENDS+=	p5-Class-MOP>=0.59:../../devel/p5-Class-MOP
DEPENDS+=	p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter

BUILD_DEPENDS+=	p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
BUILD_DEPENDS+=	p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString

USE_LANGUAGES=	# empty
PERL5_PACKLIST=	auto/Moose/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Moose/DESCR
Moose is an extension of the Perl 5 object system.
The main goal of Moose is to make Perl 5 Object Oriented programming
easier, more consistent and less tedious. With Moose you can to
think more about what you want to do and less about the mechanics
of OOP.
Additionally, Moose is built on top of Class::MOP, which is a
metaclass system for Perl 5. This means that Moose not only makes
building normal Perl 5 objects better, but it provides the power
of metaclass programming as well.

File Added: pkgsrc/devel/p5-Moose/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/07/26 13:50:13 seb Exp $

SHA1 (Moose-0.54.tar.gz) = 1b886730c25994535b5ad109df78bbbbec406cb8
RMD160 (Moose-0.54.tar.gz) = 72721cc9e0b827cdc6b750c30126cc6b801df87b
Size (Moose-0.54.tar.gz) = 201534 bytes