import p5-Devel-Size-Report 0.13

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.

ok sthen@
This commit is contained in:
jasper 2011-06-22 08:31:14 +00:00
parent 13c1ce9a25
commit 5e4af69067
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/22 08:31:14 jasper Exp $
COMMENT= generate a size report for all elements in a structure
DISTNAME= Devel-Size-Report-0.13
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
RUN_DEPENDS= devel/p5-Array-RefElem \
devel/p5-Devel-Size
USE_GROFF= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Devel-Size-Report-0.13.tar.gz) = ig7cxa6XlAW7SOYE0AIzdw==
RMD160 (Devel-Size-Report-0.13.tar.gz) = Or2nPYsqaKbQ1XBDVs3ekxnXPeg=
SHA1 (Devel-Size-Report-0.13.tar.gz) = YaEQjDY92rPGXPKRbMBqWXfxJi0=
SHA256 (Devel-Size-Report-0.13.tar.gz) = ZAHiVZRWv708F1zT5sFW8GfRBYC/SYX7DKBWB3674qE=
SIZE (Devel-Size-Report-0.13.tar.gz) = 32034

View File

@ -0,0 +1,4 @@
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.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/22 08:31:14 jasper Exp $
${P5SITE}/Devel/
${P5SITE}/Devel/Size/
${P5SITE}/Devel/Size/Report.pm
@man man/man3p/Devel::Size::Report.3p
share/examples/p5-Devel-Size-Report/
share/examples/p5-Devel-Size-Report/grind
share/examples/p5-Devel-Size-Report/psize
share/examples/p5-Devel-Size-Report/size.pl