1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

www/rubygem-faraday-em_http1: Add rubygem-faraday-em_http1 1.0.0 (copied from rubygem-faraday-em_http)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:14:14 +08:00
parent 6a75a12fb5
commit bcce3f1ec7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 25 additions and 0 deletions

View File

@ -1984,6 +1984,7 @@
SUBDIR += rubygem-eventmachine_httpserver
SUBDIR += rubygem-faraday
SUBDIR += rubygem-faraday-em_http
SUBDIR += rubygem-faraday-em_http1
SUBDIR += rubygem-faraday-em_synchrony
SUBDIR += rubygem-faraday-follow_redirects
SUBDIR += rubygem-faraday-http-cache

View File

@ -0,0 +1,20 @@
PORTNAME= faraday-em_http
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Faraday adapter for Em::Http
WWW= https://github.com/lostisland/faraday-em_http
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622037958
SHA256 (rubygem/faraday-em_http-1.0.0.gem) = 7a3d4c7079789121054f57e08cd4ef7e40ad1549b63101f38c7093a9d6c59689
SIZE (rubygem/faraday-em_http-1.0.0.gem) = 9216

View File

@ -0,0 +1 @@
Faraday Em::Http is a Faraday adapter for the Em::Http::Request library.