From owner-svn-ports-all@freebsd.org Tue May 17 16:10:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A51B7B3FD3E; Tue, 17 May 2016 16:10:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9A635FD; Tue, 17 May 2016 16:10:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4HGAQRL093876; Tue, 17 May 2016 16:10:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4HGAQJ4093871; Tue, 17 May 2016 16:10:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201605171610.u4HGAQJ4093871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 17 May 2016 16:10:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 16:10:27 -0000 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 +# $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 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