git: 51c189e106dd - 2025Q4 - www/rubygem-typhoeus14: Add rubygem-typhoeus14 1.4.1 (copied from rubygem-typhoeus)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 20:13:12 UTC
The branch 2025Q4 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=51c189e106dd673c086d74803fc620d9ce27dcc5
commit 51c189e106dd673c086d74803fc620d9ce27dcc5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:12:06 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-10-26 18:39:24 +0000
www/rubygem-typhoeus14: Add rubygem-typhoeus14 1.4.1 (copied from rubygem-typhoeus)
- Add PORTSCOUT
(cherry picked from commit e4742a4aa72e5f675304b1bb1e30b2415241614f)
---
www/Makefile | 1 +
www/rubygem-typhoeus14/Makefile | 22 ++++++++++++++++++++++
www/rubygem-typhoeus14/distinfo | 3 +++
www/rubygem-typhoeus14/pkg-descr | 8 ++++++++
4 files changed, 34 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index bed705c9aff4..dbbaf4eef103 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2478,6 +2478,7 @@
SUBDIR += rubygem-turbolinks
SUBDIR += rubygem-turbolinks-source
SUBDIR += rubygem-typhoeus
+ SUBDIR += rubygem-typhoeus14
SUBDIR += rubygem-uglifier
SUBDIR += rubygem-underscore-rails
SUBDIR += rubygem-unicorn
diff --git a/www/rubygem-typhoeus14/Makefile b/www/rubygem-typhoeus14/Makefile
new file mode 100644
index 000000000000..522481ce919c
--- /dev/null
+++ b/www/rubygem-typhoeus14/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= typhoeus
+PORTVERSION= 1.4.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 14
+
+MAINTAINER= sunpoet@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
+
+PORTSCOUT= limit:^1\.4\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-typhoeus14/distinfo b/www/rubygem-typhoeus14/distinfo
new file mode 100644
index 000000000000..32bc6f482eed
--- /dev/null
+++ b/www/rubygem-typhoeus14/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-typhoeus14/pkg-descr b/www/rubygem-typhoeus14/pkg-descr
new file mode 100644
index 000000000000..086ea1d8e6f3
--- /dev/null
+++ b/www/rubygem-typhoeus14/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.