Commit graph

13 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
c40121cedb (pkgsrc)
- Add dependency to p5-Signal-Mask-[0-9]*:../../devel/p5-Signal-Mask
(upstream)
 - update 0.13 to 0.17
------------------
0.17
        - fix the broken $pm->wait_all_children with timeout
0.16
        - $pm->wait_all_children takes an optional argument specifying
	a timeout value (in seconds) (by karupanerura)
0.15
        - fix bug in Parallel::Prefork::SpareWorkers that did not spawn
	proceses up to the given maximum number

        - fix crash in Parallel::Prefork::SpareWorkers when it receives
	a signal while reading the status file (by Perlover)
0.14
        - fix doc issues
2015-02-14 09:58:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
abs
0643df7005 Updated devel/p5-Parallel-Prefork to 0.13
0.13
    - repackage 0.12 (tar xf fails with 0.12 on some platforms)

0.12
    - support for pre/post fork callbacks
2012-01-22 19:45:24 +00:00
hiramatsu
f442772fc5 Depend on devel/p5-Class-Accessor-Lite.
Increment PKGREVISION.
2011-10-27 12:23:12 +00:00
adam
c9364cbd63 Changes 0.11:
* suppress warning in perl < 5.10

Changes 0.10:
* support new style: $pm->start(sub { ... })
* collect zombie processes without any delay when spawn_interval is nonzero
* do not sleep spawn_interval seconds when a worker process exits non-zero and
  if err_repawn_interval < spawn_interval

Changes 0.09:
* support for slow startup (with the new spawn_interval parameter) and slow
  shutdown (by passing arrayrefs as values of the trap_signals hashref)
2011-08-30 06:45:43 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
2262e7f9a7 Fix HOMEPAGE 2010-04-16 04:16:54 +00:00
seb
5564c537f1 Initial import of p5-Parallel-Prefork version 0.08 in the NetBSD
Packages Collection.

The Perl 5 module Parallel::Prefork provides a simple prefork server
framework. It is is much like Parallel::ForkManager, but supports
graceful shutdown and run-time reconfiguration.
2010-04-16 03:55:42 +00:00