Thread::Pool::Simple provides a simple thread-pool implementaion without

external dependencies outside core modules.

Jobs can be submitted to and handled by multi-threaded `workers' managed
by the pool.
This commit is contained in:
Andrej Zverev 2007-07-31 19:19:26 +00:00
parent ff89f3b900
commit f570c27bb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196850
5 changed files with 46 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@
SUBDIR += p5-Text-LevenshteinXS
SUBDIR += p5-Text-vFile-asData
SUBDIR += p5-Thread-Apartment
SUBDIR += p5-Thread-Pool-Simple
SUBDIR += p5-Thread-Queue-Duplex
SUBDIR += p5-Tie-Array-Pack
SUBDIR += p5-Tie-Array-Sorted

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Thread-Pool-Simple
# Date created: 2007-07-31
# Whom: Andrej Zverev <az@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Thread-Pool-Simple
PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Thread
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple thread-pool implementaion
PERL_CONFIGURE= yes
MAN3= Thread::Pool::Simple.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Thread-Pool-Simple-0.23.tar.gz) = 49f5526dded82f4375035e46e49e3c7d
SHA256 (Thread-Pool-Simple-0.23.tar.gz) = e7b6c94deb90682edb11e70927dd85dafcf0ec2bc09c914fff9a3aa0b18731fd
SIZE (Thread-Pool-Simple-0.23.tar.gz) = 4660

View File

@ -0,0 +1,7 @@
Thread::Pool::Simple provides a simple thread-pool implementaion without
external dependencies outside core modules.
Jobs can be submitted to and handled by multi-threaded `workers' managed
by the pool.
WWW: http://search.cpan.org/dist/Thread-Pool-Simple/

View File

@ -0,0 +1,7 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Pool/Simple/.packlist
%%SITE_PERL%%/Thread/Pool/Simple.pm
@dirrmtry %%SITE_PERL%%/Thread/Pool
@dirrmtry %%SITE_PERL%%/Thread
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Pool
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread