diff options
-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 |