Import www/p5-CatalystX-Profile

CatalystX::Profile adds support for profiling your Catalyst application,
without profiling all the crap that happens during setup. This noise can
make finding the real profiling stuff trickier, so profiling is disabled
while this happens.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
This commit is contained in:
afresh1 2020-10-09 02:34:06 +00:00
parent 97c4b24c0f
commit 68911a1e55
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/10/09 02:34:06 afresh1 Exp $
COMMENT = profile your Catalyst application with Devel::NYTProf
DISTNAME = CatalystX-Profile-0.02
CATEGORIES = www
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Devel-NYTProf>=3.01 \
devel/p5-Moose>=0.93 \
devel/p5-Sub-Identify>=0.04 \
devel/p5-namespace-autoclean>=0.09 \
www/p5-Catalyst-Runtime>=5.80020 \
www/p5-CatalystX-InjectComponent>=0.024
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (CatalystX-Profile-0.02.tar.gz) = FRo1IzOm0mYm2QAbt+OzoRzUJRoZERHaYKllfrZqzWw=
SIZE (CatalystX-Profile-0.02.tar.gz) = 9303

View File

@ -0,0 +1,4 @@
CatalystX::Profile adds support for profiling your Catalyst application,
without profiling all the crap that happens during setup. This noise can
make finding the real profiling stuff trickier, so profiling is disabled
while this happens.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/10/09 02:34:06 afresh1 Exp $
${P5SITE}/CatalystX/
${P5SITE}/CatalystX/Profile/
${P5SITE}/CatalystX/Profile.pm
${P5SITE}/CatalystX/Profile/Controller/
${P5SITE}/CatalystX/Profile/Controller/ControlProfiling.pm
@man man/man3p/CatalystX::Profile.3p
@man man/man3p/CatalystX::Profile::Controller::ControlProfiling.3p