Bug 189429 - [patch] New port of devel/rubygem-httpi
Summary: [patch] New port of devel/rubygem-httpi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 18:30 UTC by joe
Modified: 2014-05-15 07:34 UTC (History)
0 users

See Also:


Attachments
file.shar (1.49 KB, text/plain)
2014-05-07 18:30 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-07 18:30:01 UTC
New port of the gem httpi.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-15 07:26:57 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-15 07:34:06 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!