Import p5-Proc-Fork, a simple, intuitive interface to the fork() system call

ok bluhm@

This module provides an intuitive, Perl-ish way to write forking
programs by letting you use blocks to illustrate which code section
executes in which fork. The code for the parent, child, retry handler
and error handler are grouped together in a "fork block".
This commit is contained in:
giovanni 2016-10-06 05:52:09 +00:00
parent f3ebf4c308
commit f67fafb600
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/10/06 05:52:09 giovanni Exp $
COMMENT = simple, intuitive interface to the fork() system call
DISTNAME = Proc-Fork-0.804
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Exporter-Tidy
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Proc-Fork-0.804.tar.gz) = Cl/X5frL0hhy+6chimRTXRuDOpxzCt0mx+cp9D3/2s0=
SIZE (Proc-Fork-0.804.tar.gz) = 14561

View File

@ -0,0 +1,4 @@
This module provides an intuitive, Perl-ish way to write forking
programs by letting you use blocks to illustrate which code section
executes in which fork. The code for the parent, child, retry handler
and error handler are grouped together in a "fork block".

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/10/06 05:52:09 giovanni Exp $
${P5SITE}/Proc/
${P5SITE}/Proc/Fork.pm
@man man/man3p/Proc::Fork.3p