Bug 120159 - [NEW PORT] www/p5-HTTP-Parser: parse HTTP/1.1 request into HTTP::Request/Response object
Summary: [NEW PORT] www/p5-HTTP-Parser: parse HTTP/1.1 request into HTTP::Request/Resp...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 15:50 UTC by markun
Modified: 2008-02-16 13:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-HTTP-Parser-0.04.shar (2.43 KB, text/plain)
2008-01-30 15:50 UTC, markun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description markun 2008-01-30 15:50:02 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-30 16:48:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 13:45:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 13:45:58 UTC
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"