Add rubygem-protocol-http 0.12.1

Protocol::HTTP provides abstractions for working with the HTTP protocol.

WWW: https://github.com/socketry/protocol-http
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-19 20:49:01 +00:00
parent e206c74b6b
commit cd32e3469b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509325
4 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= protocol-http
PORTVERSION= 0.12.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides abstractions to handle HTTP protocols
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1566229352
SHA256 (rubygem/protocol-http-0.12.1.gem) = 4ca4bad62a97701da5906b20239d0b2b263a2ef6f3c0455cc7e428f0355104b0
SIZE (rubygem/protocol-http-0.12.1.gem) = 17920

View file

@ -0,0 +1,3 @@
Protocol::HTTP provides abstractions for working with the HTTP protocol.
WWW: https://github.com/socketry/protocol-http