diff options
author | sno <sno> | 2009-02-25 20:59:56 +0000 |
---|---|---|
committer | sno <sno> | 2009-02-25 20:59:56 +0000 |
commit | 667db67b6196264b38d5296a42dbd19007292983 (patch) | |
tree | 5e82cce26583a6104051609d5d7cdcb61e28ea2d /time/p5-Time-HiRes | |
parent | c2366e5794508023d77dabc6901cccb2e14e4530 (diff) | |
download | pkgsrc-667db67b6196264b38d5296a42dbd19007292983.tar.gz |
Upstream changes:
1.9719 [2009-01-04]
- As with QNX, Haiku has the API of interval timers but not
the implementation (bleadperl change #34630), hence skip
the tests, via David Mitchell.
1.9718 [2008-12-31]
- .xs code cleanup from Albert Dvornik
- in the #39 and #40 do not do us I did, mixing alarm() and
sleep(). Now instead spin until enough time has passed.
1.9717 [2008-12-30]
- Skip the tests added in 1.9716 (#39, #40) if there's no subsecond
alarm capability, like with the older subsecond alarm tests
1.9716 [2008-12-26]
- Change documentation to agree with reality: there are
no interval timers in Win32.
- Address [rt.cpan.org #35899] (problem in subsecond sleeps),
add two tests to guard against this problem
- Address [rt.cpan.org #36600] 'Division by zero' failure in test suite
- Address [rt.cpan.org #37340] [PATCH] Address timer process in test
- Address [rt.cpan.org#40311 ] bad implementation of hrt_usleep
with TIME_HIRES_NANOSLEEP
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index d0251ac2d39..1e0967fd013 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.26 2009/02/25 20:59:56 sno Exp $ -DISTNAME= Time-HiRes-1.9715 +DISTNAME= Time-HiRes-1.9719 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 SVR4_PKGNAME= p5thr diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index 168b64c01e2..da9d3f00234 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2008/05/28 21:08:15 abs Exp $ +$NetBSD: distinfo,v 1.15 2009/02/25 20:59:56 sno Exp $ -SHA1 (Time-HiRes-1.9715.tar.gz) = 8eeb8cc2cb4e6e2fd3c7a81cf44ac6ad9d2e5015 -RMD160 (Time-HiRes-1.9715.tar.gz) = 2fed72cd3cb807a98cd944b80657f8eb31f117d4 -Size (Time-HiRes-1.9715.tar.gz) = 86901 bytes +SHA1 (Time-HiRes-1.9719.tar.gz) = 800f3c97491706824dd1b946d417807b813bb56a +RMD160 (Time-HiRes-1.9719.tar.gz) = 3e56602cc5dddac6204e12c48d215acf222ff13e +Size (Time-HiRes-1.9719.tar.gz) = 87541 bytes |