From owner-cvs-ports@FreeBSD.ORG Wed Sep 3 08:07:18 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 E928E1065674; Wed, 3 Sep 2008 08:07:18 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D72DA8FC21; Wed, 3 Sep 2008 08:07:18 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8387I8j072779; Wed, 3 Sep 2008 08:07:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8387IGa072778; Wed, 3 Sep 2008 08:07:18 GMT (envelope-from ale) Message-Id: <200809030807.m8387IGa072778@repoman.freebsd.org> From: Alex Dupre Date: Wed, 3 Sep 2008 08:07:18 +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/httpclient Makefile distinfo pkg-descr 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: Wed, 03 Sep 2008 08:07:19 -0000 ale 2008-09-03 08:07:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/httpclient Makefile distinfo pkg-descr Log: HttpClient provides components for client-side authentication, HTTP state management, connection management, and an HTTP/1.1 compliant HTTP agent implementation based on those components. It is intended as successor of and replacement for Jakarta Commons HttpClient 3.x. The HttpClient module is a full-featured, HTTP/1.1 compliant agent built on top of HttpCore. The HttpMime module extends mime4j library with some HTTP specific functionality and integrates it with the HttpComponents framework. WWW: http://hc.apache.org/httpcomponents-client/ Revision Changes Path 1.2143 +1 -0 ports/www/Makefile 1.1 +50 -0 ports/www/httpclient/Makefile (new) 1.1 +3 -0 ports/www/httpclient/distinfo (new) 1.1 +15 -0 ports/www/httpclient/pkg-descr (new)