svn commit: r530271 - in head/devel: . p5-Test2-Plugin-IOEvents
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 2 11:19:40 UTC 2020
Author: sunpoet
Date: Thu Apr 2 11:19:28 2020
New Revision: 530271
URL: https://svnweb.freebsd.org/changeset/ports/530271
Log:
Add p5-Test2-Plugin-IOEvents 0.001001
Test2::Plugin::IOEvents turns prints to STDOUT and STDERR (including warnings)
into proper Test2 events.
WWW: https://metacpan.org/release/Test2-Plugin-IOEvents
Added:
head/devel/p5-Test2-Plugin-IOEvents/
head/devel/p5-Test2-Plugin-IOEvents/Makefile (contents, props changed)
head/devel/p5-Test2-Plugin-IOEvents/distinfo (contents, props changed)
head/devel/p5-Test2-Plugin-IOEvents/pkg-descr (contents, props changed)
head/devel/p5-Test2-Plugin-IOEvents/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Apr 2 11:11:31 2020 (r530270)
+++ head/devel/Makefile Thu Apr 2 11:19:28 2020 (r530271)
@@ -3437,6 +3437,7 @@
SUBDIR += p5-Test-utf8
SUBDIR += p5-Test2-Harness
SUBDIR += p5-Test2-Plugin-DBIProfile
+ SUBDIR += p5-Test2-Plugin-IOEvents
SUBDIR += p5-Test2-Plugin-MemUsage
SUBDIR += p5-Test2-Plugin-NoWarnings
SUBDIR += p5-Test2-Plugin-UUID
Added: head/devel/p5-Test2-Plugin-IOEvents/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-IOEvents/Makefile Thu Apr 2 11:19:28 2020 (r530271)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Test2-Plugin-IOEvents
+PORTVERSION= 0.001001
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:EXODIST
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Turn STDOUT and STDERR into Test2 events
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Test-Simple>=1.302165:devel/p5-Test-Simple
+TEST_DEPENDS= p5-Test2-Suite>=0.000124:devel/p5-Test2-Suite
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/p5-Test2-Plugin-IOEvents/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-IOEvents/distinfo Thu Apr 2 11:19:28 2020 (r530271)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585752005
+SHA256 (Test2-Plugin-IOEvents-0.001001.tar.gz) = a1ccd61ed05dc2bb3e706a01a455969d18d8744d59b71e11bee9c965c9370b72
+SIZE (Test2-Plugin-IOEvents-0.001001.tar.gz) = 11710
Added: head/devel/p5-Test2-Plugin-IOEvents/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-IOEvents/pkg-descr Thu Apr 2 11:19:28 2020 (r530271)
@@ -0,0 +1,4 @@
+Test2::Plugin::IOEvents turns prints to STDOUT and STDERR (including warnings)
+into proper Test2 events.
+
+WWW: https://metacpan.org/release/Test2-Plugin-IOEvents
Added: head/devel/p5-Test2-Plugin-IOEvents/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Test2-Plugin-IOEvents/pkg-plist Thu Apr 2 11:19:28 2020 (r530271)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Test2/Plugin/IOEvents.pm
+%%SITE_PERL%%/Test2/Plugin/IOEvents/Tie.pm
+%%PERL5_MAN3%%/Test2::Plugin::IOEvents.3.gz
+%%PERL5_MAN3%%/Test2::Plugin::IOEvents::Tie.3.gz
More information about the svn-ports-all
mailing list