diff options
author | swills <swills@FreeBSD.org> | 2011-05-09 07:53:52 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-09 07:53:52 +0800 |
commit | 3f15a2137a2e364da1ec7ea44721b87e58ddc705 (patch) | |
tree | dad33d17b74458cfcc7e4a816c5d8352737790de /www | |
parent | bc64c17f09ba3aa0d7743004d240afe5923fab95 (diff) | |
download | freebsd-ports-gnome-3f15a2137a2e364da1ec7ea44721b87e58ddc705.tar.gz freebsd-ports-gnome-3f15a2137a2e364da1ec7ea44721b87e58ddc705.tar.zst freebsd-ports-gnome-3f15a2137a2e364da1ec7ea44721b87e58ddc705.zip |
Adds support for profiling your Catalyst application, without profiling setup.
WWW: http://search.cpan.org/dist/CatalystX-Profile/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CatalystX-Profile/Makefile | 34 | ||||
-rw-r--r-- | www/p5-CatalystX-Profile/distinfo | 2 | ||||
-rw-r--r-- | www/p5-CatalystX-Profile/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-CatalystX-Profile/pkg-plist | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4f745e1051f3..f6145517ee10 100644 --- a/www/Makefile +++ b/www/Makefile @@ -902,6 +902,7 @@ SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-InjectComponent SUBDIR += p5-CatalystX-LeakChecker + SUBDIR += p5-CatalystX-Profile SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver diff --git a/www/p5-CatalystX-Profile/Makefile b/www/p5-CatalystX-Profile/Makefile new file mode 100644 index 000000000000..1e509abf4ad0 --- /dev/null +++ b/www/p5-CatalystX-Profile/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-CatalystX-Profile +# Date created: 2011-05-08 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CatalystX-Profile +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CYCLES +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Profile your Catalyst application with Devel::NYTProf + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80020:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-CatalystX-InjectComponent>=0.024:${PORTSDIR}/www/p5-CatalystX-InjectComponent \ + devel/p5-Devel-NYTProf>=3.01:${PORTSDIR}/devel/p5-Devel-NYTProf \ + p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS= p5-Catalyst-Runtime>=5.80020:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-CatalystX-InjectComponent>=0.024:${PORTSDIR}/www/p5-CatalystX-InjectComponent \ + devel/p5-Devel-NYTProf>=3.01:${PORTSDIR}/devel/p5-Devel-NYTProf \ + p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + +USE_PERL= yes +PERL_CONFIGURE= yes + +MAN3= CatalystX::Profile.3 CatalystX::Profile::Controller::ControlProfiling.3 + +.include <bsd.port.mk> diff --git a/www/p5-CatalystX-Profile/distinfo b/www/p5-CatalystX-Profile/distinfo new file mode 100644 index 000000000000..474eca1ed8b0 --- /dev/null +++ b/www/p5-CatalystX-Profile/distinfo @@ -0,0 +1,2 @@ +SHA256 (CatalystX-Profile-0.01.tar.gz) = 704441da1af5906343927f37c59c6e5c206aa4b0c8aaca35babd6156ccb27392 +SIZE (CatalystX-Profile-0.01.tar.gz) = 9155 diff --git a/www/p5-CatalystX-Profile/pkg-descr b/www/p5-CatalystX-Profile/pkg-descr new file mode 100644 index 000000000000..43dbf6e2d180 --- /dev/null +++ b/www/p5-CatalystX-Profile/pkg-descr @@ -0,0 +1,3 @@ +Adds support for profiling your Catalyst application, without profiling setup. + +WWW: http://search.cpan.org/dist/CatalystX-Profile/ diff --git a/www/p5-CatalystX-Profile/pkg-plist b/www/p5-CatalystX-Profile/pkg-plist new file mode 100644 index 000000000000..dbfb9aead92d --- /dev/null +++ b/www/p5-CatalystX-Profile/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/CatalystX/Profile/Controller/ControlProfiling.pm +%%SITE_PERL%%/CatalystX/Profile.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CatalystX/Profile/.packlist +@dirrmtry %%SITE_PERL%%/CatalystX/Profile/Controller +@dirrmtry %%SITE_PERL%%/CatalystX/Profile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CatalystX/Profile |