Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2023 00:00:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c29526f2ca7 - main - devel/p5-Test-Future-IO-Impl: Add p5-Test-Future-IO-Impl 0.14
Message-ID:  <202304280000.33S005jG028616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c29526f2ca73ef840bde7b95adafdc3d048ea08

commit 9c29526f2ca73ef840bde7b95adafdc3d048ea08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 23:57:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 23:57:57 +0000

    devel/p5-Test-Future-IO-Impl: Add p5-Test-Future-IO-Impl 0.14
    
    Test::Future::IO::Impl contains a collection of acceptance tests for
    implementations of Future::IO.
---
 devel/Makefile                         |  1 +
 devel/p5-Test-Future-IO-Impl/Makefile  | 23 +++++++++++++++++++++++
 devel/p5-Test-Future-IO-Impl/distinfo  |  3 +++
 devel/p5-Test-Future-IO-Impl/pkg-descr |  2 ++
 devel/p5-Test-Future-IO-Impl/pkg-plist |  2 ++
 5 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 42cc2d6507e0..16266ae65646 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3493,6 +3493,7 @@
     SUBDIR += p5-Test-Filename
     SUBDIR += p5-Test-Fixme
     SUBDIR += p5-Test-Fixture-DBIC-Schema
+    SUBDIR += p5-Test-Future-IO-Impl
     SUBDIR += p5-Test-Group
     SUBDIR += p5-Test-HTML-Tidy
     SUBDIR += p5-Test-Harness
diff --git a/devel/p5-Test-Future-IO-Impl/Makefile b/devel/p5-Test-Future-IO-Impl/Makefile
new file mode 100644
index 000000000000..e892c8f40b9e
--- /dev/null
+++ b/devel/p5-Test-Future-IO-Impl/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	Test-Future-IO-Impl
+PORTVERSION=	0.14
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Acceptance tests for Future::IO implementations
+WWW=		https://metacpan.org/dist/Test-Future-IO-Impl
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Test2-Suite>=0:devel/p5-Test2-Suite
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-Future-IO-Impl/distinfo b/devel/p5-Test-Future-IO-Impl/distinfo
new file mode 100644
index 000000000000..a81cee984279
--- /dev/null
+++ b/devel/p5-Test-Future-IO-Impl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682616624
+SHA256 (Test-Future-IO-Impl-0.14.tar.gz) = 007db619d3d49634325c56efbca0e1e5576dd33f79455f2dea595be6edf8e235
+SIZE (Test-Future-IO-Impl-0.14.tar.gz) = 12467
diff --git a/devel/p5-Test-Future-IO-Impl/pkg-descr b/devel/p5-Test-Future-IO-Impl/pkg-descr
new file mode 100644
index 000000000000..c08b29a63ff1
--- /dev/null
+++ b/devel/p5-Test-Future-IO-Impl/pkg-descr
@@ -0,0 +1,2 @@
+Test::Future::IO::Impl contains a collection of acceptance tests for
+implementations of Future::IO.
diff --git a/devel/p5-Test-Future-IO-Impl/pkg-plist b/devel/p5-Test-Future-IO-Impl/pkg-plist
new file mode 100644
index 000000000000..2ac95c7c0d41
--- /dev/null
+++ b/devel/p5-Test-Future-IO-Impl/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Test/Future/IO/Impl.pm
+%%PERL5_MAN3%%/Test::Future::IO::Impl.3.gz



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