From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 15:52:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D894999F; Sat, 27 Sep 2014 15:52:55 +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 C324DD79; Sat, 27 Sep 2014 15:52:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RFqt2c028956; Sat, 27 Sep 2014 15:52:55 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RFqsYf028949; Sat, 27 Sep 2014 15:52:54 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271552.s8RFqsYf028949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 15:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369399 - in head/textproc: . rubygem-escape_utils-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 15:52:56 -0000 Author: xmj Date: Sat Sep 27 15:52:54 2014 New Revision: 369399 URL: http://svnweb.freebsd.org/changeset/ports/369399 QAT: https://qat.redports.org/buildarchive/r369399/ Log: textproc/rubygem-escape_utils-rails4: copy port Async (EventMachine) HTTP client, with support for: o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/brianmario/escape_utils Differential Revision: https://reviews.freebsd.org/D860 Approved by: swills (mentor) Added: head/textproc/rubygem-escape_utils-rails4/ head/textproc/rubygem-escape_utils-rails4/Makefile (contents, props changed) head/textproc/rubygem-escape_utils-rails4/distinfo (contents, props changed) head/textproc/rubygem-escape_utils-rails4/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 27 15:22:48 2014 (r369398) +++ head/textproc/Makefile Sat Sep 27 15:52:54 2014 (r369399) @@ -1310,6 +1310,7 @@ SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-escape_utils + SUBDIR += rubygem-escape_utils-rails4 SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 Added: head/textproc/rubygem-escape_utils-rails4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-escape_utils-rails4/Makefile Sat Sep 27 15:52:54 2014 (r369399) @@ -0,0 +1,27 @@ +# Created by: Scott Sanders +# $FreeBSD$ + +PORTNAME= escape_utils +PORTVERSION= 1.0.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Faster string escaping routines for your web apps + +LICENSE= MIT + +RUN_DEPENDS= rubygem-actionpack4>=0:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-fast_xs>=0:${PORTSDIR}/textproc/rubygem-fast_xs \ + rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml \ + rubygem-minitest>=5:${PORTSDIR}/devel/rubygem-minitest \ + rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-rake-compiler>=0.7.5:${PORTSDIR}/devel/rubygem-rake-compiler \ + rubygem-url_escape>=0:${PORTSDIR}/www/rubygem-url_escape + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-escape_utils-rails4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-escape_utils-rails4/distinfo Sat Sep 27 15:52:54 2014 (r369399) @@ -0,0 +1,2 @@ +SHA256 (rubygem/escape_utils-1.0.1.gem) = 669467df9a8dae259211f5afb5be9dff88879d855af14afee2b5778bf6530960 +SIZE (rubygem/escape_utils-1.0.1.gem) = 25600 Added: head/textproc/rubygem-escape_utils-rails4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-escape_utils-rails4/pkg-descr Sat Sep 27 15:52:54 2014 (r369399) @@ -0,0 +1,14 @@ +Async (EventMachine) HTTP client, with support for: +o Asynchronous HTTP API for single & parallel request execution +o Keep-Alive and HTTP pipelining support +o Auto-follow 3xx redirects with max depth +o Automatic gzip & deflate decoding +o Streaming response processing +o Streaming file uploads +o HTTP proxy and SOCKS5 support +o Basic Auth & OAuth +o Connection-level & Global middleware support +o HTTP parser via http_parser.rb +o Works wherever EventMachine runs: Rubinius, JRuby, MRI + +WWW: https://github.com/brianmario/escape_utils