1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Parallel::Scoreboard is a pure-perl implementation of a process

scoreboard. By using the module it is easy to create a monitor for
many worker process, like the status module of the Apache HTTP server.

Unlike other similar modules, Parallel::Scoreboard is easy to use and
has no limitation on the format or the length of the statuses to be
stored. Any arbitrary data (like JSON or frozen perl object) can be
saved by the worker processes as their status and read from the
manager process.

WWW: http://search.cpan.org/dist/Parallel-Scoreboard/
This commit is contained in:
Jun Kuriyama 2011-12-31 08:29:14 +00:00
parent 5237b49264
commit 3485e3880e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288311
5 changed files with 53 additions and 0 deletions

View File

@ -2190,6 +2190,7 @@
SUBDIR += p5-Parallel-ForkManager
SUBDIR += p5-Parallel-Iterator
SUBDIR += p5-Parallel-Prefork
SUBDIR += p5-Parallel-Scoreboard
SUBDIR += p5-Params-CallbackRequest
SUBDIR += p5-Params-Check
SUBDIR += p5-Params-Classify

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: Parallel::Scoreboard
# Date created: 31 Dec 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Parallel-Scoreboard
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of scoreboard for monitoring status of many workers
RUN_DEPENDS= \
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Parallel::Scoreboard.3 \
Parallel::Scoreboard::PSGI::App.3 \
Parallel::Scoreboard::PSGI::App::JSON.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Parallel-Scoreboard-0.03.tar.gz) = 49ced2db78e478647cdbd7f77c24d96c2f26d91cd98c31616befe3a709959dc0
SIZE (Parallel-Scoreboard-0.03.tar.gz) = 60146

View File

@ -0,0 +1,11 @@
Parallel::Scoreboard is a pure-perl implementation of a process
scoreboard. By using the module it is easy to create a monitor for
many worker process, like the status module of the Apache HTTP server.
Unlike other similar modules, Parallel::Scoreboard is easy to use and
has no limitation on the format or the length of the statuses to be
stored. Any arbitrary data (like JSON or frozen perl object) can be
saved by the worker processes as their status and read from the
manager process.
WWW: http://search.cpan.org/dist/Parallel-Scoreboard/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/Scoreboard/.packlist
%%SITE_PERL%%/Parallel/Scoreboard.pm
%%SITE_PERL%%/Parallel/Scoreboard/PSGI/App.pm
%%SITE_PERL%%/Parallel/Scoreboard/PSGI/App/JSON.pm
@dirrm %%SITE_PERL%%/Parallel/Scoreboard/PSGI/App
@dirrm %%SITE_PERL%%/Parallel/Scoreboard/PSGI
@dirrm %%SITE_PERL%%/Parallel/Scoreboard
@dirrmtry %%SITE_PERL%%/Parallel
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel/Scoreboard
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parallel