small perl xs module, very useful to assert memory consumption.
suggested by Sam Smith. Thx !
This commit is contained in:
parent
49c17544a7
commit
57d3f41a01
19
devel/p5-Devel-Size/Makefile
Normal file
19
devel/p5-Devel-Size/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/29 00:54:52 espie Exp $
|
||||
|
||||
COMMENT= "finding memory usage of perl variables"
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
DISTNAME= Devel-Size-0.59
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Devel-Size/pkg/DESCR
Normal file
1
devel/p5-Devel-Size/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Figures out the real sizes of Perl variables in bytes.
|
10
devel/p5-Devel-Size/pkg/PLIST
Normal file
10
devel/p5-Devel-Size/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/29 00:54:52 espie Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Devel/
|
||||
${P5ARCH}/Devel/Size.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Devel/
|
||||
${P5ARCH}/auto/Devel/Size/
|
||||
${P5ARCH}/auto/Devel/Size/Size.bs
|
||||
${P5ARCH}/auto/Devel/Size/Size.so
|
||||
@man man/man3p/Devel::Size.3p
|
Loading…
x
Reference in New Issue
Block a user