pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-MOP Initial import of p5-Class-MOP vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4556110eec01
branches:  trunk
changeset: 545092:4556110eec01
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 26 12:21:38 2008 +0000

description:
Initial import of p5-Class-MOP version 0.63 into The NetBSD
Packages Collection.

The Perl 5 module Class::MOP is a fully functioning meta object
protocol for the Perl 5 object system. It makes no attempt to change
the behavior or characteristics of the Perl 5 object system, only
to create a protocol for its manipulation and introspection.  It
does attempt to create the tools for building a rich set of extensions
to the Perl 5 object system

diffstat:

 devel/p5-Class-MOP/DESCR    |   6 ++++++
 devel/p5-Class-MOP/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-Class-MOP/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r ea8aecd0f113 -r 4556110eec01 devel/p5-Class-MOP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MOP/DESCR  Sat Jul 26 12:21:38 2008 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module Class::MOP is a fully functioning meta object
+protocol for the Perl 5 object system. It makes no attempt to change
+the behavior or characteristics of the Perl 5 object system, only
+to create a protocol for its manipulation and introspection.  It
+does attempt to create the tools for building a rich set of extensions
+to the Perl 5 object system
diff -r ea8aecd0f113 -r 4556110eec01 devel/p5-Class-MOP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MOP/Makefile       Sat Jul 26 12:21:38 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 12:21:38 seb Exp $
+#
+
+DISTNAME=      Class-MOP-0.63
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Class-MOP/
+COMMENT=       Perl 5 module providing a meta object protocol
+
+DEPENDS+=      p5-Sub-Identify>=0.03:../../devel/p5-Sub-Identify
+DEPENDS+=      p5-Sub-Name>=0.02:../../devel/p5-Sub-Name
+DEPENDS+=      p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat
+
+# Only for test target
+# Test::More
+#BUILD_DEPENDS+=       p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
+#BUILD_DEPENDS+=       p5-PathTools-[0-9]*:../../devel/p5-PathTools
+
+PERL5_PACKLIST=        auto/Class/MOP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea8aecd0f113 -r 4556110eec01 devel/p5-Class-MOP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MOP/distinfo       Sat Jul 26 12:21:38 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/26 12:21:38 seb Exp $
+
+SHA1 (Class-MOP-0.63.tar.gz) = c7e74f415003e764b885528d477cc5d119de891e
+RMD160 (Class-MOP-0.63.tar.gz) = 07ca8e392d89fb9364580b39ce9236638d971f61
+Size (Class-MOP-0.63.tar.gz) = 139059 bytes



Home | Main Index | Thread Index | Old Index