Initial import of Parallel-Forker-1.221

Parallel::Forker manages parallel processes that are either subroutines
or system commands. Forker supports most of the features in all the other
little packages out there, with the addition of being able to specify
complicated expressions to determine which processes run after others, or
run when others fail.
This commit is contained in:
sturm 2007-09-01 06:59:19 +00:00
parent 6dbc443fb7
commit b01d1a6cd1
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/01 06:59:19 sturm Exp $
COMMENT= parallel job forking and management
DISTNAME= Parallel-Forker-1.221
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::sysutils/p5-Proc-ProcessTable
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Parallel-Forker-1.221.tar.gz) = xIAmZ1CzJLRXvOImsTkWKw==
RMD160 (Parallel-Forker-1.221.tar.gz) = lOsSRRC+G/mc1l9KJ0JGJsnfcRM=
SHA1 (Parallel-Forker-1.221.tar.gz) = hjl1/gtr99+3VRF4qPAtX492y+I=
SHA256 (Parallel-Forker-1.221.tar.gz) = eHMLAtl9Dw/dc9AkuUtT65WUUF+8OgOJ8Xw6X0tYoF0=
SIZE (Parallel-Forker-1.221.tar.gz) = 15944

View File

@ -0,0 +1,5 @@
Parallel::Forker manages parallel processes that are either subroutines
or system commands. Forker supports most of the features in all the other
little packages out there, with the addition of being able to specify
complicated expressions to determine which processes run after others, or
run when others fail.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/01 06:59:19 sturm Exp $
${P5SITE}/Parallel/
${P5SITE}/Parallel/Forker/
${P5SITE}/Parallel/Forker.pm
${P5SITE}/Parallel/Forker/Process.pm
@man man/man3p/Parallel::Forker.3p
@man man/man3p/Parallel::Forker::Process.3p