From owner-cvs-ports@FreeBSD.ORG Fri Oct 12 23:39:01 2007 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 7B35B16A417; Fri, 12 Oct 2007 23:39:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C4E413C47E; Fri, 12 Oct 2007 23:39:01 +0000 (UTC) (envelope-from miwi@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 l9CNd1OO019609; Fri, 12 Oct 2007 23:39:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CNd1it019608; Fri, 12 Oct 2007 23:39:01 GMT (envelope-from miwi) Message-Id: <200710122339.l9CNd1it019608@repoman.freebsd.org> From: Martin Wilke Date: Fri, 12 Oct 2007 23:39:01 +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-UserAgent-WithCache 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: Fri, 12 Oct 2007 23:39:01 -0000 miwi 2007-10-12 23:39:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-LWP-UserAgent-WithCache Makefile distinfo pkg-descr pkg-plist Log: LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache. WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ PR: ports/117146 Submitted by: TAKAHASHI Kaoru Revision Changes Path 1.1909 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-LWP-UserAgent-WithCache/Makefile (new) 1.1 +3 -0 ports/www/p5-LWP-UserAgent-WithCache/distinfo (new) 1.1 +5 -0 ports/www/p5-LWP-UserAgent-WithCache/pkg-descr (new) 1.1 +5 -0 ports/www/p5-LWP-UserAgent-WithCache/pkg-plist (new)