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:
parent
6dbc443fb7
commit
b01d1a6cd1
20
devel/p5-Parallel-Forker/Makefile
Normal file
20
devel/p5-Parallel-Forker/Makefile
Normal 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>
|
5
devel/p5-Parallel-Forker/distinfo
Normal file
5
devel/p5-Parallel-Forker/distinfo
Normal 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
|
5
devel/p5-Parallel-Forker/pkg/DESCR
Normal file
5
devel/p5-Parallel-Forker/pkg/DESCR
Normal 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.
|
7
devel/p5-Parallel-Forker/pkg/PLIST
Normal file
7
devel/p5-Parallel-Forker/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user