diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-03 13:42:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-03 13:42:42 +0800 |
commit | b2e6ffe8ba189c8f185fc8e44df2f4d484999eae (patch) | |
tree | eb0168f59bd74489e33a3c6efe17206863cd4aa3 /devel | |
parent | e557cfda968bf27e3deaf16605f614acbd14bf10 (diff) | |
download | freebsd-ports-graphics-b2e6ffe8ba189c8f185fc8e44df2f4d484999eae.tar.gz freebsd-ports-graphics-b2e6ffe8ba189c8f185fc8e44df2f4d484999eae.tar.zst freebsd-ports-graphics-b2e6ffe8ba189c8f185fc8e44df2f4d484999eae.zip |
- Add p5-Devel-Mallinfo 11
Devel::Mallinfo is an interface to the C library mallinfo() function
giving malloc memory allocation statistics. This is meant for
development use, to give an idea of how much space your program and
any libraries are using from malloc().
WWW: http://search.cpan.org/dist/Devel-Leak/
PR: ports/160166
Submitted by: Rodrigo Mosconi <freebsd@mosconi.mat.br>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Devel-Mallinfo/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Devel-Mallinfo/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Devel-Mallinfo/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Devel-Mallinfo/pkg-plist | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f4806d3b380..75795895e4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1592,6 +1592,7 @@ SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LeakTrace-Fast SUBDIR += p5-Devel-LexAlias + SUBDIR += p5-Devel-Mallinfo SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf diff --git a/devel/p5-Devel-Mallinfo/Makefile b/devel/p5-Devel-Mallinfo/Makefile new file mode 100644 index 00000000000..f6626976e6f --- /dev/null +++ b/devel/p5-Devel-Mallinfo/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Devel-Mallinfo +# Date created: 2011/08/25 +# Whom: Mosconi <mosconi.rmg@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Devel-Mallinfo +PORTVERSION= 11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mosconi.rmg@gmail.com.br +COMMENT= Perl module of mallinfo() memory statistics and more + +PERL_CONFIGURE= yes + +MAN3= Devel::Mallinfo.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Devel-Mallinfo/distinfo b/devel/p5-Devel-Mallinfo/distinfo new file mode 100644 index 00000000000..abf93db37da --- /dev/null +++ b/devel/p5-Devel-Mallinfo/distinfo @@ -0,0 +1,2 @@ +SHA256 (Devel-Mallinfo-11.tar.gz) = 9034aed703d0e441171cf92b7c45a7aad2d09b4767834fab1259ef77b9dbed71 +SIZE (Devel-Mallinfo-11.tar.gz) = 84217 diff --git a/devel/p5-Devel-Mallinfo/pkg-descr b/devel/p5-Devel-Mallinfo/pkg-descr new file mode 100644 index 00000000000..c70d10351a6 --- /dev/null +++ b/devel/p5-Devel-Mallinfo/pkg-descr @@ -0,0 +1,6 @@ +Devel::Mallinfo is an interface to the C library mallinfo() function +giving malloc memory allocation statistics. This is meant for +development use, to give an idea of how much space your program and +any libraries are using from malloc(). + +WWW: http://search.cpan.org/dist/Devel-Leak/ diff --git a/devel/p5-Devel-Mallinfo/pkg-plist b/devel/p5-Devel-Mallinfo/pkg-plist new file mode 100644 index 00000000000..a255585bfaf --- /dev/null +++ b/devel/p5-Devel-Mallinfo/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Devel/Mallinfo.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Mallinfo/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Mallinfo/Mallinfo.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Mallinfo/Mallinfo.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Mallinfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel |