summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-SmallProf
AgeCommit message (Collapse)AuthorFilesLines
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-26Update to 0.9abs2-5/+5
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
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-9/+6
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-3/+3
1998-11-26Devel::SmallProf a line-by-line profiler for Perl programs.bad5-0/+32