2005-04-11 23:44:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:44 tv Exp $
|
1998-11-26 19:19:50 +01:00
|
|
|
#
|
|
|
|
|
Update p5-Time-HiRes to 1.66.
Changes since 1.59:
1.66
- add nanosleep()
- fix the 'hierachy' typo in Makefile.PL [rt.cpan.org #8492]
- should now build in Solaris [rt.cpan.org #7165] (since 1.64)
- should now build in Cygwin [rt.cpan.org #7535] (since 1.64)
- close also [rt.cpan.org #5933] "Time::HiRes::time does not pick up time adjustments like ntp" since ever reproducing it in the same environment
has become rather unlikely
1.65
- one should not mix u?alarm and sleep (the tests modified
by 1.65, #12 and #13, hung in Solaris), now we just busy
loop executing an empty block
- in the documentation underline the unspecificity of mixing
sleeps and alarms
- small spelling fixes
1.64
- regenerate ppport.h with Devel::PPPort 3.03,
now the MY_CXT_CLONE is defined in ppport.h,
we no more need to do that.
- the test #12 would often hang in sigsuspend() (at least that's
where Mac OS X' ktrace shows it hanging). With the sleep()s
changed to sleep(1)s, the tests still pass but no hang after
a few hundred repeats.
1.63
- Win32 and any ithread build: ppport.h didn't define
MY_CXT_CLONE, which seems to be a Time-HiResism.
1.62
- Skip testing if under PERL_CORE and Time::HiRes has not
been Configured (from Marcus Holland-Moritz, core change
#23246)
- Use ppport.h generated by Devel::PPPort 3.01,
allowing cutting away our own portability code.
- Don't use $ENV{PERL_CORE} for < 5.6.0.
- Don't use "for my $i" for <= 5.003.
- Don't use Pause() for <= 5.003.
- Can't use newSVpvf for <= 5.003.
(most of the changes from Marcus)
1.61
- Win32: reset reading from the performance counters every
five minutes to better track wall clock time (thanks to
PC timers being often quite bad), should help long-running
programs.
1.60
- Win32: Patch from Steve Hay
[PATCH] Re: [perl #30755] [Win32] Different results from Time::HiRes::gettimeofdayunder the debugger
to [perl #30755] reported by Nigel Sandever
- Cygwin: Use the Win32 recalibration code also in Cygwin if the
<w32api/windows.h> APIs are available. Cygwin testing by
Yitzchak Scott-Thoennes.
- Solaris: use -lposix4 to get nanosleep for Solaris 2.6,
after that keep using -lrt, patch from Alan Burlison,
bug reported in [cpan #7165]
2005-01-20 22:07:51 +01:00
|
|
|
DISTNAME= Time-HiRes-1.66
|
2002-11-15 03:50:24 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2004-03-12 20:50:37 +01:00
|
|
|
PKGREVISION= # empty
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5thr
|
2004-03-12 20:50:37 +01:00
|
|
|
CATEGORIES= time perl5
|
1999-04-15 22:39:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
1998-11-26 19:19:50 +01:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= bad@NetBSD.org
|
2004-03-12 20:50:37 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/
|
2003-07-21 19:27:24 +02:00
|
|
|
COMMENT= Perl5 module for high resolution time, sleep, and alarm
|
1998-11-26 19:19:50 +01:00
|
|
|
|
2004-01-05 23:16:24 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2000-08-27 09:10:59 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist
|
1998-11-26 19:19:50 +01:00
|
|
|
|
2002-10-20 19:45:59 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
1998-11-26 19:19:50 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|