From b01d1a6cd1decc5979e04eaa806009ef0dff8377 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 1 Sep 2007 06:59:19 +0000 Subject: [PATCH] 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. --- devel/p5-Parallel-Forker/Makefile | 20 ++++++++++++++++++++ devel/p5-Parallel-Forker/distinfo | 5 +++++ devel/p5-Parallel-Forker/pkg/DESCR | 5 +++++ devel/p5-Parallel-Forker/pkg/PLIST | 7 +++++++ 4 files changed, 37 insertions(+) create mode 100644 devel/p5-Parallel-Forker/Makefile create mode 100644 devel/p5-Parallel-Forker/distinfo create mode 100644 devel/p5-Parallel-Forker/pkg/DESCR create mode 100644 devel/p5-Parallel-Forker/pkg/PLIST diff --git a/devel/p5-Parallel-Forker/Makefile b/devel/p5-Parallel-Forker/Makefile new file mode 100644 index 00000000000..6d0683639b7 --- /dev/null +++ b/devel/p5-Parallel-Forker/Makefile @@ -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 diff --git a/devel/p5-Parallel-Forker/distinfo b/devel/p5-Parallel-Forker/distinfo new file mode 100644 index 00000000000..b287d27a2f8 --- /dev/null +++ b/devel/p5-Parallel-Forker/distinfo @@ -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 diff --git a/devel/p5-Parallel-Forker/pkg/DESCR b/devel/p5-Parallel-Forker/pkg/DESCR new file mode 100644 index 00000000000..93d79dbaaf1 --- /dev/null +++ b/devel/p5-Parallel-Forker/pkg/DESCR @@ -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. diff --git a/devel/p5-Parallel-Forker/pkg/PLIST b/devel/p5-Parallel-Forker/pkg/PLIST new file mode 100644 index 00000000000..c5b433b26cb --- /dev/null +++ b/devel/p5-Parallel-Forker/pkg/PLIST @@ -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