Date: Thu, 17 Jan 2013 22:58:54 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310573 - in head/devel: . p5-B-Size2 Message-ID: <201301172258.r0HMwsvT033973@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Thu Jan 17 22:58:54 2013 New Revision: 310573 URL: http://svnweb.freebsd.org/changeset/ports/310573 Log: Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09. WWW: http://search.cpan.org/dist/B-Size2/ Added: head/devel/p5-B-Size2/ head/devel/p5-B-Size2/Makefile (contents, props changed) head/devel/p5-B-Size2/distinfo (contents, props changed) head/devel/p5-B-Size2/pkg-descr (contents, props changed) head/devel/p5-B-Size2/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 17 22:38:59 2013 (r310572) +++ head/devel/Makefile Thu Jan 17 22:58:54 2013 (r310573) @@ -1420,6 +1420,7 @@ SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck + SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event Added: head/devel/p5-B-Size2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-B-Size2/Makefile Thu Jan 17 22:58:54 2013 (r310573) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= B-Size2 +PORTVERSION= 2.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to measure size of Perl OPs and SVs + +PERL_CONFIGURE= yes + +MAN3= B::Size2.3 \ + B::Size2::Terse.3 + +.include <bsd.port.mk> Added: head/devel/p5-B-Size2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-B-Size2/distinfo Thu Jan 17 22:58:54 2013 (r310573) @@ -0,0 +1,2 @@ +SHA256 (B-Size2-2.01.tar.gz) = 37adb0216527736830202d26d772c61894e122730f55194d0c9461debab86ba6 +SIZE (B-Size2-2.01.tar.gz) = 55893 Added: head/devel/p5-B-Size2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-B-Size2/pkg-descr Thu Jan 17 22:58:54 2013 (r310573) @@ -0,0 +1,3 @@ +Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09. + +WWW: http://search.cpan.org/dist/B-Size2/ Added: head/devel/p5-B-Size2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-B-Size2/pkg-plist Thu Jan 17 22:58:54 2013 (r310573) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size2/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size2/Size2.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size2/Size2.so +%%SITE_PERL%%/%%PERL_ARCH%%/B/Size2.pm +%%SITE_PERL%%/%%PERL_ARCH%%/B/Size2/Terse.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/B/Size2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Size2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301172258.r0HMwsvT033973>