SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = simple, intuitive interface to the fork() system call
DISTNAME = Proc-Fork-0.808
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = 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.808.tar.gz) = P2jBopePBd8immCOlekfSq+DToQNWIIVZE2Plmn/mc4=
SIZE (Proc-Fork-0.808.tar.gz) = 15155

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,3 @@
${P5SITE}/Proc/
${P5SITE}/Proc/Fork.pm
@man man/man3p/Proc::Fork.3p