Add devel/p5-Mojolicious-Plugin-NYTProf, a plugin which collects
Devel::NYTProf profiling data for your routes. This plugin enables Mojolicious to automatically generate Devel::NYTProf profiles and routes for your app, and sets up a route for viewing the collected data. WWW: https://metacpan.org/pod/Mojolicious::Plugin::NYTProf
This commit is contained in:
parent
98768d178f
commit
2341384be2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415390
5 changed files with 41 additions and 0 deletions
|
@ -2690,6 +2690,7 @@
|
|||
SUBDIR += p5-Module-Version
|
||||
SUBDIR += p5-Module-Versions
|
||||
SUBDIR += p5-Module-Versions-Report
|
||||
SUBDIR += p5-Mojolicious-Plugin-NYTProf
|
||||
SUBDIR += p5-Moo
|
||||
SUBDIR += p5-MooX-Cmd
|
||||
SUBDIR += p5-MooX-ConfigFromFile
|
||||
|
|
30
devel/p5-Mojolicious-Plugin-NYTProf/Makefile
Normal file
30
devel/p5-Mojolicious-Plugin-NYTProf/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojolicious-Plugin-NYTProf
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= devel www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Auto handling of Devel::NYTProf in your Mojolicious app
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Devel-NYTProf>=5.07:devel/p5-Devel-NYTProf \
|
||||
p5-File-Which>=1.09:sysutils/p5-File-Which \
|
||||
p5-Mojolicious>=6.00:www/p5-Mojolicious
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Algorithm-Combinatorics>=0:math/p5-Algorithm-Combinatorics \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/README.pod
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Mojolicious-Plugin-NYTProf/distinfo
Normal file
3
devel/p5-Mojolicious-Plugin-NYTProf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1463500632
|
||||
SHA256 (Mojolicious-Plugin-NYTProf-0.20.tar.gz) = 19f2f22c4f946a364eed9ab9c7bd947b7f66118862563c437206db02c436cf98
|
||||
SIZE (Mojolicious-Plugin-NYTProf-0.20.tar.gz) = 14570
|
5
devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr
Normal file
5
devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This plugin enables Mojolicious to automatically generate Devel::NYTProf
|
||||
profiles and routes for your app, and sets up a route for viewing the
|
||||
collected data.
|
||||
|
||||
WWW: https://metacpan.org/pod/Mojolicious::Plugin::NYTProf
|
2
devel/p5-Mojolicious-Plugin-NYTProf/pkg-plist
Normal file
2
devel/p5-Mojolicious-Plugin-NYTProf/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Mojolicious/Plugin/NYTProf.pm
|
||||
%%PERL5_MAN3%%/Mojolicious::Plugin::NYTProf.3.gz
|
Loading…
Reference in a new issue