diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-15 14:26:52 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-15 14:26:52 +0800 |
commit | 9dab26bb0809bda7e292c5f5cdebab05f89a9ffe (patch) | |
tree | 185404d5389e2e348389986d6d890b4c0ce884ff /www | |
parent | 5da280f7767500a9b059a2ce34390b03d6f22824 (diff) | |
download | freebsd-ports-gnome-9dab26bb0809bda7e292c5f5cdebab05f89a9ffe.tar.gz freebsd-ports-gnome-9dab26bb0809bda7e292c5f5cdebab05f89a9ffe.tar.zst freebsd-ports-gnome-9dab26bb0809bda7e292c5f5cdebab05f89a9ffe.zip |
Create new port for www/rubygem-httpi
Summary:
PR: ports/189429
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Test Plan: Build tested in poudriere
Differential Revision: https://phabric.freebsd.org/D13
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-httpi/Makefile | 20 | ||||
-rw-r--r-- | www/rubygem-httpi/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-httpi/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2665ea976c49..fbd4afbcf9ed 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1798,6 +1798,7 @@ SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http-cookie + SUBDIR += rubygem-httpi SUBDIR += rubygem-httparty SUBDIR += rubygem-httpclient SUBDIR += rubygem-innate diff --git a/www/rubygem-httpi/Makefile b/www/rubygem-httpi/Makefile new file mode 100644 index 000000000000..ab900e89bec8 --- /dev/null +++ b/www/rubygem-httpi/Makefile @@ -0,0 +1,20 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= httpi +PORTVERSION= 0.9.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Library for common HTTP client API + +LICENSE= BSD + +RUN_DEPENDS= rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-httpi/distinfo b/www/rubygem-httpi/distinfo new file mode 100644 index 000000000000..9b64e78f5baf --- /dev/null +++ b/www/rubygem-httpi/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/httpi-0.9.7.gem) = 0cbdb3f21f9ebe5927a0bbc1c9830a19ca0bf906a23462193358957e0d5d1e6e +SIZE (rubygem/httpi-0.9.7.gem) = 24576 diff --git a/www/rubygem-httpi/pkg-descr b/www/rubygem-httpi/pkg-descr new file mode 100644 index 000000000000..f95b5e5123cb --- /dev/null +++ b/www/rubygem-httpi/pkg-descr @@ -0,0 +1,3 @@ +Provides common HTTP client API interface. + +WWW: https://rubygems.org/gems/httpi |