summaryrefslogtreecommitdiff
path: root/net/p5-Net-Server/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-07-18 19:44:59 +0000
committerseb <seb@pkgsrc.org>2010-07-18 19:44:59 +0000
commit59bf7986b54fcd5d199bc1a00386e8bc6c2024aa (patch)
tree9bf2382b36a7e9a2562674dd396f19a0a166f03f /net/p5-Net-Server/Makefile
parentb0c97b58e7642a4e5b4bb096a89d8c03270a1e14 (diff)
downloadpkgsrc-59bf7986b54fcd5d199bc1a00386e8bc6c2024aa.tar.gz
Update p5-Net-Server from version 0.97nb1 to version 0.99.
Upstream changes: 0.99 July 13 2010 - Add customizable check_for_spawn and min_child_ttl settings in PreFork (Graham Barr) - Add other_child_died_hook (Daniel Kahn Gillmor) - Make Multiplex do $mux->add($sock) for UDP sockets (Kristoffer Møllerhøj) - Change Net::Server::Daemonize to use kill 0 rather than the unportable `ps` - Fix calling conventions of MultiType - Avoid select in SSLEAY that was allowing for infinite spin loop - Fix tie_stdout mode to not warn about unopen handles. - Added Net::Server::HTTP base class for basic HTTP daemon handling. - Change examples/httpd to use Net::Server::HTTP 0.98 May 05 2010 - Add SSLeay proto - finally a workable SSL solution. - Add minimal Net::Server::TiedHandle to allow for STDIN and STDOUT to work with SSLEAY - Net::Server::TiedHandle also support tied_stdin_callback and tied_stdout_callback Feb 08 2008 - Allow for port => 0 which lets the OS auto assign a port on some OSes (Blackie Hlasek) - Add idle_loop_hook to PreForkSimple and PreFork (David Zuhn) - Add consistent formatting capabilities to the log method (whethere Syslog is used or not) (David Zuhn) - Warn when default listen value is used - try to make it a sensible default (Mark Martinec) - Allow for non-zero exit value - particularly when called from fatal (David Schweikert)
Diffstat (limited to 'net/p5-Net-Server/Makefile')
-rw-r--r--net/p5-Net-Server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile
index 96ccc98c685..21f22d9e02a 100644
--- a/net/p5-Net-Server/Makefile
+++ b/net/p5-Net-Server/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2009/09/13 19:23:33 sno Exp $
+# $NetBSD: Makefile,v 1.22 2010/07/18 19:44:59 seb Exp $
#
-DISTNAME= Net-Server-0.97
+DISTNAME= Net-Server-0.99
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
SVR4_PKGNAME= p5nts
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}