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.
This commit is contained in:
parent
7b10081580
commit
c3d6c9f26c
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue