summaryrefslogtreecommitdiff
path: root/devel/p5-Parallel-Prefork
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-16 03:55:42 +0000
committerseb <seb@pkgsrc.org>2010-04-16 03:55:42 +0000
commit29ac9168cc404c114b0043bb869020600543a5da (patch)
tree4c1817bc55da1ca7631c108adf7ff71ad38c6bd3 /devel/p5-Parallel-Prefork
parente7cb0437505fc29798c7471dfeea18c25518b433 (diff)
downloadpkgsrc-29ac9168cc404c114b0043bb869020600543a5da.tar.gz
Initial import of p5-Parallel-Prefork version 0.08 in the NetBSD
Packages Collection. The Perl 5 module Parallel::Prefork provides a simple prefork server framework. It is is much like Parallel::ForkManager, but supports graceful shutdown and run-time reconfiguration.
Diffstat (limited to 'devel/p5-Parallel-Prefork')
-rw-r--r--devel/p5-Parallel-Prefork/DESCR3
-rw-r--r--devel/p5-Parallel-Prefork/Makefile25
-rw-r--r--devel/p5-Parallel-Prefork/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Parallel-Prefork/DESCR b/devel/p5-Parallel-Prefork/DESCR
new file mode 100644
index 00000000000..5d8515036b9
--- /dev/null
+++ b/devel/p5-Parallel-Prefork/DESCR
@@ -0,0 +1,3 @@
+The Perl 5 module Parallel::Prefork provides a simple prefork server
+framework. It is is much like Parallel::ForkManager, but supports
+graceful shutdown and run-time reconfiguration.
diff --git a/devel/p5-Parallel-Prefork/Makefile b/devel/p5-Parallel-Prefork/Makefile
new file mode 100644
index 00000000000..0b3261bd808
--- /dev/null
+++ b/devel/p5-Parallel-Prefork/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 03:55:42 seb Exp $
+#
+
+DISTNAME= Parallel-Prefork-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= parallel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parallel/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/Parallel-Prefork/
+COMMENT= Perl 5 simple prefork server framework
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Parallel/Prefork/.packlist
+
+DEPENDS+= p5-Class-Accessor>=0.31:../../devel/p5-Class-Accessor
+DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Proc-Wait3>=0.03:../../devel/p5-Proc-Wait3
+DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Parallel-Prefork/distinfo b/devel/p5-Parallel-Prefork/distinfo
new file mode 100644
index 00000000000..23ab0e7b0a9
--- /dev/null
+++ b/devel/p5-Parallel-Prefork/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/16 03:55:42 seb Exp $
+
+SHA1 (Parallel-Prefork-0.08.tar.gz) = 681b9529f3bd7d5a7cf1878a96bc571be5049a98
+RMD160 (Parallel-Prefork-0.08.tar.gz) = d0d5af9214d8c1c846dcdd75c6c8d7e079d67ad2
+Size (Parallel-Prefork-0.08.tar.gz) = 6694 bytes