New port: www/rubygem-hurley
Hurley is a ruby gem with no runtime dependencies that provides a common interface for working with different HTTP adapters. It is an evolution of Faraday, with rethought internals. WWW: https://github.com/lostisland/hurley
This commit is contained in:
parent
4d20b106f6
commit
3871df1b70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436584
@ -1993,6 +1993,7 @@
|
||||
SUBDIR += rubygem-httparty
|
||||
SUBDIR += rubygem-httpclient
|
||||
SUBDIR += rubygem-httpi
|
||||
SUBDIR += rubygem-hurley
|
||||
SUBDIR += rubygem-innate
|
||||
SUBDIR += rubygem-jekyll
|
||||
SUBDIR += rubygem-jekyll-watch
|
||||
|
18
www/rubygem-hurley/Makefile
Normal file
18
www/rubygem-hurley/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hurley
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Common interface for working with different HTTP adapters
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-hurley/distinfo
Normal file
3
www/rubygem-hurley/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1490095261
|
||||
SHA256 (rubygem/hurley-0.2.gem) = 6f44cd30f47141ef3c5dbc799c6613e45d52ce9c1a499dc64bc165db9692ee92
|
||||
SIZE (rubygem/hurley-0.2.gem) = 32768
|
6
www/rubygem-hurley/pkg-descr
Normal file
6
www/rubygem-hurley/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Hurley is a ruby gem with no runtime dependencies that
|
||||
provides a common interface for working with
|
||||
different HTTP adapters. It is an evolution of Faraday,
|
||||
with rethought internals.
|
||||
|
||||
WWW: https://github.com/lostisland/hurley
|
Loading…
Reference in New Issue
Block a user