diff options
author | rhaen <rhaen@pkgsrc.org> | 2013-01-27 11:22:33 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2013-01-27 11:22:33 +0000 |
commit | 015193e03a6c0634cb175d1a565c3e932d8a2d58 (patch) | |
tree | 224b98b806070eac7fa505404cd5c09c5aae8bf7 /www/p5-Starman | |
parent | b86da2959142fd5a1701a62d60a7164bc7562ffe (diff) | |
download | pkgsrc-015193e03a6c0634cb175d1a565c3e932d8a2d58.tar.gz |
Updated to 0.3006
Changes:
0.3006 Wed Dec 19 09:55:05 JST 2012
- Clear out @ARGV, rather than restoring it, to avoid messing with Net::Server internals
0.3005 Wed Nov 14 19:46:31 PST 2012
- Added a warning in runtime/documentation to NOT use -r/-R with Starman
0.3004 Thu Nov 8 19:40:45 PST 2012
- Added --interval option to the sample start_server command
- Makefile.PL fix
0.3003 Thu Sep 27 09:39:56 JST 2012
- Fixed the test hang in some environments, introduced in 0.3002 [RT:79865]
0.3002 Tue Sep 25 15:26:43 JST 2012
- Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether)
- Set REMOTE_PORT PSGI environment variable #50 (dex4er)
- Fix a test failure with a directory containing whitespace (clkao)
0.3001 Mon Jun 25 10:57:20 PDT 2012
- Fix SERVER_NAME and SERVER_PORT not exist on UNIX socket mode #24
- Improved documentation
- Ensure that chunk buffer contains terminating HTTP newline (Peter Makholm)
0.3000 Mon Feb 20 16:31:44 PST 2012
- This be a 0.3 release
0.29_90 Thu Dec 1 19:40:52 PST 2011
- Changed the way server handles HUP and QUIT signals
HUP will just restart all the workers gracefully
QUIT will gracefully shutdown workers and the master
See `man 1 starman` and look for SIGNALS section.
Diffstat (limited to 'www/p5-Starman')
-rw-r--r-- | www/p5-Starman/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Starman/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index a5997726cae..4ef01fc1802 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/10/28 06:30:51 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/01/27 11:22:33 rhaen Exp $ -DISTNAME= Starman-0.2014 +DISTNAME= Starman-0.3006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Starman/distinfo b/www/p5-Starman/distinfo index 465e2ef5011..821b7ac61f2 100644 --- a/www/p5-Starman/distinfo +++ b/www/p5-Starman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/10/15 15:19:14 hiramatsu Exp $ +$NetBSD: distinfo,v 1.8 2013/01/27 11:22:33 rhaen Exp $ -SHA1 (Starman-0.2014.tar.gz) = 84917d43586c929cd52a5a3db0794406e1632ccf -RMD160 (Starman-0.2014.tar.gz) = 878315ae18bb16d245ae15e2cbcdc77473e03ddf -Size (Starman-0.2014.tar.gz) = 31067 bytes +SHA1 (Starman-0.3006.tar.gz) = 6fe5b481c1bfb18055c696f4e41d8544ef8167de +RMD160 (Starman-0.3006.tar.gz) = 9fd5494413ad5fa617fd49471278ac57d554f1a1 +Size (Starman-0.3006.tar.gz) = 34806 bytes |