aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Pool-Simple
Commit message (Collapse)AuthorAgeFilesLines
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-231-1/+1
| | | | Notes: svn path=/head/; revision=213563
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Fix pkg-plistTilman Keskinoz2007-08-081-0/+1
| | | | Notes: svn path=/head/; revision=197334
* Thread::Pool::Simple provides a simple thread-pool implementaion withoutAndrej Zverev2007-07-314-0/+45
external dependencies outside core modules. Jobs can be submitted to and handled by multi-threaded `workers' managed by the pool. Notes: svn path=/head/; revision=196850