diff options
author | abs <abs@pkgsrc.org> | 2001-01-26 09:54:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-01-26 09:54:37 +0000 |
commit | 99cc15b9de6d9c0bbd77dccc46ed75e736782cf3 (patch) | |
tree | 71e7a626e3f8948fedb39a30c48ebcf181441cfe | |
parent | 2a57f033ca19b51de7406a5a140f5a969eae1395 (diff) | |
download | pkgsrc-99cc15b9de6d9c0bbd77dccc46ed75e736782cf3.tar.gz |
Update to 0.9
Changes since 0.5:
0.9 8 Aug 2000
- Fixed up test suite to work under 5.6.0.
0.8 26 Jul 2000
- Made SmallProf -w-clean (at least so far as I can tell :-)
0.7 28 Jul 1999
- Some cleanup on sub profiling and locales
- fixed up and added some tests
0.6 11 Jul 1999
- Cleanup on part4.t and part1.t (Thanks!)
- Removed special Win32 support as Time::HiRes now works on Win32
- Fixed a bug in sub sub where $1 and $2 were getting clobbered.
- Increased size of execution count column
- Added CPU times
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index 2dbc4444504..7f4b9fc2219 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:05 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/26 09:54:37 abs Exp $ # -DISTNAME= Devel-SmallProf-0.5 +DISTNAME= Devel-SmallProf-0.9 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} MAINTAINER= bad@netbsd.org -DEPENDS= p5-Time-HiRes-01.19:../../devel/p5-Time-HiRes +DEPENDS= p5-Time-HiRes>=01.20:../../devel/p5-Time-HiRes USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.packlist diff --git a/devel/p5-Devel-SmallProf/files/md5 b/devel/p5-Devel-SmallProf/files/md5 index 3ae94c905ea..1b9c416130a 100644 --- a/devel/p5-Devel-SmallProf/files/md5 +++ b/devel/p5-Devel-SmallProf/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1998/11/26 18:16:05 bad Exp $ +$NetBSD: md5,v 1.2 2001/01/26 09:54:37 abs Exp $ -MD5 (Devel-SmallProf-0.5.tar.gz) = 9c454033314eaf45273f5f75282c8581 +MD5 (Devel-SmallProf-0.9.tar.gz) = c9e50df36a3ad48fe01071813768d975 |