Date: Thu, 7 Aug 2014 16:26:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364300 - in head/www: . rubygem-http Message-ID: <53e3a8c3.20ac.6ec9d2cd@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 7 16:26:42 2014 New Revision: 364300 URL: http://svnweb.freebsd.org/changeset/ports/364300 QAT: https://qat.redports.org/buildarchive/r364300/ Log: - Add rubygem-http 0.6.1 The HTTP Gem is an easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native extension based on the Node.js parser and a Java port thereof. WWW: https://github.com/tarcieri/http RG: https://rubygems.org/gems/http Added: head/www/rubygem-http/ head/www/rubygem-http/Makefile (contents, props changed) head/www/rubygem-http/distinfo (contents, props changed) head/www/rubygem-http/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 7 16:25:00 2014 (r364299) +++ head/www/Makefile Thu Aug 7 16:26:42 2014 (r364300) @@ -1801,6 +1801,7 @@ SUBDIR += rubygem-heroku-nav SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml + SUBDIR += rubygem-http SUBDIR += rubygem-http-cookie SUBDIR += rubygem-httpi SUBDIR += rubygem-httparty Added: head/www/rubygem-http/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-http/Makefile Thu Aug 7 16:26:42 2014 (r364300) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= http +PORTVERSION= 0.6.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple Ruby DSL for making HTTP requests + +LICENSE= MIT + +RUN_DEPENDS= rubygem-http_parser.rb>=0.6:${PORTSDIR}/net/rubygem-http_parser.rb + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/rubygem-http/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-http/distinfo Thu Aug 7 16:26:42 2014 (r364300) @@ -0,0 +1,2 @@ +SHA256 (rubygem/http-0.6.1.gem) = 6c1c88b7abe75f6e4da320882761e1b310ab622f410897ba6b845d647d799b16 +SIZE (rubygem/http-0.6.1.gem) = 66048 Added: head/www/rubygem-http/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-http/pkg-descr Thu Aug 7 16:26:42 2014 (r364300) @@ -0,0 +1,9 @@ +The HTTP Gem is an easy-to-use client library for making requests from Ruby. It +uses a simple method chaining system for building requests, similar to Python's +Requests + +Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native +extension based on the Node.js parser and a Java port thereof. + +WWW: https://github.com/tarcieri/http +RG: https://rubygems.org/gems/http
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3a8c3.20ac.6ec9d2cd>