Add rubygem-async-io 1.25.0

Async::IO provides builds on async and provides asynchronous wrappers for IO,
Socket, and related classes.

WWW: https://github.com/socketry/async-io
This commit is contained in:
sunpoet
2019-08-19 20:47:42 +00:00
parent 7aa71a76ef
commit 555603fe62
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -5407,6 +5407,7 @@
SUBDIR += rubygem-ast
SUBDIR += rubygem-astrolabe
SUBDIR += rubygem-async
SUBDIR += rubygem-async-io
SUBDIR += rubygem-atomic
SUBDIR += rubygem-attic
SUBDIR += rubygem-attr_required
+21
View File
@@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async-io
PORTVERSION= 1.25.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides support for asynchonous TCP, UDP, UNIX and SSL sockets
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.14<2:devel/rubygem-async
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1566229336
SHA256 (rubygem/async-io-1.25.0.gem) = c9cc69e9843b2778eca79eafc7f7691dc581a1a774d953a99e7731f6abb30135
SIZE (rubygem/async-io-1.25.0.gem) = 33792
+4
View File
@@ -0,0 +1,4 @@
Async::IO provides builds on async and provides asynchronous wrappers for IO,
Socket, and related classes.
WWW: https://github.com/socketry/async-io