1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add rubygem-http2 2.2.2 (copied from rubygem-http)

- Update RUN_DEPENDS
- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-12 13:32:48 +00:00
parent 49dc12ca0f
commit 9927a9dcd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456132
4 changed files with 39 additions and 0 deletions

View File

@ -2034,6 +2034,7 @@
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-http-form_data
SUBDIR += rubygem-http-form_data1
SUBDIR += rubygem-http2
SUBDIR += rubygem-http_router
SUBDIR += rubygem-httparty
SUBDIR += rubygem-httpclient

View File

@ -0,0 +1,27 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= http
PORTVERSION= 2.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
rubygem-http-cookie>=1.0:www/rubygem-http-cookie \
rubygem-http-form_data1>=1.0.1:www/rubygem-http-form_data1 \
rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
PORTSCOUT= limit:^2\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1493366903
SHA256 (rubygem/http-2.2.2.gem) = 391515043d4a37cdd6856b8bbf4f8af70fba1a9008ba77ae9f39d48d2e4e8dcd
SIZE (rubygem/http-2.2.2.gem) = 67072

View File

@ -0,0 +1,8 @@
The HTTP Gem is an easy-to-use client library for making requests from Ruby. It
uses a simple method chaining system for building requests, similar to Python's
Requests
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native
extension based on the Node.js parser and a Java port thereof.
WWW: https://github.com/httprb/http