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:
Torsten Zuehlsdorff 2017-03-21 11:25:01 +00:00
parent 4d20b106f6
commit 3871df1b70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436584
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490095261
SHA256 (rubygem/hurley-0.2.gem) = 6f44cd30f47141ef3c5dbc799c6613e45d52ce9c1a499dc64bc165db9692ee92
SIZE (rubygem/hurley-0.2.gem) = 32768

View 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