mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add rubygem-http3 3.3.0 (copied from rubygem-http)
- Add PORTSCOUT
This commit is contained in:
parent
b8e9a34b67
commit
20d7d0a3ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506553
@ -2030,6 +2030,7 @@
|
||||
SUBDIR += rubygem-http-cookie
|
||||
SUBDIR += rubygem-http-form_data
|
||||
SUBDIR += rubygem-http_router
|
||||
SUBDIR += rubygem-http3
|
||||
SUBDIR += rubygem-httparty
|
||||
SUBDIR += rubygem-httpclient
|
||||
SUBDIR += rubygem-httpi
|
||||
|
28
www/rubygem-http3/Makefile
Normal file
28
www/rubygem-http3/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= http
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
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_data>=2.0:www/rubygem-http-form_data \
|
||||
rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-http3/distinfo
Normal file
3
www/rubygem-http3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1524751004
|
||||
SHA256 (rubygem/http-3.3.0.gem) = acf29eb7c5bf198e8f5645565bd13b755ce52842f045d6ddc5fc0cc2f32d95ca
|
||||
SIZE (rubygem/http-3.3.0.gem) = 70656
|
8
www/rubygem-http3/pkg-descr
Normal file
8
www/rubygem-http3/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user