aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 18:09:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 18:09:47 +0000
commit2ab001165aa6f785ca7018710bdd207d2447d8b6 (patch)
tree6554d4a0b5f7ac71f9210fec79b414cd6aea3bec
parent05e25916bfcf9302abb5d2995f36b7e6eb90b3ed (diff)
downloadports-2ab001165aa6f785ca7018710bdd207d2447d8b6.tar.gz
ports-2ab001165aa6f785ca7018710bdd207d2447d8b6.zip
www/rubygem-patron: Add rubygem-patron 0.13.3
Patron is a Ruby HTTP client library based on libcurl. It does not try to expose the full "power" (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood. WWW: https://github.com/toland/patron
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-patron/Makefile19
-rw-r--r--www/rubygem-patron/distinfo3
-rw-r--r--www/rubygem-patron/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index efe7f583fa5f..2d291358247c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2038,6 +2038,7 @@
SUBDIR += rubygem-ostatus2
SUBDIR += rubygem-pagerduty
SUBDIR += rubygem-passenger
+ SUBDIR += rubygem-patron
SUBDIR += rubygem-platform-api
SUBDIR += rubygem-propshaft
SUBDIR += rubygem-protocol-hpack
diff --git a/www/rubygem-patron/Makefile b/www/rubygem-patron/Makefile
new file mode 100644
index 000000000000..d705cc9da7f0
--- /dev/null
+++ b/www/rubygem-patron/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= patron
+PORTVERSION= 0.13.3
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Ruby HTTP client library based on libcurl
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libcurl.so:ftp/curl
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-patron/distinfo b/www/rubygem-patron/distinfo
new file mode 100644
index 000000000000..7f9c9ab7e926
--- /dev/null
+++ b/www/rubygem-patron/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1642102125
+SHA256 (rubygem/patron-0.13.3.gem) = 29ba41f9e936b54a41726cfebbfc464c09ff8099a51883aba0f823d45b7b4314
+SIZE (rubygem/patron-0.13.3.gem) = 65024
diff --git a/www/rubygem-patron/pkg-descr b/www/rubygem-patron/pkg-descr
new file mode 100644
index 000000000000..2c7d93fd3f00
--- /dev/null
+++ b/www/rubygem-patron/pkg-descr
@@ -0,0 +1,5 @@
+Patron is a Ruby HTTP client library based on libcurl. It does not try to expose
+the full "power" (read complexity) of libcurl but instead tries to provide a
+sane API while taking advantage of libcurl under the hood.
+
+WWW: https://github.com/toland/patron