summaryrefslogtreecommitdiff
path: root/net/p5-Net-Daemon
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-11-05 04:09:39 +0000
committerobache <obache@pkgsrc.org>2006-11-05 04:09:39 +0000
commite55b86b6bcb5e9d41ba8264def417791921f290c (patch)
treec0cb188b265709e9e8f87b4f953b837c19793764 /net/p5-Net-Daemon
parent3a9bc7b9a92107e2f365a9667e9f63dcccadddf6 (diff)
downloadpkgsrc-e55b86b6bcb5e9d41ba8264def417791921f290c.tar.gz
Update p5-Net-Daemon to 0.39.
Based on patch privided by Martin Wilke via PR 34395. And * HOMEPAGE is't exist anymore, so move to CPAN site. * This package isn't depend on p5-Data-Dumper, so remove it. Changes: 2006-02-15 Jochen Wiedmann <jwied@cpan.org> (0.39) * t/forkm.t: Hopefully, I finally got rid of the problem with the forking tests. It seems, that the perlipc manual got updated in the past years, most possibly for the same reason: A child handler must be written to catch childs in a loop. 2003-11-10 Jochen Wiedmann <joe@ispsoft.de> (0.38) * lib/Net/Daemon.pm: It is now possible to specify user/group root (aka 0). (rgreab@fx.ro) * Added mode 'ithreads'. (Bill Jackson, <bjackson@ah.ddiglobal.com>) * lib/Net/Daemon.pm (Bind): The parent process is now explicitly closing the client socket in fork mode. (Thought this would happen automatically due to garbage collection, but possibly it doesn't.) Tulsi Ram Mayala, <tulsi_rammayala@pspl.co.in> 2002-08-20 Jochen Wiedmann <joe@ispsoft.de> (0.37) * lib/Net/Daemon.pm (Bind): The server died, if accepting a connection failed. Fixed. Nathan Mueller <nmueller@cs.wisc.edu>
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r--net/p5-Net-Daemon/Makefile9
-rw-r--r--net/p5-Net-Daemon/distinfo8
2 files changed, 7 insertions, 10 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile
index 5596417cd7b..68a500b7e3a 100644
--- a/net/p5-Net-Daemon/Makefile
+++ b/net/p5-Net-Daemon/Makefile
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:25 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/11/05 04:09:39 obache Exp $
#
-DISTNAME= Net-Daemon-0.36
+DISTNAME= Net-Daemon-0.39
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nda
-PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= eric@cirr.com
-HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
+HOMEPAGE= http://search.cpan.org/~jwied/Net-Daemon/
COMMENT= Perl5 module for writing networking daemons
-DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5
-
PERL5_PACKLIST= auto/Net/Daemon/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo
index dc6e7961e51..dbc7a9ac61f 100644
--- a/net/p5-Net-Daemon/distinfo
+++ b/net/p5-Net-Daemon/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:58 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/11/05 04:09:39 obache Exp $
-SHA1 (Net-Daemon-0.36.tar.gz) = a37d9888590577ccaa6abd667c4dc36643b7fa51
-RMD160 (Net-Daemon-0.36.tar.gz) = e81e44d5099a288e56df0bc152c00609ed8e56af
-Size (Net-Daemon-0.36.tar.gz) = 26496 bytes
+SHA1 (Net-Daemon-0.39.tar.gz) = 6799ec70460936bd3737fa5b91741af07bc0bdc8
+RMD160 (Net-Daemon-0.39.tar.gz) = aba653ca4065e8133053948f8aa08a21a83baba5
+Size (Net-Daemon-0.39.tar.gz) = 31737 bytes