summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Parser-XS
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-17Update p5-HTTP-Parser-XS to 0.14.hiramatsu2-7/+8
Changes from previous: 0.14 - do not include '#' and the following characters in URI in PATH_INFO or QUERY_STRING 0.13 - fix compile error on GCC < 3 (RT #63074) 0.12 - fix undeclared dependency on URI::Escape (RT #62716) - fix parsing of protocol version in the pure perl impl to exactly match that of XS 0.11 - fix build error due to the use of Module::Install::ReadmeMarkdownFromPod (RT #62589) 0.10 - support for HTTP response parsing (by gfx,mala,tokuhirom)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-15Updating www/p5-HTTP-Parser-XS from 0.07nb1 to 0.09sno2-7/+7
Upstream changes: 0.09 - improve compatibility (mainly Windows, RT #61133, thanks to Taro Nishino) 0.08 - improve compatibility (mainly Solaris, thanks to gfx)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-04-10Initial import of p5-HTTP-Parser-XS version 0.07 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request parser that can be used either for writing a synchronous HTTP server or a event-driven server.