svn commit: r509327 - in head/www: . rubygem-protocol-http2

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


Author: sunpoet
Date: Mon Aug 19 20:49:30 2019
New Revision: 509327
URL: https://svnweb.freebsd.org/changeset/ports/509327

Log:
  Add rubygem-protocol-http2 0.9.5
  
  Protocol::HTTP2 provides a low-level implementation of the HTTP/2 protocol.
  
  WWW: https://github.com/socketry/protocol-http2

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug 19 20:49:14 2019	(r509326)
+++ head/www/Makefile	Mon Aug 19 20:49:30 2019	(r509327)
@@ -2103,6 +2103,7 @@
     SUBDIR += rubygem-protocol-hpack
     SUBDIR += rubygem-protocol-http
     SUBDIR += rubygem-protocol-http1
+    SUBDIR += rubygem-protocol-http2
     SUBDIR += rubygem-puma
     SUBDIR += rubygem-puma_worker_killer
     SUBDIR += rubygem-pusher-client

Added: head/www/rubygem-protocol-http2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http2/Makefile	Mon Aug 19 20:49:30 2019	(r509327)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	protocol-http2
+PORTVERSION=	0.9.5
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Low level implementation of the HTTP/2 protocol
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-protocol-hpack>=1.4<2:www/rubygem-protocol-hpack \
+		rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-protocol-http2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http2/distinfo	Mon Aug 19 20:49:30 2019	(r509327)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566229360
+SHA256 (rubygem/protocol-http2-0.9.5.gem) = 2393baca9ceab2a8d94cc9c09393846d603d97b4f65456f063af0a7c84cbc24b
+SIZE (rubygem/protocol-http2-0.9.5.gem) = 24576

Added: head/www/rubygem-protocol-http2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http2/pkg-descr	Mon Aug 19 20:49:30 2019	(r509327)
@@ -0,0 +1,3 @@
+Protocol::HTTP2 provides a low-level implementation of the HTTP/2 protocol.
+
+WWW: https://github.com/socketry/protocol-http2


More information about the svn-ports-all mailing list