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:
parent
97c4b24c0f
commit
68911a1e55
23
www/p5-CatalystX-Profile/Makefile
Normal file
23
www/p5-CatalystX-Profile/Makefile
Normal 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>
|
2
www/p5-CatalystX-Profile/distinfo
Normal file
2
www/p5-CatalystX-Profile/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (CatalystX-Profile-0.02.tar.gz) = FRo1IzOm0mYm2QAbt+OzoRzUJRoZERHaYKllfrZqzWw=
|
||||
SIZE (CatalystX-Profile-0.02.tar.gz) = 9303
|
4
www/p5-CatalystX-Profile/pkg/DESCR
Normal file
4
www/p5-CatalystX-Profile/pkg/DESCR
Normal 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.
|
8
www/p5-CatalystX-Profile/pkg/PLIST
Normal file
8
www/p5-CatalystX-Profile/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user