| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
0.13_2
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
03 Jul 2011 14:59:23
0.13_2
|
ohauer  |
-remove MD5 |
28 Jan 2010 23:45:30
0.13_2
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 15).
Approved by: portmgr (itetcu) |
21 Nov 2009 11:37:54
0.13_1
|
miwi  |
- Fix RUN_DEPENDS
PR: 140307
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer) |
05 Nov 2009 07:55:23
0.13
|
wen  |
Devel::Size can only report the size of a single element or the total size of a
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> |