Date: Mon, 19 Aug 2019 20:49:14 +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: r509326 - in head/www: . rubygem-protocol-http1 Message-ID: <201908192049.x7JKnEMg005326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:49:14 2019 New Revision: 509326 URL: https://svnweb.freebsd.org/changeset/ports/509326 Log: Add rubygem-protocol-http1 0.9.0 Protocol::HTTP1 provides a low-level implementation of the HTTP/1 protocol. WWW: https://github.com/socketry/protocol-http1 Added: head/www/rubygem-protocol-http1/ head/www/rubygem-protocol-http1/Makefile (contents, props changed) head/www/rubygem-protocol-http1/distinfo (contents, props changed) head/www/rubygem-protocol-http1/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Aug 19 20:49:01 2019 (r509325) +++ head/www/Makefile Mon Aug 19 20:49:14 2019 (r509326) @@ -2102,6 +2102,7 @@ SUBDIR += rubygem-platform-api SUBDIR += rubygem-protocol-hpack SUBDIR += rubygem-protocol-http + SUBDIR += rubygem-protocol-http1 SUBDIR += rubygem-puma SUBDIR += rubygem-puma_worker_killer SUBDIR += rubygem-pusher-client Added: head/www/rubygem-protocol-http1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-protocol-http1/Makefile Mon Aug 19 20:49:14 2019 (r509326) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= protocol-http1 +PORTVERSION= 0.9.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Low level implementation of the HTTP/1 protocol + +LICENSE= MIT + +RUN_DEPENDS= rubygem-protocol-http>=0.5<1:www/rubygem-protocol-http + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/rubygem-protocol-http1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-protocol-http1/distinfo Mon Aug 19 20:49:14 2019 (r509326) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566229356 +SHA256 (rubygem/protocol-http1-0.9.0.gem) = f903df7085e89016d291da93cf46da207337606f2f0194ea8597814eec47db12 +SIZE (rubygem/protocol-http1-0.9.0.gem) = 12288 Added: head/www/rubygem-protocol-http1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-protocol-http1/pkg-descr Mon Aug 19 20:49:14 2019 (r509326) @@ -0,0 +1,3 @@ +Protocol::HTTP1 provides a low-level implementation of the HTTP/1 protocol. + +WWW: https://github.com/socketry/protocol-http1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192049.x7JKnEMg005326>