1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add p5-POE-Component-JobQueue

POE::Component::JobQueue manages a finite pool of worker sessions as
they handle an arbitrarily large number of tasks.

PR:		32778
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao 2001-12-13 12:12:37 +00:00
parent e890501d35
commit 03f0ef55d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51480
6 changed files with 45 additions and 0 deletions

View File

@ -396,6 +396,7 @@
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-ORBit
SUBDIR += p5-POE
SUBDIR += p5-POE-Component-JobQueue
SUBDIR += p5-POE-Component-Pcap
SUBDIR += p5-POE-Component-RSS
SUBDIR += p5-PV

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: POE-Component-JobQueue
# Date created: 10 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-JobQueue
PORTVERSION= 0.51
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://poe.perl.org/poedown/
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::JobQueue.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-JobQueue-0.51.tar.gz) = f72a5ad34446e51f1443c8d950f94565

View File

@ -0,0 +1 @@
POE component for processing large numbers of tasks with finite numbers of workers

View File

@ -0,0 +1,9 @@
POE::Component::JobQueue manages a finite pool of worker sessions as
they handle an arbitrarily large number of tasks. It often is used as
a form of flow control, preventing a large group of tasks from
exhausting some sort of resource.
WWW: http://search.cpan.org/search?dist=POE-Component-JobQueue
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/JobQueue.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/JobQueue
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true