pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-AutoLoader Import p5-AutoLoader version 5.66.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e386868ef6a7
branches: trunk
changeset: 545726:e386868ef6a7
user: he <he%pkgsrc.org@localhost>
date: Mon Aug 11 13:06:47 2008 +0000
description:
Import p5-AutoLoader version 5.66.
The AutoLoader module works with the AutoSplit module and the
__END__ token to defer the loading of some subroutines until they
are used rather than loading them all at once.
To use AutoLoader, the author of a module has to place the definitions
of subroutines to be autoloaded after an __END__ token. (See
perldata.) The AutoSplit module can then be run manually to extract
the definitions into individual files auto/funcname.al.
diffstat:
devel/p5-AutoLoader/DESCR | 8 ++++++++
devel/p5-AutoLoader/Makefile | 20 ++++++++++++++++++++
devel/p5-AutoLoader/distinfo | 5 +++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 56d9dcd39f30 -r e386868ef6a7 devel/p5-AutoLoader/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AutoLoader/DESCR Mon Aug 11 13:06:47 2008 +0000
@@ -0,0 +1,8 @@
+The AutoLoader module works with the AutoSplit module and the
+__END__ token to defer the loading of some subroutines until they
+are used rather than loading them all at once.
+
+To use AutoLoader, the author of a module has to place the definitions
+of subroutines to be autoloaded after an __END__ token. (See
+perldata.) The AutoSplit module can then be run manually to extract
+the definitions into individual files auto/funcname.al.
diff -r 56d9dcd39f30 -r e386868ef6a7 devel/p5-AutoLoader/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AutoLoader/Makefile Mon Aug 11 13:06:47 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/11 13:06:47 he Exp $
+#
+
+DISTNAME= AutoLoader-5.66
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5aul
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AutoLoader/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/AutoLoader/
+COMMENT= Perl automatic module loader
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/AutoLoader/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56d9dcd39f30 -r e386868ef6a7 devel/p5-AutoLoader/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-AutoLoader/distinfo Mon Aug 11 13:06:47 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/11 13:06:47 he Exp $
+
+SHA1 (AutoLoader-5.66.tar.gz) = e1391b62125df3b8e6b5ca6fbacde6594b39e42b
+RMD160 (AutoLoader-5.66.tar.gz) = b0273a90fe1d99f478e0213c4664a22bdb825707
+Size (AutoLoader-5.66.tar.gz) = 27561 bytes
Home |
Main Index |
Thread Index |
Old Index