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