Skip to content

Commit

Permalink
www/rubygem-faraday-httpclient: Add rubygem-faraday-httpclient 1.0.1
Browse files Browse the repository at this point in the history
Faraday::Faraday is a Faraday adapter for the HTTPClient library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into its own gem. This gem defines the adapter for
HTTPClient.

WWW: https://github.com/lostisland/faraday-httpclient
  • Loading branch information
sunpoet committed Jul 6, 2021
1 parent f455d72 commit 484a579
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -1872,6 +1872,7 @@
SUBDIR += rubygem-faraday
SUBDIR += rubygem-faraday-em_http
SUBDIR += rubygem-faraday-em_synchrony
SUBDIR += rubygem-faraday-httpclient
SUBDIR += rubygem-faraday-net_http
SUBDIR += rubygem-faraday-net_http_persistent
SUBDIR += rubygem-faraday0
Expand Down
19 changes: 19 additions & 0 deletions www/rubygem-faraday-httpclient/Makefile
@@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= faraday-httpclient
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for HTTPClient

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

USES= gem
USE_RUBY= yes

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/rubygem-faraday-httpclient/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1625585424
SHA256 (rubygem/faraday-httpclient-1.0.1.gem) = 4c8ff1f0973ff835be8d043ef16aaf54f47f25b7578f6d916deee8399a04d33b
SIZE (rubygem/faraday-httpclient-1.0.1.gem) = 7680
6 changes: 6 additions & 0 deletions www/rubygem-faraday-httpclient/pkg-descr
@@ -0,0 +1,6 @@
Faraday::Faraday is a Faraday adapter for the HTTPClient library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into its own gem. This gem defines the adapter for
HTTPClient.

WWW: https://github.com/lostisland/faraday-httpclient

0 comments on commit 484a579

Please sign in to comment.