pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-parent Add devel/p5-parent-0.221



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8029386faf7
branches:  trunk
changeset: 542951:d8029386faf7
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri May 30 11:52:39 2008 +0000

description:
Add devel/p5-parent-0.221

Allows you to both load one or more modules, while setting up
inheritance from those modules at the same time. Mostly similar in
effect to:

    package Baz;
    BEGIN {
        require Foo;
        require Bar;
        push @ISA, qw(Foo Bar);
    }

diffstat:

 devel/p5-parent/DESCR    |  10 ++++++++++
 devel/p5-parent/Makefile |  19 +++++++++++++++++++
 devel/p5-parent/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 154006b08531 -r d8029386faf7 devel/p5-parent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-parent/DESCR     Fri May 30 11:52:39 2008 +0000
@@ -0,0 +1,10 @@
+Allows you to both load one or more modules, while setting up
+inheritance from those modules at the same time. Mostly similar in
+effect to:
+
+    package Baz;
+    BEGIN {
+        require Foo;
+        require Bar;
+        push @ISA, qw(Foo Bar);
+    }
diff -r 154006b08531 -r d8029386faf7 devel/p5-parent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-parent/Makefile  Fri May 30 11:52:39 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/30 11:52:39 abs Exp $
+#
+
+DISTNAME=      parent-0.221
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~corion/parent/
+COMMENT=       Establish an ISA relationship with base classes at compile time
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/parent/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 154006b08531 -r d8029386faf7 devel/p5-parent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-parent/distinfo  Fri May 30 11:52:39 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/30 11:52:39 abs Exp $
+
+SHA1 (parent-0.221.tar.gz) = 9d1be72537fe83d68acca0532c502868ce0eefa1
+RMD160 (parent-0.221.tar.gz) = 7ee181cccbd5245f951658eadff4761579379e69
+Size (parent-0.221.tar.gz) = 5061 bytes



Home | Main Index | Thread Index | Old Index