Received: by mail.netbsd.org (Postfix, from userid 605) id 1633884CFD; Sun, 12 Feb 2023 10:22:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43ECD84CFC for ; Sun, 12 Feb 2023 10:22:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6wTliiVnKt4v for ; Sun, 12 Feb 2023 10:22:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A67FE84C13 for ; Sun, 12 Feb 2023 10:22:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 958A4FA90; Sun, 12 Feb 2023 10:22:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676197369224880" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 10:22:49 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Future-IO To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230212102249.958A4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676197369224880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Feb 12 10:22:49 UTC 2023 Added Files: pkgsrc/devel/p5-Future-IO: DESCR Makefile distinfo Log Message: Import Future-IO-0.11 as p5-Future-IO. Future::IO provides a few basic methods that behave similarly to the same-named core perl functions relating to IO operations, but yield their results asynchronously via Future instances. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Future-IO/DESCR \ pkgsrc/devel/p5-Future-IO/Makefile pkgsrc/devel/p5-Future-IO/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676197369224880 Content-Disposition: inline Content-Length: 1908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-Future-IO/DESCR diff -u /dev/null pkgsrc/devel/p5-Future-IO/DESCR:1.1 --- /dev/null Sun Feb 12 10:22:49 2023 +++ pkgsrc/devel/p5-Future-IO/DESCR Sun Feb 12 10:22:49 2023 @@ -0,0 +1,3 @@ +Future::IO provides a few basic methods that behave similarly to the same-named +core perl functions relating to IO operations, but yield their results +asynchronously via Future instances. Index: pkgsrc/devel/p5-Future-IO/Makefile diff -u /dev/null pkgsrc/devel/p5-Future-IO/Makefile:1.1 --- /dev/null Sun Feb 12 10:22:49 2023 +++ pkgsrc/devel/p5-Future-IO/Makefile Sun Feb 12 10:22:49 2023 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2023/02/12 10:22:49 wen Exp $ + +DISTNAME= Future-IO-0.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} + +MAINTAINER= wen@NetBSD.org +HOMEPAGE= https://metacpan.org/release/Future +COMMENT= Future-returning IO methods +LICENSE= ${PERL5_LICENSE} + +DEPENDS= p5-Future>=0:../../devel/p5-Future \ + p5-Struct-Dumb>=0:../../devel/p5-Struct-Dumb + +TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity + +USE_LANGUAGES= #empty +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Future/IO/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Future-IO/distinfo diff -u /dev/null pkgsrc/devel/p5-Future-IO/distinfo:1.1 --- /dev/null Sun Feb 12 10:22:49 2023 +++ pkgsrc/devel/p5-Future-IO/distinfo Sun Feb 12 10:22:49 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/02/12 10:22:49 wen Exp $ + +BLAKE2s (Future-IO-0.11.tar.gz) = 910f92ec72b4595a47278f34647ae64a0cca1dbe552d497ccc0051f0f9444357 +SHA512 (Future-IO-0.11.tar.gz) = 8ee111cc1f0a0bfba84005de3e3bf0dadedf8be635f0a0a3b8423702db35fa1f76f7a0d47e32f5ed91163943d5acc788827e87233e11d0a4125a8f1d192c9a22 +Size (Future-IO-0.11.tar.gz) = 22237 bytes --_----------=_1676197369224880--