Skip to content

Commit

Permalink
www/rubygem-faraday-rack: Add rubygem-faraday-rack 1.0.0
Browse files Browse the repository at this point in the history
Faraday Rack adapter is a Faraday adapter for a Rack app. 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 fora Rack app.

WWW: https://github.com/lostisland/faraday-rack
  • Loading branch information
sunpoet committed Aug 8, 2021
1 parent 76ccb26 commit 5ac5d2c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@
SUBDIR += rubygem-faraday-net_http
SUBDIR += rubygem-faraday-net_http_persistent
SUBDIR += rubygem-faraday-patron
SUBDIR += rubygem-faraday-rack
SUBDIR += rubygem-faraday0
SUBDIR += rubygem-faraday14
SUBDIR += rubygem-faraday_middleware
Expand Down
19 changes: 19 additions & 0 deletions www/rubygem-faraday-rack/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= faraday-rack
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG

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

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-rack/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1628103030
SHA256 (rubygem/faraday-rack-1.0.0.gem) = ef60ec969a2bb95b8dbf24400155aee64a00fc8ba6c6a4d3968562bcc92328c0
SIZE (rubygem/faraday-rack-1.0.0.gem) = 7168
5 changes: 5 additions & 0 deletions www/rubygem-faraday-rack/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Faraday Rack adapter is a Faraday adapter for a Rack app. 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 fora Rack app.

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

0 comments on commit 5ac5d2c

Please sign in to comment.