pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Future-IO



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index