summaryrefslogtreecommitdiff
path: root/devel/p5-AnyEvent
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-24 15:05:16 +0000
committersno <sno@pkgsrc.org>2009-04-24 15:05:16 +0000
commit46b40ded4b3b74138a242209256aab21dfb48fa9 (patch)
tree44a2540717ca401cec69315e277787ee5cc759e3 /devel/p5-AnyEvent
parent94f36a291b3a76706c88cc47a2e1af32e01a589e (diff)
downloadpkgsrc-46b40ded4b3b74138a242209256aab21dfb48fa9.tar.gz
PkgSrc changes:
- Updating package for p5 module AnyEvent from 4.331 to 4.352 Upstream changes: 4.352 Mon Apr 20 16:31:11 CEST 2009 - fix AnyEvent::Strict error messages for child watchers. - fix/update Makefile.PL "recommends" versions. - add AnyEvent->now_update. 4.351 Sat Apr 11 07:56:14 CEST 2009 - actually make the signal pipe work under win32. - localise $! in signal handler to avoid changing $!, although perl itself does not seem to save/restore errno either. - set the cloexec flag on the signal pipe (normally set by perl too). 4.35 Fri Mar 27 11:48:20 CET 2009 - event models relying on AnyEvent's signal watcher emulation did invoke the callback asynchronously, contradicting documentation and causing signals to get lost (this includes AnyEvent's own event loop). AnyEvent now uses the standard pipe trick to make callback execution synchronous to the event loop. - AnyEvent::Handle didn't free TLS context data on DESTROY (patch by Pavel Shaydo). - work around the ever-incompatibly-changing API of MakeMaker. - document that changing global variables without restoring them is a bad idea in Perl (noted by Adam Rosenstein). - AnyEvent::Strict now barfs if ->io is passed a file. 4.34 Thu Feb 12 18:32:45 CET 2009 - separately buffer TLS read data, as otherwise the read queue could deadlock as receiving data is not expected while draining the read queue (which cna only happen with TLS). - raise EBADMSG error on JSON decoding errors. - fix some minor manpage bugs (reported by Maximilian Ga~A"Y). - speed up select bitmask parsing quite a bit in the pure perl backend. - use CORE::select instead of just select in AnyEvent::Impl::Perl.
Diffstat (limited to 'devel/p5-AnyEvent')
-rw-r--r--devel/p5-AnyEvent/Makefile4
-rw-r--r--devel/p5-AnyEvent/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile
index 44db82f9fe1..58eec80db71 100644
--- a/devel/p5-AnyEvent/Makefile
+++ b/devel/p5-AnyEvent/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2009/02/10 14:25:25 rhaen Exp $
+# $NetBSD: Makefile,v 1.11 2009/04/24 15:05:16 sno Exp $
#
-DISTNAME= AnyEvent-4.331
+DISTNAME= AnyEvent-4.352
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo
index 40e27b29f9e..12ce789311f 100644
--- a/devel/p5-AnyEvent/distinfo
+++ b/devel/p5-AnyEvent/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/02/10 14:25:25 rhaen Exp $
+$NetBSD: distinfo,v 1.8 2009/04/24 15:05:16 sno Exp $
-SHA1 (AnyEvent-4.331.tar.gz) = bf0bd5b436260898c12076e46aee35e93b0220a2
-RMD160 (AnyEvent-4.331.tar.gz) = f0eef9c2aa62b7c9be7201827878ecb321511ed1
-Size (AnyEvent-4.331.tar.gz) = 124355 bytes
+SHA1 (AnyEvent-4.352.tar.gz) = c00d254f0b0182afe4f65efec6bb2efee8f8e10c
+RMD160 (AnyEvent-4.352.tar.gz) = 26d230c0355b8632d92e74b7f78b9a0210f52be6
+Size (AnyEvent-4.352.tar.gz) = 126252 bytes