Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 11:19:28 +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: r530271 - in head/devel: . p5-Test2-Plugin-IOEvents
Message-ID:  <202004021119.032BJSGQ007436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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