Date: Tue, 17 May 2016 16:10:26 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415390 - in head/devel: . p5-Mojolicious-Plugin-NYTProf Message-ID: <201605171610.u4HGAQJ4093871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue May 17 16:10:25 2016 New Revision: 415390 URL: https://svnweb.freebsd.org/changeset/ports/415390 Log: 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 Added: head/devel/p5-Mojolicious-Plugin-NYTProf/ head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile (contents, props changed) head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo (contents, props changed) head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr (contents, props changed) head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 17 16:01:30 2016 (r415389) +++ head/devel/Makefile Tue May 17 16:10:25 2016 (r415390) @@ -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 Added: head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile Tue May 17 16:10:25 2016 (r415390) @@ -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> Added: head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/distinfo Tue May 17 16:10:25 2016 (r415390) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463500632 +SHA256 (Mojolicious-Plugin-NYTProf-0.20.tar.gz) = 19f2f22c4f946a364eed9ab9c7bd947b7f66118862563c437206db02c436cf98 +SIZE (Mojolicious-Plugin-NYTProf-0.20.tar.gz) = 14570 Added: head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-descr Tue May 17 16:10:25 2016 (r415390) @@ -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 Added: head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/pkg-plist Tue May 17 16:10:25 2016 (r415390) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Mojolicious/Plugin/NYTProf.pm +%%PERL5_MAN3%%/Mojolicious::Plugin::NYTProf.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171610.u4HGAQJ4093871>