summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-04-23 20:46:56 +0000
committerwiz <wiz@pkgsrc.org>2008-04-23 20:46:56 +0000
commite55a14db91c967efa186b94be4b48a1bab2973d3 (patch)
tree965b6284f95cc68618606edcf86c578b5e32c6de /www
parent5fb9d344a2f0519a7b0645919a744128498d5ba9 (diff)
downloadpkgsrc-e55a14db91c967efa186b94be4b48a1bab2973d3.tar.gz
Update to 0.31:
0.31 Sun Mar 16 20:51:04 EDT 2008 * Test suite parallelization fixes. Thanks to Slaven Rezic 0.30 Tue Mar 11 12:14:24 EDT 2008 * Minor doc fix from Paul Miller. * Fixing doc style from "$this" to "$self" like any self-respecting perl code 0.29 Fri Feb 15 11:43:29 EST 2008 * new example section from almut on perlmonks 0.28 Tue Jan 15 09:33:58 EST 2008 * New restartability support from Mark Stosberg After reviewing the code in HTTP::Server::Simple, Catalyst::Engine::HTTP and HTTP::Server::Brick, I found and implemented an updated signal handling approach that I like and understand, and actually works. The current code restarted immediately if a SIGHUP came in, no matter what was happening, including if a request was in process of being fulfilled. The new code works more like "apachectl graceful". It waits for the current request cycle to finish, and then restarts the server. This code has to be integrated in the core, but its just about the same amount of signal handling code that was there... it just works better. It's also written in such a way I think subclass/mixin authors could rewrite just these parts if they wanted. Also, it looks like a Net::Server based sub-class would already be doing its own thing with SIGHUP handling, and should continue to be unaffected.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Server-Simple/Makefile6
-rw-r--r--www/p5-HTTP-Server-Simple/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile
index c2bfef8ffbb..a79fc5bb16d 100644
--- a/www/p5-HTTP-Server-Simple/Makefile
+++ b/www/p5-HTTP-Server-Simple/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/04/17 07:47:57 obache Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/23 20:46:56 wiz Exp $
#
-DISTNAME= HTTP-Server-Simple-0.27
+DISTNAME= HTTP-Server-Simple-0.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hss
CATEGORIES= www perl5
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple/
COMMENT= Perl5 module providing a simple standalone HTTP daemon
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+
PERL5_PACKLIST= auto/HTTP/Server/Simple/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo
index 5abb95858ac..6f1de575d43 100644
--- a/www/p5-HTTP-Server-Simple/distinfo
+++ b/www/p5-HTTP-Server-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/04/17 07:47:57 obache Exp $
+$NetBSD: distinfo,v 1.4 2008/04/23 20:46:56 wiz Exp $
-SHA1 (HTTP-Server-Simple-0.27.tar.gz) = aed637669d1a3ff7a350d78ad64dffb47f95fdb9
-RMD160 (HTTP-Server-Simple-0.27.tar.gz) = 909115066240d9956bf02e46dd03ada4d7b21763
-Size (HTTP-Server-Simple-0.27.tar.gz) = 23330 bytes
+SHA1 (HTTP-Server-Simple-0.31.tar.gz) = 632018907f2242a86ac86807dacdff024f7ae22c
+RMD160 (HTTP-Server-Simple-0.31.tar.gz) = 022d0466fb7e0e2133f41320ac985839fcae9492
+Size (HTTP-Server-Simple-0.31.tar.gz) = 25067 bytes