Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 12:47:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521295 - in head/www: . rubygem-async-pool
Message-ID:  <201912291247.xBTClWKB096720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 12:47:32 2019
New Revision: 521295
URL: https://svnweb.freebsd.org/changeset/ports/521295

Log:
  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

Added:
  head/www/rubygem-async-pool/
  head/www/rubygem-async-pool/Makefile   (contents, props changed)
  head/www/rubygem-async-pool/distinfo   (contents, props changed)
  head/www/rubygem-async-pool/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Dec 29 12:47:26 2019	(r521294)
+++ head/www/Makefile	Sun Dec 29 12:47:32 2019	(r521295)
@@ -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

Added: head/www/rubygem-async-pool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-pool/Makefile	Sun Dec 29 12:47:32 2019	(r521295)
@@ -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>

Added: head/www/rubygem-async-pool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-pool/distinfo	Sun Dec 29 12:47:32 2019	(r521295)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577523864
+SHA256 (rubygem/async-pool-0.2.0.gem) = 775d851a16d47923bc1d094607299b2c2cdfa9fa1b947aead1cdd72ba9b2dc15
+SIZE (rubygem/async-pool-0.2.0.gem) = 8704

Added: head/www/rubygem-async-pool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-pool/pkg-descr	Sun Dec 29 12:47:32 2019	(r521295)
@@ -0,0 +1,4 @@
+Async::Pool provides support for connection pooling both singleplex and
+multiplex resources.
+
+WWW: https://github.com/socketry/async-pool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291247.xBTClWKB096720>