From owner-cvs-ports@FreeBSD.ORG Tue Jul 8 07:22:32 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F6061065677; Tue, 8 Jul 2008 07:22:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F23B8FC35; Tue, 8 Jul 2008 07:22:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m687MWoD093128; Tue, 8 Jul 2008 07:22:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m687MWu0093127; Tue, 8 Jul 2008 07:22:32 GMT (envelope-from beech) Message-Id: <200807080722.m687MWu0093127@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 8 Jul 2008 07:22:32 +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/www Makefile ports/www/p5-AnyEvent-HTTP Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 07:22:32 -0000 beech 2008-07-08 07:22:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-AnyEvent-HTTP Makefile distinfo pkg-descr pkg-plist Log: - New port p5-AnyEvent-HTTP-1.0.3 Implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC. WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP PR: ports/125342 Submitted by: Vladimir Timofeev Revision Changes Path 1.2087 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/p5-AnyEvent-HTTP/Makefile (new) 1.1 +3 -0 ports/www/p5-AnyEvent-HTTP/distinfo (new) 1.1 +6 -0 ports/www/p5-AnyEvent-HTTP/pkg-descr (new) 1.1 +5 -0 ports/www/p5-AnyEvent-HTTP/pkg-plist (new)