Add rubygem-async 1.20.1

Async is a composable asynchronous I/O framework for Ruby based on nio4r and
timers.

WWW: https://github.com/socketry/async
This commit is contained in:
sunpoet
2019-08-19 20:46:56 +00:00
parent 0bfbfe12f9
commit 7aa71a76ef
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -5406,6 +5406,7 @@
SUBDIR += rubygem-aspectr
SUBDIR += rubygem-ast
SUBDIR += rubygem-astrolabe
SUBDIR += rubygem-async
SUBDIR += rubygem-atomic
SUBDIR += rubygem-attic
SUBDIR += rubygem-attr_required
+23
View File
@@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async
PORTVERSION= 1.20.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern asynchronous I/O framework for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-console>=1.0<2:devel/rubygem-console \
rubygem-nio4r>=2.3<3:devel/rubygem-nio4r \
rubygem-timers>=4.1<5:devel/rubygem-timers
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1566229332
SHA256 (rubygem/async-1.20.1.gem) = 42d3b1668d19f6e13e53d53f842e2df851f802209098a773cdfc17580f41705f
SIZE (rubygem/async-1.20.1.gem) = 1804288
+4
View File
@@ -0,0 +1,4 @@
Async is a composable asynchronous I/O framework for Ruby based on nio4r and
timers.
WWW: https://github.com/socketry/async