Initial import of p5-Class-Autouse 1.16

This module allows you to specify a class the will only load when a
method of that class is called.
This commit is contained in:
kevlo 2005-03-09 03:09:19 +00:00
parent 2de1ebb235
commit 6c1e1321f9
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/09 03:09:19 kevlo Exp $
COMMENT= "run-time class loading on first method call"
DISTNAME= Class-Autouse-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
post-patch:
@perl -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Class-Autouse-1.16.tar.gz) = 7258938f734b3a308b7b6bd389ae61f8
RMD160 (Class-Autouse-1.16.tar.gz) = 64d95e1caa426aaafe4f50a0e7de4a2ad9857c12
SHA1 (Class-Autouse-1.16.tar.gz) = 171e25bc291b9fa6fabbcaa99d64f872d2af7d9e
SIZE (Class-Autouse-1.16.tar.gz) = 27144

View File

@ -0,0 +1,4 @@
Class::Autouse allows you to specify a class the 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.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/09 03:09:19 kevlo Exp $
${P5SITE}/Class/
${P5SITE}/Class/Autouse/
${P5SITE}/Class/Autouse.pm
${P5SITE}/Class/Autouse/Parent.pm
@man man/man3p/Class::Autouse.3p