Date: Thu, 31 Jan 2008 00:44:50 +0900 (JST) From: Masahiro Teramoto <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Cc: markun@onohara.to Subject: ports/120159: [NEW PORT] www/p5-HTTP-Parser: parse HTTP/1.1 request into HTTP::Request/Response object Message-ID: <20080130154450.E68472842A@gate.onohara.to> Resent-Message-ID: <200801301550.m0UFo2FZ073157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120159 >Category: ports >Synopsis: [NEW PORT] www/p5-HTTP-Parser: parse HTTP/1.1 request into HTTP::Request/Response object >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: Wed Jan 30 15:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Masahiro Teramoto >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:40:53 UTC 2007 >Description: HTTP::Parser is a stateful HTTP request/response parsing module. It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server. Author: David Robins <dbrobins@cpan.org> WWW: http://search.cpan.org/~dbrobins/HTTP-Parser/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-HTTP-Parser-0.04.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-Parser # p5-HTTP-Parser/pkg-descr # p5-HTTP-Parser/Makefile # p5-HTTP-Parser/pkg-plist # p5-HTTP-Parser/distinfo # echo c - p5-HTTP-Parser mkdir -p p5-HTTP-Parser > /dev/null 2>&1 echo x - p5-HTTP-Parser/pkg-descr sed 's/^X//' >p5-HTTP-Parser/pkg-descr << 'END-of-p5-HTTP-Parser/pkg-descr' XHTTP::Parser is a stateful HTTP request/response parsing module. X XIt accepts chunks of data passed to it and returns either a completion hint Xor an HTTP::Request (or Response) object when it has the entire request. It Xwas originally written to be part of a simple Event.pm-based HTTP server. X XAuthor: David Robins <dbrobins@cpan.org> XWWW: http://search.cpan.org/~dbrobins/HTTP-Parser/ END-of-p5-HTTP-Parser/pkg-descr echo x - p5-HTTP-Parser/Makefile sed 's/^X//' >p5-HTTP-Parser/Makefile << 'END-of-p5-HTTP-Parser/Makefile' X# New ports collection makefile for: p5-HTTP-Parser X# Date created: 2008-01-30 X# Whom: Masahiro Teramoto <markun@onohara.to> X# X# $FreeBSD$ X# X XPORTNAME= HTTP-Parser XPORTVERSION= 0.04 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DB/DBROBINS XPKGNAMEPREFIX= p5- X XMAINTAINER= markun@onohara.to XCOMMENT= parse HTTP/1.1 request into HTTP::Request/Response object X XBUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ X p5-URI>=0:${PORTSDIR}/net/p5-URI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= HTTP::Parser.3 X X.include <bsd.port.mk> END-of-p5-HTTP-Parser/Makefile echo x - p5-HTTP-Parser/pkg-plist sed 's/^X//' >p5-HTTP-Parser/pkg-plist << 'END-of-p5-HTTP-Parser/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/.packlist X%%SITE_PERL%%/HTTP/Parser.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP X@dirrmtry %%SITE_PERL%%/HTTP END-of-p5-HTTP-Parser/pkg-plist echo x - p5-HTTP-Parser/distinfo sed 's/^X//' >p5-HTTP-Parser/distinfo << 'END-of-p5-HTTP-Parser/distinfo' XMD5 (HTTP-Parser-0.04.tar.gz) = 1ce9cabebbe1109fa216f232249d37f5 XSHA256 (HTTP-Parser-0.04.tar.gz) = 0d52c5948b4f44dd2c594d0157ff981bcff286e00a0567ba1186ed70a62730aa XSIZE (HTTP-Parser-0.04.tar.gz) = 5927 END-of-p5-HTTP-Parser/distinfo exit --- p5-HTTP-Parser-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080130154450.E68472842A>