From owner-cvs-all@FreeBSD.ORG Fri Dec 16 22:22:46 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F20106564A; Fri, 16 Dec 2011 22:22:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1289D8FC1C; Fri, 16 Dec 2011 22:22:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBGMMjOg044155; Fri, 16 Dec 2011 22:22:45 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBGMMjgr044154; Fri, 16 Dec 2011 22:22:45 GMT (envelope-from pgollucci) Message-Id: <201112162222.pBGMMjgr044154@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 16 Dec 2011 22:22:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/rubygem-escape_utils Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 22:22:46 -0000 pgollucci 2011-12-16 22:22:45 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-escape_utils Makefile distinfo pkg-descr Log: 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/igrigorik/em-http-request PR: ports/163361 Submitted by: Scott Sanders Sponsored by: RideCharge Inc. / Taxi Magic Revision Changes Path 1.1686 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/rubygem-escape_utils/Makefile (new) 1.1 +2 -0 ports/textproc/rubygem-escape_utils/distinfo (new) 1.1 +14 -0 ports/textproc/rubygem-escape_utils/pkg-descr (new)