summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-SmallProf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-20Update p5-Devel-SmallProf to version 1.15bad1-2/+3
Changes since 0.9: 1.15 1 Nov 2003 - call subs on the right context (void/scalar/array) 1.14 31 Oct 2003 - time function from Time::HiRes was not being used! - suppress warning messages 1.13 31 Oct 2003 - support for SMALLPROF_CONFIG - add grep-mode output - eliminate DB::sub overhead under perl 5.8.0 or newer (feature commented out) 1.12 31 Oct 2003 - Compensate DB::dub overhead (patch by Chris Sander) - README changed to follow current uses 1.11 19 May 2003 - version number bumped to 1.xx because 0.9 > 0.10 0.10 19 May 2003 - Fixed to work under perl 5.8.0 - test file names changed to be more Windows friendly
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-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-12-30no need for leading 0 in version number of DEPENDS.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-07-05Adapt to new location of "p5-Time-HiRes" package.tron1-2/+2
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-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-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-26Update to 0.9abs1-3/+3
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 easyjlam1-4/+5
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".
1998-11-26Devel::SmallProf a line-by-line profiler for Perl programs.bad1-0/+19