pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-SUPER Initial import of p5-SUPER version 1.16...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f94e635c745
branches:  trunk
changeset: 546795:9f94e635c745
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Sep 08 00:04:06 2008 +0000

description:
Initial import of p5-SUPER version 1.16 in the NetBSD Packages
Collection.

The Perl 5 module SUPER provides nice equivalents to the Perl syntax
for calling a superclass method.

diffstat:

 devel/p5-SUPER/DESCR    |   2 ++
 devel/p5-SUPER/Makefile |  21 +++++++++++++++++++++
 devel/p5-SUPER/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 19cc0f458301 -r 9f94e635c745 devel/p5-SUPER/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SUPER/DESCR      Mon Sep 08 00:04:06 2008 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module SUPER provides nice equivalents to the Perl syntax
+for calling a superclass method.
diff -r 19cc0f458301 -r 9f94e635c745 devel/p5-SUPER/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SUPER/Makefile   Mon Sep 08 00:04:06 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 00:04:06 seb Exp $
+#
+
+DISTNAME=      SUPER-1.16
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5 net
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SUPER/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/SUPER/
+COMMENT=       Perl 5 module to control superclass method dispatch
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/SUPER/.packlist
+
+DEPENDS+=      p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 19cc0f458301 -r 9f94e635c745 devel/p5-SUPER/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-SUPER/distinfo   Mon Sep 08 00:04:06 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 00:04:06 seb Exp $
+
+SHA1 (SUPER-1.16.tar.gz) = 81e541623505d075e6bc561988e03d1d0c24f0e7
+RMD160 (SUPER-1.16.tar.gz) = b4faefedd019bcad057c12b0f1cb6f1816d6358a
+Size (SUPER-1.16.tar.gz) = 7749 bytes



Home | Main Index | Thread Index | Old Index