pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38f9cc6f376c
branches:  trunk
changeset: 392572:38f9cc6f376c
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 03 05:53:13 2009 +0000

description:
Initial import of p5-Class-Mix version 0.002 in the NetBSD Packages
Collection.

The Perl 5 module Class::Mix provides a mix_class function which
dynamically generates `anonymous' classes with specified inheritance.

diffstat:

 devel/p5-Class-Mix/DESCR    |   2 ++
 devel/p5-Class-Mix/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Class-Mix/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 7c269be0c29b -r 38f9cc6f376c devel/p5-Class-Mix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Mix/DESCR  Sun May 03 05:53:13 2009 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Class::Mix provides a mix_class function which
+dynamically generates `anonymous' classes with specified inheritance.
diff -r 7c269be0c29b -r 38f9cc6f376c devel/p5-Class-Mix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Mix/Makefile       Sun May 03 05:53:13 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/03 05:53:13 seb Exp $
+#
+
+DISTNAME=      Class-Mix-0.002
+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-Mix/
+COMMENT=       Perl 5 module providing dynamic class mixing
+#LICENSE=      artistic OR gnu-gpl-v2
+
+USE_LANGUAGES=         # empty
+PERL5_MODULE_TYPE=     Module::Build
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Class/Mix/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c269be0c29b -r 38f9cc6f376c devel/p5-Class-Mix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Mix/distinfo       Sun May 03 05:53:13 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/03 05:53:13 seb Exp $
+
+SHA1 (Class-Mix-0.002.tar.gz) = 8503c8e8b3ca8bc80ba3832af481780d033cd31f
+RMD160 (Class-Mix-0.002.tar.gz) = ad5d602af9f9499d489dbd2215ad7e0c63fc5ed1
+Size (Class-Mix-0.002.tar.gz) = 4993 bytes



Home | Main Index | Thread Index | Old Index