Date: Sat, 27 Sep 2014 15:52:54 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> 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 Message-ID: <201409271552.s8RFqsYf028949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <scott@jssjr.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271552.s8RFqsYf028949>