From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 12 23:00:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0E6D16A421 for ; Fri, 12 Oct 2007 23:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A815013C461 for ; Fri, 12 Oct 2007 23:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9CN06bA037974 for ; Fri, 12 Oct 2007 23:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9CN06tI037973; Fri, 12 Oct 2007 23:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 12 Oct 2007 23:00:06 GMT Resent-Message-Id: <200710122300.l9CN06tI037973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKAHASHI Kaoru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECDCF16A41A for ; Fri, 12 Oct 2007 22:58:29 +0000 (UTC) (envelope-from kaoru@rave.kaoru.trans-nt.com) Received: from mpb1.plala.or.jp (mpb1.plala.or.jp [58.93.253.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9776313C46A for ; Fri, 12 Oct 2007 22:58:28 +0000 (UTC) (envelope-from kaoru@rave.kaoru.trans-nt.com) Received: from rave.kaoru.trans-nt.com ([219.165.189.87]) by mpb1.plala.or.jp with ESMTP id <20071012225826.XVEB10477.mpb1.plala.or.jp@rave.kaoru.trans-nt.com> for ; Sat, 13 Oct 2007 07:58:26 +0900 Received: by rave.kaoru.trans-nt.com (Postfix, from userid 10666) id 9D5588AEC; Sat, 13 Oct 2007 07:58:26 +0900 (JST) Message-Id: <20071012225826.9D5588AEC@rave.kaoru.trans-nt.com> Date: Sat, 13 Oct 2007 07:58:26 +0900 (JST) From: TAKAHASHI Kaoru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117146: [NEW PORT] www/p5-LWP-UserAgent-WithCache: LWP::UserAgent extension with local cache X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 23:00:06 -0000 >Number: 117146 >Category: ports >Synopsis: [NEW PORT] www/p5-LWP-UserAgent-WithCache: LWP::UserAgent extension with local cache >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 23:00:06 UTC 2007 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD rave.kaoru.trans-nt.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 >Description: New port for LWP::UserAgent::WithCache perl module. 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-LWP-UserAgent-WithCache-0.06.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-LWP-UserAgent-WithCache # p5-LWP-UserAgent-WithCache/pkg-descr # p5-LWP-UserAgent-WithCache/Makefile # p5-LWP-UserAgent-WithCache/pkg-plist # p5-LWP-UserAgent-WithCache/distinfo # echo c - p5-LWP-UserAgent-WithCache mkdir -p p5-LWP-UserAgent-WithCache > /dev/null 2>&1 echo x - p5-LWP-UserAgent-WithCache/pkg-descr sed 's/^X//' >p5-LWP-UserAgent-WithCache/pkg-descr << 'END-of-p5-LWP-UserAgent-WithCache/pkg-descr' XLWP::UserAgent::WithCache is a LWP::UserAgent extention. XIt handle 'If-Modified-Since' request header with local cache file. Xlocal cache files are implemented by Cache::FileCache. X XWWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ END-of-p5-LWP-UserAgent-WithCache/pkg-descr echo x - p5-LWP-UserAgent-WithCache/Makefile sed 's/^X//' >p5-LWP-UserAgent-WithCache/Makefile << 'END-of-p5-LWP-UserAgent-WithCache/Makefile' X# New ports collection makefile for: p5-LWP-UserAgent-WithCache X# Date created: 2007-10-12 X# Whom: TAKAHASHI Kaoru X# X# $FreeBSD$ X# X XPORTNAME= LWP-UserAgent-WithCache XPORTVERSION= 0.06 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= LWP XPKGNAMEPREFIX= p5- X XMAINTAINER= kaoru@kaisei.org XCOMMENT= LWP::UserAgent extension with local cache X XBUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XMAN3= LWP::UserAgent::WithCache.3 X X.include END-of-p5-LWP-UserAgent-WithCache/Makefile echo x - p5-LWP-UserAgent-WithCache/pkg-plist sed 's/^X//' >p5-LWP-UserAgent-WithCache/pkg-plist << 'END-of-p5-LWP-UserAgent-WithCache/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/LWP/UserAgent/WithCache.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist X@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent/WithCache X@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/LWP/UserAgent X@dirrmtry lib/perl5/site_perl/5.8.8/LWP/UserAgent END-of-p5-LWP-UserAgent-WithCache/pkg-plist echo x - p5-LWP-UserAgent-WithCache/distinfo sed 's/^X//' >p5-LWP-UserAgent-WithCache/distinfo << 'END-of-p5-LWP-UserAgent-WithCache/distinfo' XMD5 (LWP-UserAgent-WithCache-0.06.tar.gz) = f600458376d5cd8c75683ce5a2139459 XSHA256 (LWP-UserAgent-WithCache-0.06.tar.gz) = 686d345ebd116817fd8c357d97e8e4c0732ace5f489de929ea25e5cd20648201 XSIZE (LWP-UserAgent-WithCache-0.06.tar.gz) = 3099 END-of-p5-LWP-UserAgent-WithCache/distinfo exit --- p5-LWP-UserAgent-WithCache-0.06.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: