From owner-cvs-all@FreeBSD.ORG Wed Feb 4 14:04:17 2009 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 94FA610656C4; Wed, 4 Feb 2009 14:04:17 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 830528FC21; Wed, 4 Feb 2009 14:04:17 +0000 (UTC) (envelope-from glarkin@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 n14E4HRD033963; Wed, 4 Feb 2009 14:04:17 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n14E4H0P033962; Wed, 4 Feb 2009 14:04:17 GMT (envelope-from glarkin) Message-Id: <200902041404.n14E4H0P033962@repoman.freebsd.org> From: Greg Larkin Date: Wed, 4 Feb 2009 14:04:17 +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-LWP-ConnCache-MaxKeepAliveRequests Makefile distinfo pkg-descr pkg-plist 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: Wed, 04 Feb 2009 14:04:18 -0000 glarkin 2009-02-04 14:04:17 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-LWP-ConnCache-MaxKeepAliveRequests Makefile distinfo pkg-descr pkg-plist Log: LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server. WWW: http://search.cpan.org/dist/LWP-UserAgent-Determined/ Revision Changes Path 1.2255 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile (new) 1.1 +3 -0 ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/distinfo (new) 1.1 +8 -0 ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr (new) 1.1 +7 -0 ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-plist (new)