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
This commit is contained in:
parent
cd32e3469b
commit
6da78b9057
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509326
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
21
www/rubygem-protocol-http1/Makefile
Normal file
21
www/rubygem-protocol-http1/Makefile
Normal file
|
@ -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>
|
3
www/rubygem-protocol-http1/distinfo
Normal file
3
www/rubygem-protocol-http1/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1566229356
|
||||
SHA256 (rubygem/protocol-http1-0.9.0.gem) = f903df7085e89016d291da93cf46da207337606f2f0194ea8597814eec47db12
|
||||
SIZE (rubygem/protocol-http1-0.9.0.gem) = 12288
|
3
www/rubygem-protocol-http1/pkg-descr
Normal file
3
www/rubygem-protocol-http1/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Protocol::HTTP1 provides a low-level implementation of the HTTP/1 protocol.
|
||||
|
||||
WWW: https://github.com/socketry/protocol-http1
|
Loading…
Reference in a new issue