From gslin@vega.csie.NCTU.edu.tw Fri Jul 21 07:32:41 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5488616A4DE for ; Fri, 21 Jul 2006 07:32:41 +0000 (UTC) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: from vega.csie.NCTU.edu.tw (Deer.csie.nctu.edu.tw [140.113.17.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8038543D5F for ; Fri, 21 Jul 2006 07:32:39 +0000 (GMT) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: from vega.csie.NCTU.edu.tw (gslin@localhost [127.0.0.1]) by vega.csie.NCTU.edu.tw (8.13.6/8.13.6) with ESMTP id k6L7WcxE094179; Fri, 21 Jul 2006 15:32:38 +0800 (CST) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: (from gslin@localhost) by vega.csie.NCTU.edu.tw (8.13.6/8.13.6/Submit) id k6L7WbGe094178; Fri, 21 Jul 2006 15:32:37 +0800 (CST) (envelope-from gslin) Message-Id: <200607210732.k6L7WbGe094178@vega.csie.NCTU.edu.tw> Date: Fri, 21 Jul 2006 15:32:37 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@gslin.org Subject: [NEW PORT] www/p5-HTTP-Cookies-iCab: Cookie storage and management for iCab X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 100658 >Category: ports >Synopsis: [NEW PORT] www/p5-HTTP-Cookies-iCab: Cookie storage and management for iCab >Confidential: no >Severity: non-critical >Priority: low >Responsible: clsung >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 21 07:40:15 GMT 2006 >Closed-Date: Sun Jul 23 06:48:26 GMT 2006 >Last-Modified: Sun Jul 23 06:48:26 GMT 2006 >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006 >Description: This package overrides the load() and save() methods of HTTP::Cookies so it can work with iCab cookie files. WWW: http://search.cpan.org/dist/HTTP-Cookies-iCab/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-HTTP-Cookies-iCab-1.07.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-HTTP-Cookies-iCab # p5-HTTP-Cookies-iCab/pkg-descr # p5-HTTP-Cookies-iCab/Makefile # p5-HTTP-Cookies-iCab/pkg-plist # p5-HTTP-Cookies-iCab/distinfo # echo c - p5-HTTP-Cookies-iCab mkdir -p p5-HTTP-Cookies-iCab > /dev/null 2>&1 echo x - p5-HTTP-Cookies-iCab/pkg-descr sed 's/^X//' >p5-HTTP-Cookies-iCab/pkg-descr << 'END-of-p5-HTTP-Cookies-iCab/pkg-descr' XThis package overrides the load() and save() methods of HTTP::Cookies Xso it can work with iCab cookie files. X XWWW: http://search.cpan.org/dist/HTTP-Cookies-iCab/ END-of-p5-HTTP-Cookies-iCab/pkg-descr echo x - p5-HTTP-Cookies-iCab/Makefile sed 's/^X//' >p5-HTTP-Cookies-iCab/Makefile << 'END-of-p5-HTTP-Cookies-iCab/Makefile' X# New ports collection makefile for: p5-HTTP-Cookies-iCab X# Date created: 2006-07-21 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= HTTP-Cookies-iCab XPORTVERSION= 1.07 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTTP XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Cookie storage and management for iCab X XRUN_DEPENDS= ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff X XPERL_CONFIGURE= yes X XMAN3= HTTP::Cookies::iCab.3 X X.include X X.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww XIGNORE= requires Perl 5.6.0 or later. Please install lang/perl5.8 and try again X.endif X X.if ${PERL_LEVEL} < 500602 || ${PERL_LEVEL} == 500700 || ${PERL_LEVEL} == 500701 XRUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple X.endif X X.include END-of-p5-HTTP-Cookies-iCab/Makefile echo x - p5-HTTP-Cookies-iCab/pkg-plist sed 's/^X//' >p5-HTTP-Cookies-iCab/pkg-plist << 'END-of-p5-HTTP-Cookies-iCab/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies/iCab/.packlist X%%SITE_PERL%%/HTTP/Cookies/iCab.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies/iCab X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP END-of-p5-HTTP-Cookies-iCab/pkg-plist echo x - p5-HTTP-Cookies-iCab/distinfo sed 's/^X//' >p5-HTTP-Cookies-iCab/distinfo << 'END-of-p5-HTTP-Cookies-iCab/distinfo' XMD5 (HTTP-Cookies-iCab-1.07.tar.gz) = 4587a0467736152b27501eb9086672f5 XSHA256 (HTTP-Cookies-iCab-1.07.tar.gz) = 67238a1711fbaa49c22638138d127cd63d186ed0632360b541d46e86ed8383d8 XSIZE (HTTP-Cookies-iCab-1.07.tar.gz) = 4793 END-of-p5-HTTP-Cookies-iCab/distinfo exit --- p5-HTTP-Cookies-iCab-1.07.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 21 07:40:25 UTC 2006 Responsible-Changed-Why: clsung@ wants his PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=100658 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Sun Jul 23 06:48:24 UTC 2006 State-Changed-Why: New port added. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=100658 >Unformatted: