pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Autouse Import p5-Class-Autouse-1.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/24ee03cba679
branches: trunk
changeset: 490101:24ee03cba679
user: epg <epg%pkgsrc.org@localhost>
date: Thu Mar 03 04:21:33 2005 +0000
description:
Import p5-Class-Autouse-1.16.
Class::Autouse allows you to specify a class that will only load
when a method of that class is called. For large classes that
might not be used during the running of a program, such as Date::Manip,
this can save you large amounts of memory, and decrease the script
load time.
diffstat:
devel/p5-Class-Autouse/DESCR | 5 +++++
devel/p5-Class-Autouse/Makefile | 21 +++++++++++++++++++++
devel/p5-Class-Autouse/PLIST | 1 +
devel/p5-Class-Autouse/distinfo | 4 ++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r e9b8a9e52786 -r 24ee03cba679 devel/p5-Class-Autouse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Autouse/DESCR Thu Mar 03 04:21:33 2005 +0000
@@ -0,0 +1,5 @@
+Class::Autouse allows you to specify a class that will only load
+when a method of that class is called. For large classes that
+might not be used during the running of a program, such as Date::Manip,
+this can save you large amounts of memory, and decrease the script
+load time.
diff -r e9b8a9e52786 -r 24ee03cba679 devel/p5-Class-Autouse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Autouse/Makefile Thu Mar 03 04:21:33 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
+
+DISTNAME= Class-Autouse-1.16
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Run-time class loading on first method call
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Autouse/.packlist
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
+
+DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9b8a9e52786 -r 24ee03cba679 devel/p5-Class-Autouse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Autouse/PLIST Thu Mar 03 04:21:33 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
diff -r e9b8a9e52786 -r 24ee03cba679 devel/p5-Class-Autouse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Autouse/distinfo Thu Mar 03 04:21:33 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/03 04:21:33 epg Exp $
+
+SHA1 (Class-Autouse-1.16.tar.gz) = 171e25bc291b9fa6fabbcaa99d64f872d2af7d9e
+Size (Class-Autouse-1.16.tar.gz) = 27144 bytes
Home |
Main Index |
Thread Index |
Old Index