aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Size-Report
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-281-4/+2
| | | | | | | | | (part 15). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248780
* - Fix RUN_DEPENDSMartin Wilke2009-11-211-0/+2
| | | | | | | | PR: 140307 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer) Notes: svn path=/head/; revision=244597
* Devel::Size can only report the size of a single element or the total size of aWen Heping2009-11-054-0/+54
structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full control over how the generated text report looks like, and where you want to output it. In addition, the method track_size allows you to get at the raw data that is used to generate the report for even more flexibility. WWW: http://search.cpan.org/dist/Devel-Size-Report/ PR: ports/140277 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> Notes: svn path=/head/; revision=243821