diff options
author | sno <sno@pkgsrc.org> | 2010-08-25 19:26:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-25 19:26:17 +0000 |
commit | 3dd2205fa2d371d62c72703e629cafc8cb24e33a (patch) | |
tree | 2ecce3aa37a31add8743f149463f8e1bb5d8c39e /devel | |
parent | a4e923878cdbb0770e6f63d1cf8f7918eaccceb7 (diff) | |
download | pkgsrc-3dd2205fa2d371d62c72703e629cafc8cb24e33a.tar.gz |
Updating devel/p5-AnyEvent from 5.251nb1 to 5.271
Upstream changes:
5.271 Tue Jun 8 12:05:46 CEST 2010
- backport to perl 5.8.x.
5.27 Sun Jun 6 12:12:05 CEST 2010
- postpone differently in AnyEvent::Socket now, as
when not, canceling the connection attempt might fail
(found by Felix Antonius Wilhelm Ostmann).
- explicitly check for non-stream sockets in AE::Handle, too many
clueless people fell into the trap of this somehow working.
- simplified and reworked the "OTHER MODULES" section.
- better/more condvar examples.
5.261 Wed Apr 28 16:13:36 CEST 2010
- AF_INET6 was not properly used from Socket6 during configuration
time (found by Andy Grundman).
5.26 Mon Apr 12 04:49:35 CEST 2010
- don't generate spurious readyness notifications when select
returns EINTR in the pure perl backend (analysed and testcase
by Bas Denissen).
- give same examples in SYNOPSIS sections of AnyEvent and AE.
- provider faster implementations for AE::time/now/now_update for
EV and Perl backends.
- provide faster AE::cv and AE::time implementations for all
backends.
- no longer support lower/mixed-case signal names (this was
never documented nor universally supported).
- some more memory ??-optimisations, and somewhat less messy
code to cope with both AnyEvent and AE APIs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AnyEvent/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-AnyEvent/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index a2f38f6f1e4..c5d5a38ca6c 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2010/08/21 16:33:10 seb Exp $ +# $NetBSD: Makefile,v 1.21 2010/08/25 19:26:17 sno Exp $ # -DISTNAME= AnyEvent-5.251 +DISTNAME= AnyEvent-5.271 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 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 ae770826a8b..8693ce183d0 100644 --- a/devel/p5-AnyEvent/distinfo +++ b/devel/p5-AnyEvent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2010/03/16 22:21:11 sno Exp $ +$NetBSD: distinfo,v 1.17 2010/08/25 19:26:17 sno Exp $ -SHA1 (AnyEvent-5.251.tar.gz) = c0120c05437261d577cb52ddcf2d749c27c4bf18 -RMD160 (AnyEvent-5.251.tar.gz) = 389c5c51d742595a885e7395893ee71f9b106045 -Size (AnyEvent-5.251.tar.gz) = 216958 bytes +SHA1 (AnyEvent-5.271.tar.gz) = 4abe48498cf7ceefa6d2d7de02dbc5b28b67148a +RMD160 (AnyEvent-5.271.tar.gz) = c8b3221c036f998226c0ce6f4f8761938270e8e0 +Size (AnyEvent-5.271.tar.gz) = 218557 bytes |