summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Profile
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-05Update p5-Devel-Profile from version 1.03 to 1.04.he2-6/+6
Change HOMEPAGE to author-independent URL on search.cpan.org. Change log: 1.04 [2004 Apr 29] regex issue
2004-04-27Convert to buildlink3.snj1-2/+2
2003-12-30Initial import of p5-Devel-Profile-1.03 into the NetBSD packagesgrant4-0/+28
collection. The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.