mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1566229332
|
||||
SHA256 (rubygem/async-1.20.1.gem) = 42d3b1668d19f6e13e53d53f842e2df851f802209098a773cdfc17580f41705f
|
||||
SIZE (rubygem/async-1.20.1.gem) = 1804288
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user