pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Object-Pluggable Initial import of p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50df22416a2d
branches:  trunk
changeset: 545131:50df22416a2d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 27 12:00:24 2008 +0000

description:
Initial import of p5-MooseX-Object-Pluggable version 0.0008 into
The NetBSD Packages Collection.

The Perl 5 module MooseX::Object::Pluggable is meant to be loaded
as a role from Moose-based classes. It will add methods and attributes
to assist you with the loading and handling of plugins and extensions
for plugins.

diffstat:

 devel/p5-MooseX-Object-Pluggable/DESCR    |   4 ++++
 devel/p5-MooseX-Object-Pluggable/Makefile |  21 +++++++++++++++++++++
 devel/p5-MooseX-Object-Pluggable/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 122233f3568a -r 50df22416a2d devel/p5-MooseX-Object-Pluggable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Object-Pluggable/DESCR    Sun Jul 27 12:00:24 2008 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module MooseX::Object::Pluggable is meant to be loaded
+as a role from Moose-based classes. It will add methods and attributes
+to assist you with the loading and handling of plugins and extensions
+for plugins.
diff -r 122233f3568a -r 50df22416a2d devel/p5-MooseX-Object-Pluggable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Object-Pluggable/Makefile Sun Jul 27 12:00:24 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/27 12:00:24 seb Exp $
+#
+
+DISTNAME=      MooseX-Object-Pluggable-0.0008
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/MooseX-Object-Pluggable/
+COMMENT=       Perl 5 module to add plugin support to Moose classes via roles
+
+DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-Moose>=0.35:../../devel/p5-Moose
+
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Object/Pluggable/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 122233f3568a -r 50df22416a2d devel/p5-MooseX-Object-Pluggable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Object-Pluggable/distinfo Sun Jul 27 12:00:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/27 12:00:24 seb Exp $
+
+SHA1 (MooseX-Object-Pluggable-0.0008.tar.gz) = a461445054312a7b0de37b72f7f88d023c74dde1
+RMD160 (MooseX-Object-Pluggable-0.0008.tar.gz) = 4fa4db1514d5a493caa215f8d184f6c659cc7213
+Size (MooseX-Object-Pluggable-0.0008.tar.gz) = 24282 bytes



Home | Main Index | Thread Index | Old Index