Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2019 20:43:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509314 - in head/devel: . p5-Test2-Plugin-DBIProfile
Message-ID:  <201908192043.x7JKhu8F003039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 19 20:43:56 2019
New Revision: 509314
URL: https://svnweb.freebsd.org/changeset/ports/509314

Log:
  Add p5-Test2-Plugin-DBIProfile 0.002001
  
  Test2::Plugin::DBIProfile will enable DBI::Profile globally so that DBI
  profiling data is collected. Once testing is complete an event will be produced
  which contains and displays the profiling data.
  
  WWW: https://metacpan.org/release/Test2-Plugin-DBIProfile

Added:
  head/devel/p5-Test2-Plugin-DBIProfile/
  head/devel/p5-Test2-Plugin-DBIProfile/Makefile   (contents, props changed)
  head/devel/p5-Test2-Plugin-DBIProfile/distinfo   (contents, props changed)
  head/devel/p5-Test2-Plugin-DBIProfile/pkg-descr   (contents, props changed)
  head/devel/p5-Test2-Plugin-DBIProfile/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 19 20:32:18 2019	(r509313)
+++ head/devel/Makefile	Mon Aug 19 20:43:56 2019	(r509314)
@@ -3467,6 +3467,7 @@
     SUBDIR += p5-Test-YAML-Valid
     SUBDIR += p5-Test-utf8
     SUBDIR += p5-Test2-Harness
+    SUBDIR += p5-Test2-Plugin-DBIProfile
     SUBDIR += p5-Test2-Plugin-NoWarnings
     SUBDIR += p5-Test2-Suite
     SUBDIR += p5-Test2-Tools-Explain

Added: head/devel/p5-Test2-Plugin-DBIProfile/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-DBIProfile/Makefile	Mon Aug 19 20:43:56 2019	(r509314)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Test2-Plugin-DBIProfile
+PORTVERSION=	0.002001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:EXODIST
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Plugin to enable and display DBI profiling
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
+USE_PERL5=	configure
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple
+TEST_DEPENDS=	p5-DBD-SQLite>=1.44:databases/p5-DBD-SQLite \
+		p5-Test2-Suite>=0.000124:devel/p5-Test2-Suite
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Test2-Plugin-DBIProfile/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-DBIProfile/distinfo	Mon Aug 19 20:43:56 2019	(r509314)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566229308
+SHA256 (Test2-Plugin-DBIProfile-0.002001.tar.gz) = e4f197c969c7241fc5ab1fff6962dcf994fc6c0cdcb0395bd04f57adcf99bc9a
+SIZE (Test2-Plugin-DBIProfile-0.002001.tar.gz) = 11046

Added: head/devel/p5-Test2-Plugin-DBIProfile/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-DBIProfile/pkg-descr	Mon Aug 19 20:43:56 2019	(r509314)
@@ -0,0 +1,5 @@
+Test2::Plugin::DBIProfile will enable DBI::Profile globally so that DBI
+profiling data is collected. Once testing is complete an event will be produced
+which contains and displays the profiling data.
+
+WWW: https://metacpan.org/release/Test2-Plugin-DBIProfile

Added: head/devel/p5-Test2-Plugin-DBIProfile/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-DBIProfile/pkg-plist	Mon Aug 19 20:43:56 2019	(r509314)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Test2/Plugin/DBIProfile.pm
+%%PERL5_MAN3%%/Test2::Plugin::DBIProfile.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192043.x7JKhu8F003039>