Summary: | [NEW PORT] www/p5-HTTP-Parser: parse HTTP/1.1 request into HTTP::Request/Response object | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | markun | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | markun | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
markun
2008-01-30 15:50:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. State Changed From-To: open->closed New port added. Thanks! miwi 2008-02-16 13:45:51 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTTP-Parser Makefile distinfo pkg-descr pkg-plist Log: 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. WWW: http://search.cpan.org/dist/HTTP-Parser/ PR: ports/120159 Submitted by: Masahiro Teramoto <markun at onohara.to> Revision Changes Path 1.1974 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-HTTP-Parser/Makefile (new) 1.1 +3 -0 ports/www/p5-HTTP-Parser/distinfo (new) 1.1 +7 -0 ports/www/p5-HTTP-Parser/pkg-descr (new) 1.1 +5 -0 ports/www/p5-HTTP-Parser/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |