Commit graph

14 commits

Author SHA1 Message Date
mef
ac3686a861 Update to 1.15
---------------
1.15 2015.07.08
    - test's watchdog actually exit if it's being hit. (RT#105747, Zefram)
    - condition to catch children reaped by external forces
      improved. (RT#105748, Zefram + Yanick)
2015-09-06 03:34:22 +00:00
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
a46b7d5d49 Update 1.12 to 1.14
-------------------
1.14 2015.05.17
    - Add 'reap_finished_children', 'is_child' and 'is_parent'. (GH#6, Nine bit)

1.13 2015.05.11
    - Use 'select' instead of sleep in _waitpid_blocking. (GH#5)
2015-05-23 00:31:20 +00:00
mef
df8032d33e Update to 1.12
--------------
1.12 2015.02.23
    - Allow to use true blocking calls. (RT#102305)
2015-03-15 23:51:30 +00:00
mef
01dc124d9a (pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
  - Update 0.79 to 1.11
-------------------
1.11 2015.01.30
    - Promote to non-dev release.

1.10_2 2015.01.25
    - Put the problematic test as a TODO.

1.10_1 2015.01.22
    - Increase timeouts in test to address FreeBSD failures.

1.09 2015.01.08
    - Test was failing on Windows platforms. (Yanick Champoux)

1.08 2015.01.07
    - New helper functions 'max_procs', 'running_procs' and
        'wait_for_available_procs'. GH#4 (Yanick Champoux)
    - Play nicer with calls to 'waitpid' done outside of P::FM.
        GH#3 (Yanick Champoux)

1.07 2014.11.10
    - Increase minimal Test::Simple requirement RT #92801
    - Implement better style and practices in the examples in the POD.
      (Shlomi Fish)

1.06 Tue Dec 24 22:37:54 2013
    - Remove temporary directory only if it was an automatically
      generated one. Now fixed. (Shoichi Kaji) RT #89590
      (johantheolive)

1.05 Wed Sep 18 10:53:33 2013
    - Remove temporary directory only if it was an automatically
      generated one. (reported by Manuel Jeckelmann)

1.04 Tue Sep  3 09:46:28 2013
    - Require File::Path 2.0 to support Perl 5.8 (Ian Burrell)
    - fix some typos #88358 (David Steinbrunner)
    - documentation fixes #84337 (Damyan Ivanov)

1.03 Wed Mar  6 11:14:13 2013
    - Use second parameter from new() that was unused in the last few released. (Michael Gang)

1.02 Mon Dec 24 13:27:03 2012
    - Fix test for Windows.

1.01 Sun Dec 23 21:30:30 2012
    - Disable utf8 test on Windows where it is a perl bug.
    - Change version number scheme to two parts.

1.0.0 Sun Dec 23 12:25:46 2012
    - Fixing RT 68298 - Insecure /tmp file handling using
        File::Temp::tempdir by John Lightsey (LIGHTSEY)
    - Adding another callback example and several tests
        Gabor Szabo (SZABGAB)
2015-02-14 09:36:07 +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
adam
12899b5045 Changes 0.7.9:
* Exclude the example scripts from getting installed.

Changes 0.7.8:
* Make $VERSION compatible with the most perl versions possible

Changes 0.7.7:
* Small distribution fixes
2011-08-30 06:42:00 +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
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
abs
2fcfad0d57 Added devel/p5-Parallel-ForkManager version 0.7.5
This 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.
2009-06-09 17:23:20 +00:00