mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/rubygem-io-wait01: add new port
Required for mail/rubygem-gitlab-mail_room 0.0.19 upgrade.
This commit is contained in:
parent
24b8000a4d
commit
41e9bc7aa2
4 changed files with 29 additions and 0 deletions
|
@ -6451,6 +6451,7 @@
|
||||||
SUBDIR += rubygem-io-like
|
SUBDIR += rubygem-io-like
|
||||||
SUBDIR += rubygem-io-nonblock
|
SUBDIR += rubygem-io-nonblock
|
||||||
SUBDIR += rubygem-io-wait
|
SUBDIR += rubygem-io-wait
|
||||||
|
SUBDIR += rubygem-io-wait01
|
||||||
SUBDIR += rubygem-iobuffer
|
SUBDIR += rubygem-iobuffer
|
||||||
SUBDIR += rubygem-iostruct
|
SUBDIR += rubygem-iostruct
|
||||||
SUBDIR += rubygem-ipynbdiff
|
SUBDIR += rubygem-ipynbdiff
|
||||||
|
|
21
devel/rubygem-io-wait01/Makefile
Normal file
21
devel/rubygem-io-wait01/Makefile
Normal 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>
|
3
devel/rubygem-io-wait01/distinfo
Normal file
3
devel/rubygem-io-wait01/distinfo
Normal 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
|
4
devel/rubygem-io-wait01/pkg-descr
Normal file
4
devel/rubygem-io-wait01/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue