devel/rubygem-io-wait01: add new port

Required for mail/rubygem-gitlab-mail_room 0.0.19 upgrade.
This commit is contained in:
Matthias Fechner 2022-02-07 16:41:23 +01:00
parent 24b8000a4d
commit 41e9bc7aa2
4 changed files with 29 additions and 0 deletions

View File

@ -6451,6 +6451,7 @@
SUBDIR += rubygem-io-like
SUBDIR += rubygem-io-nonblock
SUBDIR += rubygem-io-wait
SUBDIR += rubygem-io-wait01
SUBDIR += rubygem-iobuffer
SUBDIR += rubygem-iostruct
SUBDIR += rubygem-ipynbdiff

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= io-wait
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 01
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Wait until IO is readable or writable without blocking
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
PORTSCOUT= limit:^0\.1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1644247635
SHA256 (rubygem/io-wait-0.1.0.gem) = dc68348039bd06ecd3c59ef67a7f021206684f4bc5182df27421b0665f64f787
SIZE (rubygem/io-wait-0.1.0.gem) = 9216

View File

@ -0,0 +1,4 @@
io-wait provides the feature for waiting until IO is readable or writable
without blocking.
WWW: https://github.com/ruby/io-wait