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:
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
|
@ -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
|
||||
|
|
19
www/rubygem-protocol-http/Makefile
Normal file
19
www/rubygem-protocol-http/Makefile
Normal 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>
|
3
www/rubygem-protocol-http/distinfo
Normal file
3
www/rubygem-protocol-http/distinfo
Normal 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
|
3
www/rubygem-protocol-http/pkg-descr
Normal file
3
www/rubygem-protocol-http/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Protocol::HTTP provides abstractions for working with the HTTP protocol.
|
||||
|
||||
WWW: https://github.com/socketry/protocol-http
|
Loading…
Reference in a new issue