SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
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