pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Server-Simple Update to 0.31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4c130ab7e54
branches:  trunk
changeset: 541529:c4c130ab7e54
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 23 20:46:56 2008 +0000

description:
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:

 www/p5-HTTP-Server-Simple/Makefile |  6 ++++--
 www/p5-HTTP-Server-Simple/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 2639e5b2db2c -r c4c130ab7e54 www/p5-HTTP-Server-Simple/Makefile
--- a/www/p5-HTTP-Server-Simple/Makefile        Wed Apr 23 20:43:17 2008 +0000
+++ b/www/p5-HTTP-Server-Simple/Makefile        Wed Apr 23 20:46:56 2008 +0000
@@ -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 @@
 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 -r 2639e5b2db2c -r c4c130ab7e54 www/p5-HTTP-Server-Simple/distinfo
--- a/www/p5-HTTP-Server-Simple/distinfo        Wed Apr 23 20:43:17 2008 +0000
+++ b/www/p5-HTTP-Server-Simple/distinfo        Wed Apr 23 20:46:56 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index