1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Add rubygem-faraday-net_http 1.0.0

Faraday Net::HTTP is a Faraday adapter for the Net::HTTP library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into it's own gem. This gem defines the adapter for Net::HTTP
the HTTP library that's included into the standard library of Ruby.

WWW: https://github.com/lostisland/faraday-net_http
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-06 20:24:16 +00:00
parent 25e8be3fe0
commit cfb527e2c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560562
4 changed files with 30 additions and 0 deletions

View File

@ -1860,6 +1860,7 @@
SUBDIR += rubygem-ethon SUBDIR += rubygem-ethon
SUBDIR += rubygem-eventmachine_httpserver SUBDIR += rubygem-eventmachine_httpserver
SUBDIR += rubygem-faraday SUBDIR += rubygem-faraday
SUBDIR += rubygem-faraday-net_http
SUBDIR += rubygem-faraday0 SUBDIR += rubygem-faraday0
SUBDIR += rubygem-faraday_middleware SUBDIR += rubygem-faraday_middleware
SUBDIR += rubygem-faraday_middleware0 SUBDIR += rubygem-faraday_middleware0

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= faraday-net_http
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for Net::HTTP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609953853
SHA256 (rubygem/faraday-net_http-1.0.0.gem) = cd648c0343e41cb93fcd1db63dbe25e24ba623b79fbd42b9e275755b586865ce
SIZE (rubygem/faraday-net_http-1.0.0.gem) = 8192

View File

@ -0,0 +1,6 @@
Faraday Net::HTTP is a Faraday adapter for the Net::HTTP library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into it's own gem. This gem defines the adapter for Net::HTTP
the HTTP library that's included into the standard library of Ruby.
WWW: https://github.com/lostisland/faraday-net_http