diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-12 19:50:37 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-12 19:50:37 +0000 |
commit | 0a3c4fed7b3267de20027f645efa741f038cb7d0 (patch) | |
tree | 7014c485c0bbc557e88bfb52a2209ed0e8c40eea /time | |
parent | acbfe865e30adc7af4b4ce066c682dff6b726828 (diff) | |
download | pkgsrc-0a3c4fed7b3267de20027f645efa741f038cb7d0.tar.gz |
Update to 1.56
It's no longer in category 'devel'.
PERL5_CONFIGURE is already the default if we include module.mk.
No more pre-configure necessary, the maintainer integrated the reported
fix for Solaris.
Relevant changes since 1.52
===========================
1.56
- Give a clearer message if the tests timeout (perl change #22253)
- Don't use /tmp or its moral equivalents (perl bug #15036,
perl change #22258)
1.55
- Windows: ming32 patch from Mike Pomraning (use Perl's Const64()
instead of VC-specific i64 suffix)
1.54
- Solaris: like Tru64 (dec_osf) also Solaris need -lrt for nanosleep
1.53
- Windows: higher resolution time() by using the Windows
performance counter API, from Jan Dubois and Anton Shcherbinin.
The exact new higher resolution depends on the hardware,
but it should be quite a bit better than using the basic
Windows timers.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 15 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 6 |
2 files changed, 8 insertions, 13 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index 764ce6796cc..ae0573d77a4 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,27 +1,22 @@ -# $NetBSD: Makefile,v 1.13 2004/01/05 22:16:25 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/12 19:50:37 heinz Exp $ # -DISTNAME= Time-HiRes-1.52 +DISTNAME= Time-HiRes-1.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= # empty SVR4_PKGNAME= p5thr -CATEGORIES= devel perl5 +CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} MAINTAINER= bad@NetBSD.org -HOMEPAGE= http://search.cpan.org/author/JHI/Time-HiRes/ +HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/ COMMENT= Perl5 module for high resolution time, sleep, and alarm PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist -pre-configure: - @ # On Solaris link against librt to pull in nanosleep - @ ${ECHO} "\$$self->{LIBS} = ['-lrt'];" >> ${WRKSRC}/hints/solaris.pl - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index 9db6287f25f..a27fe43853e 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/12/03 10:52:27 chris Exp $ +$NetBSD: distinfo,v 1.8 2004/03/12 19:50:37 heinz Exp $ -SHA1 (Time-HiRes-1.52.tar.gz) = 8a3df5c7c22a43b4e8105045036d3c4093aa48a4 -Size (Time-HiRes-1.52.tar.gz) = 28740 bytes +SHA1 (Time-HiRes-1.56.tar.gz) = d7f0a1fcf26a7b1be1bf06bd405dba84328139ad +Size (Time-HiRes-1.56.tar.gz) = 29609 bytes |