From owner-svn-ports-head@freebsd.org Mon Aug 19 20:50:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99585D1384; Mon, 19 Aug 2019 20:50:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46C5f13Lrqz4Kr3; Mon, 19 Aug 2019 20:50:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 548D720490; Mon, 19 Aug 2019 20:50:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7JKo1mn005743; Mon, 19 Aug 2019 20:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7JKo0N3005739; Mon, 19 Aug 2019 20:50:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908192050.x7JKo0N3005739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Aug 2019 20:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509328 - in head/www: . rubygem-async-http X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-async-http X-SVN-Commit-Revision: 509328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2019 20:50:01 -0000 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 +# $FreeBSD$ + +PORTNAME= async-http +PORTVERSION= 0.48.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@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 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