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:
parent
1e3cd41fef
commit
6a2023073c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521295
@ -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
|
||||
|
21
www/rubygem-async-pool/Makefile
Normal file
21
www/rubygem-async-pool/Makefile
Normal 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>
|
3
www/rubygem-async-pool/distinfo
Normal file
3
www/rubygem-async-pool/distinfo
Normal 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
|
4
www/rubygem-async-pool/pkg-descr
Normal file
4
www/rubygem-async-pool/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Async::Pool provides support for connection pooling both singleplex and
|
||||
multiplex resources.
|
||||
|
||||
WWW: https://github.com/socketry/async-pool
|
Loading…
Reference in New Issue
Block a user