diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 19:58:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 19:58:09 +0000 |
commit | abdea3ed781db2a9bb4ff19e69be5708d62a8f5b (patch) | |
tree | c3229d47d7bd52abf96ee41ae8d10acdb7a5902f /devel | |
parent | 85f20ac2faa73e7ac7e123a070ee39c9c8a070da (diff) | |
download | pkgsrc-abdea3ed781db2a9bb4ff19e69be5708d62a8f5b.tar.gz |
Initial import of p5-prefork-0.04:
The prefork pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code
as possible.
The prefork.pm is intended to serve as a central and optional
marshalling point for state detection (are we running in procedural
or pre-forking mode) and to act as a relatively light-weight module
loader.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-prefork/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-prefork/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-prefork/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-prefork/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-prefork/DESCR b/devel/p5-prefork/DESCR new file mode 100644 index 00000000000..3ebf2f3cf85 --- /dev/null +++ b/devel/p5-prefork/DESCR @@ -0,0 +1,8 @@ +The prefork pragma is intended to allow module writers to optimise +module loading for both scenarios with as little additional code +as possible. + +The prefork.pm is intended to serve as a central and optional +marshalling point for state detection (are we running in procedural +or pre-forking mode) and to act as a relatively light-weight module +loader. diff --git a/devel/p5-prefork/Makefile b/devel/p5-prefork/Makefile new file mode 100644 index 00000000000..f82cdd2b2bf --- /dev/null +++ b/devel/p5-prefork/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 19:58:09 wiz Exp $ +# + +DISTNAME= prefork-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/ADAMK/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/prefork/ +COMMENT= Optimize module loading across forking and non-forking scenarios + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/prefork/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-prefork/PLIST b/devel/p5-prefork/PLIST new file mode 100644 index 00000000000..7471494fbfe --- /dev/null +++ b/devel/p5-prefork/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 19:58:09 wiz Exp $ diff --git a/devel/p5-prefork/distinfo b/devel/p5-prefork/distinfo new file mode 100644 index 00000000000..13beaaecb87 --- /dev/null +++ b/devel/p5-prefork/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/24 19:58:09 wiz Exp $ + +SHA1 (prefork-0.04.tar.gz) = de28e94c0f24d05743088287a878c96c1671d5e0 +RMD160 (prefork-0.04.tar.gz) = 1f11ddce357b9acb0df69b9c7677a662764cbf33 +Size (prefork-0.04.tar.gz) = 22312 bytes |