1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add rubygem-async-pool 0.2.0

Async::Pool provides support for connection pooling both singleplex and
multiplex resources.

WWW: https://github.com/socketry/async-pool
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-29 12:47:32 +00:00
parent 1e3cd41fef
commit 6a2023073c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521295
4 changed files with 29 additions and 0 deletions

View File

@ -1970,6 +1970,7 @@
SUBDIR += rubygem-anemone
SUBDIR += rubygem-asana
SUBDIR += rubygem-async-http
SUBDIR += rubygem-async-pool
SUBDIR += rubygem-async-rest
SUBDIR += rubygem-async_sinatra
SUBDIR += rubygem-atlassian-jwt

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= async-pool
PORTVERSION= 0.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Redis client library
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.8<2:devel/rubygem-async
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577523864
SHA256 (rubygem/async-pool-0.2.0.gem) = 775d851a16d47923bc1d094607299b2c2cdfa9fa1b947aead1cdd72ba9b2dc15
SIZE (rubygem/async-pool-0.2.0.gem) = 8704

View File

@ -0,0 +1,4 @@
Async::Pool provides support for connection pooling both singleplex and
multiplex resources.
WWW: https://github.com/socketry/async-pool