Date: Thu, 15 May 2014 06:26:52 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354100 - in head/www: . rubygem-httpi Message-ID: <201405150626.s4F6QquX004863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu May 15 06:26:52 2014 New Revision: 354100 URL: http://svnweb.freebsd.org/changeset/ports/354100 QAT: https://qat.redports.org/buildarchive/r354100/ Log: 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 Added: head/www/rubygem-httpi/ head/www/rubygem-httpi/Makefile (contents, props changed) head/www/rubygem-httpi/distinfo (contents, props changed) head/www/rubygem-httpi/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu May 15 05:10:06 2014 (r354099) +++ head/www/Makefile Thu May 15 06:26:52 2014 (r354100) @@ -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 Added: head/www/rubygem-httpi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-httpi/Makefile Thu May 15 06:26:52 2014 (r354100) @@ -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> Added: head/www/rubygem-httpi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-httpi/distinfo Thu May 15 06:26:52 2014 (r354100) @@ -0,0 +1,2 @@ +SHA256 (rubygem/httpi-0.9.7.gem) = 0cbdb3f21f9ebe5927a0bbc1c9830a19ca0bf906a23462193358957e0d5d1e6e +SIZE (rubygem/httpi-0.9.7.gem) = 24576 Added: head/www/rubygem-httpi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-httpi/pkg-descr Thu May 15 06:26:52 2014 (r354100) @@ -0,0 +1,3 @@ +Provides common HTTP client API interface. + +WWW: https://rubygems.org/gems/httpi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405150626.s4F6QquX004863>