pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-OOorNO Importing package for p5 module ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6602cd012fb1
branches:  trunk
changeset: 395198:6602cd012fb1
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 18:13:42 2009 +0000

description:
Importing package for p5 module Class::OOorNO 0.011 as dependency of
scheduled import of p5 module File::Util.

Class::OOorNO helps a module handle the input for its subroutines whether
called in object-oriented style (as object methods or class methods with
the arrow syntax ->), or in functional programming style (as subroutines
imported to the caller's namespace via Exporter).

diffstat:

 devel/p5-Class-OOorNO/DESCR    |   4 ++++
 devel/p5-Class-OOorNO/Makefile |  20 ++++++++++++++++++++
 devel/p5-Class-OOorNO/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r c006edfbdf25 -r 6602cd012fb1 devel/p5-Class-OOorNO/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-OOorNO/DESCR       Tue Jul 07 18:13:42 2009 +0000
@@ -0,0 +1,4 @@
+Class::OOorNO helps a module handle the input for its subroutines whether
+called in object-oriented style (as object methods or class methods with
+the arrow syntax ->), or in functional programming style (as subroutines
+imported to the caller's namespace via Exporter).
diff -r c006edfbdf25 -r 6602cd012fb1 devel/p5-Class-OOorNO/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-OOorNO/Makefile    Tue Jul 07 18:13:42 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 18:13:42 sno Exp $
+#
+
+DISTNAME=      Class-OOorNO-0.011
+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-OOorNO/
+COMMENT=       Give your module classic *AND* OO interfaces
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Class/OOorNO/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c006edfbdf25 -r 6602cd012fb1 devel/p5-Class-OOorNO/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-OOorNO/distinfo    Tue Jul 07 18:13:42 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/07 18:13:42 sno Exp $
+
+SHA1 (Class-OOorNO-0.011.tar.gz) = d9df1142408f5279ade2222f1556e7f5a172367b
+RMD160 (Class-OOorNO-0.011.tar.gz) = cea24358fc00c8de131bcef1b9b05b37e203f72b
+Size (Class-OOorNO-0.011.tar.gz) = 7840 bytes



Home | Main Index | Thread Index | Old Index