aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 19:14:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 19:14:48 +0000
commit0dcdb33e6f5fcd9e85ac1831e224606545e17b5d (patch)
tree518f0903aa46bbb6c06c2b8a4feef7e4c66343b6
parent484a579f6d0e348436d6b2568ab1b1375845c120 (diff)
www/rubygem-faraday-patron: Add rubygem-faraday-patron 1.0.0
Faraday::Patron is a Faraday adapter for the Patron 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 Patron. WWW: https://github.com/lostisland/faraday-patron
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-faraday-patron/Makefile19
-rw-r--r--www/rubygem-faraday-patron/distinfo3
-rw-r--r--www/rubygem-faraday-patron/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 0edd6f004c72..c161d5d00161 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1875,6 +1875,7 @@
SUBDIR += rubygem-faraday-httpclient
SUBDIR += rubygem-faraday-net_http
SUBDIR += rubygem-faraday-net_http_persistent
+ SUBDIR += rubygem-faraday-patron
SUBDIR += rubygem-faraday0
SUBDIR += rubygem-faraday_middleware
SUBDIR += rubygem-faraday_middleware0
diff --git a/www/rubygem-faraday-patron/Makefile b/www/rubygem-faraday-patron/Makefile
new file mode 100644
index 000000000000..b28b668a689b
--- /dev/null
+++ b/www/rubygem-faraday-patron/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= faraday-patron
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Faraday adapter for Patron
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-faraday-patron/distinfo b/www/rubygem-faraday-patron/distinfo
new file mode 100644
index 000000000000..f386947a89eb
--- /dev/null
+++ b/www/rubygem-faraday-patron/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1625585426
+SHA256 (rubygem/faraday-patron-1.0.0.gem) = dc2cd7b340bb3cc8e36bcb9e6e7eff43d134b6d526d5f3429c7a7680ddd38fa7
+SIZE (rubygem/faraday-patron-1.0.0.gem) = 7680
diff --git a/www/rubygem-faraday-patron/pkg-descr b/www/rubygem-faraday-patron/pkg-descr
new file mode 100644
index 000000000000..754fea2da7e6
--- /dev/null
+++ b/www/rubygem-faraday-patron/pkg-descr
@@ -0,0 +1,5 @@
+Faraday::Patron is a Faraday adapter for the Patron 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 Patron.
+
+WWW: https://github.com/lostisland/faraday-patron