Path to this page:
./
devel/p5-Parallel-ForkManager,
Simple parallel processing fork manager
Branch: CURRENT,
Version: 2.02nb2,
Package name: p5-Parallel-ForkManager-2.02nb2,
Maintainer: pkgsrc-usersThis module is intended for use in operations that can be done in
parallel where the number of processes to be forked off should be
limited. Typical use is a downloader which will be retrieving
hundreds/thousands of files.
Required to run:[
lang/perl5] [
devel/p5-Moo]
Required to build:[
devel/p5-Test-Warn] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 729dafd68d35ee76acded56d41d9bdd8075cb90e
RMD160: 3cda3e02f8d15ee1e6768db66f6732f736e04d3a
Filesize: 32.673 KB
Version history: (Expand)
- (2020-09-01) Updated to version: p5-Parallel-ForkManager-2.02nb2
- (2019-08-11) Updated to version: p5-Parallel-ForkManager-2.02nb1
- (2018-11-24) Updated to version: p5-Parallel-ForkManager-2.02
- (2018-08-22) Updated to version: p5-Parallel-ForkManager-1.20nb1
- (2018-08-21) Updated to version: p5-Parallel-ForkManager-1.20
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-11-24 13:08:41 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 2.02
Upstream changes:
2.02 2018-10-08
- Promote to stable release.
[ STATISTICS ]
- code churn: 1 file changed, 9 insertions(+), 1 deletion(-)
2.01 2018-08-23
[ ENHANCEMENTS ]
- add 'child_role' attribute for customization.
[ STATISTICS ]
- code churn: 2 files changed, 53 insertions(+), 4 deletions(-)
2.00 2018-08-22 (TRIAL)
[ API CHANGES ]
- Change the guts to be Moo-based. (GH#24)
[ STATISTICS ]
- code churn: 5 files changed, 240 insertions(+), 89 deletions(-)
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-21 13:19:39 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Parallel-ForkManager: update to 1.20.
1.20 2018-07-18
[ DOCUMENTATION ]
- Add section about rand() and forked processes. (GH#22)
[ ENHANCEMENTS ]
- Expand abbreviations in error messages. (GH#14, Ricardo Signes)
- Rename variables and simplify `_waitpid` signature. (GH#14, Ricardo
Signes)
[ STATISTICS ]
- code churn: 6 files changed, 80 insertions(+), 33 deletions(-)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-08-27 14:40:44 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Updated devel/p5-Parallel-ForkManager to 1.19
---------------------------------------------
1.19 2016-06-28
[ DOCUMENTATION ]
- Typo fixes. (GH#10)
- Add short discussion on security about the information passing via
files between master/children processes.
- Document the problem between PerlIO::fzip and fork(). (GH#11)
[ ENHANCEMENTS ]
- New way to spawn workers via 'start_child'.
[ STATISTICS ]
- code churn: 4 files changed, 114 insertions(+), 5 deletions(-)
1.18 2016-03-29
[ BUG FIXES ]
- Storage file between child and parent could have the wrong name,
because $$ was used instead of parent_pid. (GH#9, reported by Lucien
Coffe)
[ STATISTICS ]
- code churn: 4 files changed, 37 insertions(+), 4 deletions(-)
1.17 2015-11-28
- Up Test::More's dependency version to v0.94 (because of 'subtest').
(GH#8, mauke)
[ STATISTICS ]
- code churn: 3 files changed, 88 insertions(+), 70 deletions(-)
1.16 2015-10-08
- wait_one_child wasn't waiting at all. (RT#107634, Slaven Rezic, Yanick)
[ STATISTICS ]
- code churn: 10 files changed, 517 insertions(+), 461 deletions(-)
(pkgsrc change)
- Add BUILD_DEPENDS+= p5-Test-Warn-[0-9]* for make test
|