summaryrefslogtreecommitdiff
path: root/devel/p5-AnyEvent
diff options
context:
space:
mode:
authorsno <sno>2009-08-18 14:18:33 +0000
committersno <sno>2009-08-18 14:18:33 +0000
commit20c38aa71786bb4349ce1d4f174ca43cd6f11d6f (patch)
tree551f724e5bb1d493613f63adeb9837af5f37dae8 /devel/p5-AnyEvent
parent5d0cf36de895658074b90d69f5741640e3a074bc (diff)
downloadpkgsrc-20c38aa71786bb4349ce1d4f174ca43cd6f11d6f.tar.gz
Updating package devel/p5-AnyEvent from 4.910 to 5.111
Upstream changes: 5.111 Sun Aug 16 18:44:36 CEST 2009 - perl errornously requires sockaddr_un structures returned by the kernel to have a specific length. work around this bug by padding sockaddr_un structures (found to fail on OS X, as perl only uses the correct code for GNU/Linux, but likely to fail on other OSes as well). 5.11 Wed Aug 12 17:49:37 CEST 2009 - fixed a bug in run_cmd with input from filename. - create a json coder object when none is given in write direction to reduce dependency on JSON. 5.1 Tue Aug 11 03:17:32 CEST 2009 - tcp_connect now reports the correct error in $!, not an unrelated one (was broken since 4.91). - AE::Handle did not properly clear rtimeout/wtimeout watchers when retrying a tcp_connect. - new functions: AnyEvent::Util::run_cmd and close_all_fds_except. - fixed wrong documentation in AE::Socket. 5.01 Mon Aug 10 03:16:32 CEST 2009 - last release broke EV child watchers :/. 5.0 Sun Aug 9 17:32:09 CEST 2009 - officially introduce and document the AE API. - lowering the timeout at runtime did not have immediate effect in AnyEvent::Handle. - AE::Handle now has separate and independent read and write timeout settings. - probe for Guard module when AnyEvent::Util is loaded, not at runtime (Event doesn't like eval "use" from callbacks, and it avoids exporting the probe function). - Impl::IOAsync's io watchers did not use the filehandle emulation code to work around it's watcher limits. - work around IO::Async's problems with overloaded objects. - try to disable wearnings inside IO::Async, it's just too buggy. - do no longer use Event by default, only EV or Perl, Event is too buggy. - hackishly provide fast AE:: interface when EV or Perl is the backend. - inherit VERSION from AnyEvent::VERSION in most modules.
Diffstat (limited to 'devel/p5-AnyEvent')
-rw-r--r--devel/p5-AnyEvent/Makefile6
-rw-r--r--devel/p5-AnyEvent/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile
index 4cb21b81e4f..b39bdeb5598 100644
--- a/devel/p5-AnyEvent/Makefile
+++ b/devel/p5-AnyEvent/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/08/08 20:58:21 sno Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/18 14:18:33 sno Exp $
#
-DISTNAME= AnyEvent-4.91
-PKGNAME= p5-${DISTNAME}0
+DISTNAME= AnyEvent-5.111
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo
index bedb257a58e..4d58ee77eeb 100644
--- a/devel/p5-AnyEvent/distinfo
+++ b/devel/p5-AnyEvent/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2009/08/08 20:58:21 sno Exp $
+$NetBSD: distinfo,v 1.14 2009/08/18 14:18:33 sno Exp $
-SHA1 (AnyEvent-4.91.tar.gz) = f5d83f6ac21c3808151dd7f5f522c13c54a0bf9e
-RMD160 (AnyEvent-4.91.tar.gz) = 873cfaec358072856cf133b849b508685e823f8d
-Size (AnyEvent-4.91.tar.gz) = 174140 bytes
+SHA1 (AnyEvent-5.111.tar.gz) = 7d09c1be0da978576c8a086e8eff94a56ddedad9
+RMD160 (AnyEvent-5.111.tar.gz) = a87a087bef37c9e3184a4cf76a7b4edc72edba6a
+Size (AnyEvent-5.111.tar.gz) = 179757 bytes