mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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>
This commit is contained in:
parent
2705c1f43f
commit
e9f01a4f99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243821
@ -1362,6 +1362,7 @@
|
||||
SUBDIR += p5-Devel-STrace
|
||||
SUBDIR += p5-Devel-SimpleTrace
|
||||
SUBDIR += p5-Devel-Size
|
||||
SUBDIR += p5-Devel-Size-Report
|
||||
SUBDIR += p5-Devel-SmallProf
|
||||
SUBDIR += p5-Devel-StackTrace
|
||||
SUBDIR += p5-Devel-StackTrace-AsHTML
|
||||
|
35
devel/p5-Devel-Size-Report/Makefile
Normal file
35
devel/p5-Devel-Size-Report/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: Devel-Size-Report
|
||||
# Date created: Wed 04 Nov 2009
|
||||
# Whom: Alexey V. Degtyarev
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-Size-Report
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Extension to generate a size report for all elements in a structure
|
||||
|
||||
BUILD_DEPENDS= p5-Array-RefElem>=1.00:${PORTSDIR}/misc/p5-Array-RefElem \
|
||||
p5-Devel-Size>=0.69:${PORTSDIR}/devel/p5-Devel-Size \
|
||||
p5-Scalar-List-Utils>=1.13:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Time-HiRes>=1.86:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Devel::Size::Report.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CHANGES
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-Size-Report/distinfo
Normal file
3
devel/p5-Devel-Size-Report/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Devel-Size-Report-0.13.tar.gz) = 8a0edcc5ae979405bb48e604d0023377
|
||||
SHA256 (Devel-Size-Report-0.13.tar.gz) = 6401e2559456bfbd3c175cd3e6c156f067d10580bf4985fb0ca056077ebbe2a1
|
||||
SIZE (Devel-Size-Report-0.13.tar.gz) = 32034
|
9
devel/p5-Devel-Size-Report/pkg-descr
Normal file
9
devel/p5-Devel-Size-Report/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
7
devel/p5-Devel-Size-Report/pkg-plist
Normal file
7
devel/p5-Devel-Size-Report/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Devel/Size/Report.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size/Report/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size/Report
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
|
||||
@dirrmtry %%SITE_PERL%%/Devel/Size
|
||||
@dirrmtry %%SITE_PERL%%/Devel
|
Loading…
Reference in New Issue
Block a user