Skip to content

Commit

Permalink
www/rubygem-faraday-typhoeus: Add rubygem-faraday-typhoeus 1.1.0
Browse files Browse the repository at this point in the history
Faraday Typhoeus Adapter is a Faraday 2 adapter for the Typhoeus parallel HTTP
client. It supports parallel HTTP requests and streaming.
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent f278c47 commit 4a7258e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -2011,6 +2011,7 @@
SUBDIR += rubygem-faraday-rack1
SUBDIR += rubygem-faraday-retry
SUBDIR += rubygem-faraday-retry1
SUBDIR += rubygem-faraday-typhoeus
SUBDIR += rubygem-faraday0
SUBDIR += rubygem-faraday1
SUBDIR += rubygem-faraday_middleware
Expand Down
20 changes: 20 additions & 0 deletions www/rubygem-faraday-typhoeus/Makefile
@@ -0,0 +1,20 @@
PORTNAME= faraday-typhoeus
PORTVERSION= 1.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for Typhoeus
WWW= https://github.com/dleavitt/faraday-typhoeus

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday \
rubygem-typhoeus>=1.4<2:www/rubygem-typhoeus

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/rubygem-faraday-typhoeus/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1712427880
SHA256 (rubygem/faraday-typhoeus-1.1.0.gem) = 24c6147c213818dde3ebc50ae47ab92f9a7e554903aa362707126f749c6890e7
SIZE (rubygem/faraday-typhoeus-1.1.0.gem) = 8704
2 changes: 2 additions & 0 deletions www/rubygem-faraday-typhoeus/pkg-descr
@@ -0,0 +1,2 @@
Faraday Typhoeus Adapter is a Faraday 2 adapter for the Typhoeus parallel HTTP
client. It supports parallel HTTP requests and streaming.

0 comments on commit 4a7258e

Please sign in to comment.