svn commit: r509325 - in head/www: . rubygem-protocol-http

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


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

Log:
  Add rubygem-protocol-http 0.12.1
  
  Protocol::HTTP provides abstractions for working with the HTTP protocol.
  
  WWW: https://github.com/socketry/protocol-http

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug 19 20:48:44 2019	(r509324)
+++ head/www/Makefile	Mon Aug 19 20:49:01 2019	(r509325)
@@ -2101,6 +2101,7 @@
     SUBDIR += rubygem-passenger
     SUBDIR += rubygem-platform-api
     SUBDIR += rubygem-protocol-hpack
+    SUBDIR += rubygem-protocol-http
     SUBDIR += rubygem-puma
     SUBDIR += rubygem-puma_worker_killer
     SUBDIR += rubygem-pusher-client

Added: head/www/rubygem-protocol-http/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http/Makefile	Mon Aug 19 20:49:01 2019	(r509325)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	protocol-http
+PORTVERSION=	0.12.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Provides abstractions to handle HTTP protocols
+
+LICENSE=	MIT
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-protocol-http/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http/distinfo	Mon Aug 19 20:49:01 2019	(r509325)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566229352
+SHA256 (rubygem/protocol-http-0.12.1.gem) = 4ca4bad62a97701da5906b20239d0b2b263a2ef6f3c0455cc7e428f0355104b0
+SIZE (rubygem/protocol-http-0.12.1.gem) = 17920

Added: head/www/rubygem-protocol-http/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-protocol-http/pkg-descr	Mon Aug 19 20:49:01 2019	(r509325)
@@ -0,0 +1,3 @@
+Protocol::HTTP provides abstractions for working with the HTTP protocol.
+
+WWW: https://github.com/socketry/protocol-http


More information about the svn-ports-all mailing list