svn commit: r509328 - in head/www: . rubygem-async-http

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:50:01 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:50:00 2019
New Revision: 509328
URL: https://svnweb.freebsd.org/changeset/ports/509328

Log:
  Add rubygem-async-http 0.48.2
  
  Async::HTTP is an asynchronous client and server implementation of HTTP/1.0,
  HTTP/1.1 and HTTP/2 including TLS. It supports streaming requests and responses.
  
  WWW: https://github.com/socketry/async-http

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug 19 20:49:30 2019	(r509327)
+++ head/www/Makefile	Mon Aug 19 20:50:00 2019	(r509328)
@@ -1961,6 +1961,7 @@
     SUBDIR += rubygem-amazon-ecs
     SUBDIR += rubygem-anemone
     SUBDIR += rubygem-asana
+    SUBDIR += rubygem-async-http
     SUBDIR += rubygem-async_sinatra
     SUBDIR += rubygem-atlassian-jwt
     SUBDIR += rubygem-best_in_place

Added: head/www/rubygem-async-http/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-http/Makefile	Mon Aug 19 20:50:00 2019	(r509328)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	async-http
+PORTVERSION=	0.48.2
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	HTTP client and server library
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-async>=1.19<2:devel/rubygem-async \
+		rubygem-async-io>=1.25<2:devel/rubygem-async-io \
+		rubygem-protocol-http>=0.12.0<0.13:www/rubygem-protocol-http \
+		rubygem-protocol-http1>=0.9.0<0.10:www/rubygem-protocol-http1 \
+		rubygem-protocol-http2>=0.9.0<0.10:www/rubygem-protocol-http2
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-async-http/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-http/distinfo	Mon Aug 19 20:50:00 2019	(r509328)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566229364
+SHA256 (rubygem/async-http-0.48.2.gem) = f3e01393417fee866c425f25d85b58520da4b6b0174c8f048871ad6ec8697f4c
+SIZE (rubygem/async-http-0.48.2.gem) = 33792

Added: head/www/rubygem-async-http/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-async-http/pkg-descr	Mon Aug 19 20:50:00 2019	(r509328)
@@ -0,0 +1,4 @@
+Async::HTTP is an asynchronous client and server implementation of HTTP/1.0,
+HTTP/1.1 and HTTP/2 including TLS. It supports streaming requests and responses.
+
+WWW: https://github.com/socketry/async-http


More information about the svn-ports-head mailing list