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,14 @@
COMMENT= limits the number of forked concurrent processes
DISTNAME= Proc-Queue-1.23
REVISION= 1
CATEGORIES= sysutils
MODULES= cpan
PKG_ARCH= *
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# Perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Proc-Queue-1.23.tar.gz) = OspOKka1wBSYpEZgenPyyRIRGKWM1nCz3yhba8oNPxw=
SIZE (Proc-Queue-1.23.tar.gz) = 8830

View file

@ -0,0 +1,6 @@
Proc::Queue limits the number of forked processes that can be running
concurrently.
This module lets you parallelise a perl program using the fork, exit,
wait and waitpid calls as usual but without taking care of creating too
many processes and overloading the machine.

View file

@ -0,0 +1,3 @@
${P5SITE}/Proc/
${P5SITE}/Proc/Queue.pm
@man man/man3p/Proc::Queue.3p