pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-HiRes Update to 1.56



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9f9dcee25d5
branches:  trunk
changeset: 470888:b9f9dcee25d5
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Mar 12 19:50:37 2004 +0000

description:
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:

 time/p5-Time-HiRes/Makefile |  15 +++++----------
 time/p5-Time-HiRes/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r f866574aa179 -r b9f9dcee25d5 time/p5-Time-HiRes/Makefile
--- a/time/p5-Time-HiRes/Makefile       Fri Mar 12 19:49:59 2004 +0000
+++ b/time/p5-Time-HiRes/Makefile       Fri Mar 12 19:50:37 2004 +0000
@@ -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@localhost
-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 -r f866574aa179 -r b9f9dcee25d5 time/p5-Time-HiRes/distinfo
--- a/time/p5-Time-HiRes/distinfo       Fri Mar 12 19:49:59 2004 +0000
+++ b/time/p5-Time-HiRes/distinfo       Fri Mar 12 19:50:37 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index