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:
parent
f3ebf4c308
commit
f67fafb600
18
devel/p5-Proc-Fork/Makefile
Normal file
18
devel/p5-Proc-Fork/Makefile
Normal 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>
|
2
devel/p5-Proc-Fork/distinfo
Normal file
2
devel/p5-Proc-Fork/distinfo
Normal 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
|
4
devel/p5-Proc-Fork/pkg/DESCR
Normal file
4
devel/p5-Proc-Fork/pkg/DESCR
Normal 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".
|
4
devel/p5-Proc-Fork/pkg/PLIST
Normal file
4
devel/p5-Proc-Fork/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user