Commit graph

6 commits

Author SHA1 Message Date
abs
e9a01e9469 Updated www/p5-Starlet to 0.14
0.14
    - support for randomized reqs-per-child
    - support for slow restart
    - do not send Server header more than once per every response
2012-01-22 19:42:09 +00:00
hiramatsu
ec49a19b53 Update p5-Starlet to 0.13.
Changes from previous:
0.13
	- test compatibilty improvement: ignore proxy setting while running tests (datamuc)

0.12
	- [bugfix] fix infinite loop when connection is closed while receiving
	  response content (thanks to Jiro Nishiguchi-san)

0.11
	- suppress the warning "Use of "goto" to jump into a construct is deprecated"
2011-10-27 12:23:47 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
5458227540 Update p5-Starlet from version 0.08nb1 to version 0.10.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10
	- switch from alarm-based polling to select-based
	- use TCP_DEFER_ACCEPT on linux
	- performance tweaks

0.09
	- [bugfix] enable keepalive when --max-keepalive-reqs=n (n>1) is set
	- accept --max-workers=n option (for better interoperability w. Starman)
2010-08-25 23:07:00 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +00:00
seb
bac8ef61b5 Initial import of p5-Starlet version 0.08 in the NetBSD Packages
Collection.

The Perl 5 module Starlet provides a standalone HTTP/1.0 server.
It is suitable for running HTTP application servers behind a reverse
proxy and supports the following features: prefork and graceful
shutdown using Parallel::Prefork, hot deployment using Server::Starter,
fast HTTP processing using HTTP::Parser::XS .
2010-04-16 04:08:03 +00:00