Tue Aug 18 14:18:33 2009 UTC ()
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.


(sno)
diff -r1.16 -r1.17 pkgsrc/devel/p5-AnyEvent/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-AnyEvent/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-AnyEvent/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-AnyEvent/Makefile 2009/08/08 20:58:21 1.16
+++ pkgsrc/devel/p5-AnyEvent/Makefile 2009/08/18 14:18:33 1.17
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.16 2009/08/08 20:58:21 sno Exp $ 1# $NetBSD: Makefile,v 1.17 2009/08/18 14:18:33 sno Exp $
2# 2#
3 3
4DISTNAME= AnyEvent-4.91 4DISTNAME= AnyEvent-5.111
5PKGNAME= p5-${DISTNAME}0 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel 6CATEGORIES= devel
7#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/ 7#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
9 9
10MAINTAINER= rhaen@NetBSD.org 10MAINTAINER= rhaen@NetBSD.org
11HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html 11HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
12COMMENT= Simple API for io, timer and completion callbacks 12COMMENT= Simple API for io, timer and completion callbacks
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16PERL5_PACKLIST= auto/AnyEvent/.packlist 16PERL5_PACKLIST= auto/AnyEvent/.packlist
17 17
18# recommented dependencies: 18# recommented dependencies:

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-AnyEvent/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-AnyEvent/distinfo 2009/08/08 20:58:21 1.13
+++ pkgsrc/devel/p5-AnyEvent/distinfo 2009/08/18 14:18:33 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2009/08/08 20:58:21 sno Exp $ 1$NetBSD: distinfo,v 1.14 2009/08/18 14:18:33 sno Exp $
2 2
3SHA1 (AnyEvent-4.91.tar.gz) = f5d83f6ac21c3808151dd7f5f522c13c54a0bf9e 3SHA1 (AnyEvent-5.111.tar.gz) = 7d09c1be0da978576c8a086e8eff94a56ddedad9
4RMD160 (AnyEvent-4.91.tar.gz) = 873cfaec358072856cf133b849b508685e823f8d 4RMD160 (AnyEvent-5.111.tar.gz) = a87a087bef37c9e3184a4cf76a7b4edc72edba6a
5Size (AnyEvent-4.91.tar.gz) = 174140 bytes 5Size (AnyEvent-5.111.tar.gz) = 179757 bytes