pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-prefork Initial import of p5-prefork-0.04:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aeb69ae725a
branches:  trunk
changeset: 496241:5aeb69ae725a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 19:58:09 2005 +0000

description:
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:

 devel/p5-prefork/DESCR    |   8 ++++++++
 devel/p5-prefork/Makefile |  18 ++++++++++++++++++
 devel/p5-prefork/PLIST    |   1 +
 devel/p5-prefork/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r fb7e13c57748 -r 5aeb69ae725a devel/p5-prefork/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-prefork/DESCR    Fri Jun 24 19:58:09 2005 +0000
@@ -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 -r fb7e13c57748 -r 5aeb69ae725a devel/p5-prefork/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-prefork/Makefile Fri Jun 24 19:58:09 2005 +0000
@@ -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@localhost
+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 -r fb7e13c57748 -r 5aeb69ae725a devel/p5-prefork/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-prefork/PLIST    Fri Jun 24 19:58:09 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 19:58:09 wiz Exp $
diff -r fb7e13c57748 -r 5aeb69ae725a devel/p5-prefork/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-prefork/distinfo Fri Jun 24 19:58:09 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index