SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
sysutils/p5-Proc-Queue/Makefile
Normal file
14
sysutils/p5-Proc-Queue/Makefile
Normal 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>
|
2
sysutils/p5-Proc-Queue/distinfo
Normal file
2
sysutils/p5-Proc-Queue/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Proc-Queue-1.23.tar.gz) = OspOKka1wBSYpEZgenPyyRIRGKWM1nCz3yhba8oNPxw=
|
||||
SIZE (Proc-Queue-1.23.tar.gz) = 8830
|
6
sysutils/p5-Proc-Queue/pkg/DESCR
Normal file
6
sysutils/p5-Proc-Queue/pkg/DESCR
Normal 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.
|
3
sysutils/p5-Proc-Queue/pkg/PLIST
Normal file
3
sysutils/p5-Proc-Queue/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Proc/
|
||||
${P5SITE}/Proc/Queue.pm
|
||||
@man man/man3p/Proc::Queue.3p
|
Loading…
Add table
Add a link
Reference in a new issue