From owner-svn-ports-all@FreeBSD.ORG Thu May 15 06:26:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D87E2766; Thu, 15 May 2014 06:26:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC1F82683; Thu, 15 May 2014 06:26:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4F6QrMu004867; Thu, 15 May 2014 06:26:53 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4F6QquX004863; Thu, 15 May 2014 06:26:52 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405150626.s4F6QquX004863@svn.freebsd.org> From: Steve Wills Date: Thu, 15 May 2014 06:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354100 - in head/www: . rubygem-httpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 06:26:53 -0000 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 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 +# $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 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