summaryrefslogtreecommitdiff
path: root/www/rubygem-typhoeus-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-typhoeus-gitlab')
-rw-r--r--www/rubygem-typhoeus-gitlab/Makefile20
-rw-r--r--www/rubygem-typhoeus-gitlab/distinfo3
-rw-r--r--www/rubygem-typhoeus-gitlab/pkg-descr8
3 files changed, 31 insertions, 0 deletions
diff --git a/www/rubygem-typhoeus-gitlab/Makefile b/www/rubygem-typhoeus-gitlab/Makefile
new file mode 100644
index 000000000000..39a564f53441
--- /dev/null
+++ b/www/rubygem-typhoeus-gitlab/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= typhoeus
+PORTVERSION= 1.4.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Parallel HTTP request library
+WWW= https://github.com/typhoeus/typhoeus
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-typhoeus-gitlab/distinfo b/www/rubygem-typhoeus-gitlab/distinfo
new file mode 100644
index 000000000000..32bc6f482eed
--- /dev/null
+++ b/www/rubygem-typhoeus-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1700760710
+SHA256 (rubygem/typhoeus-1.4.1.gem) = 1c17db8364bd45ab302dc61e460173c3e69835896be88a3df07c206d5c55ef7c
+SIZE (rubygem/typhoeus-1.4.1.gem) = 57856
diff --git a/www/rubygem-typhoeus-gitlab/pkg-descr b/www/rubygem-typhoeus-gitlab/pkg-descr
new file mode 100644
index 000000000000..086ea1d8e6f3
--- /dev/null
+++ b/www/rubygem-typhoeus-gitlab/pkg-descr
@@ -0,0 +1,8 @@
+Typhoeus runs HTTP requests in parallel while
+cleanly encapsulating handling logic.
+
+It's a library for accessing web services in Ruby,
+specifically designed for building RESTful service
+oriented architectures in Ruby that need to be fast
+enough to process calls to multiple services within
+the client's HTTP request/response life cycle.