83c5f09691
Upstream changes: 5.2 Mon Sep 14 07:04:49 CEST 2009 - INCOMPATIBLE CHANGE: do no longer support register_read_type and register_write_type in AnyEvent::Handle, instead support package names (the facility was mostly abused). - implement "packagename-as-read/write type" support in AnyEvent::Handle. - AnyEvent::Handle: new options "keepalive" and "oobinline". - oobinline set by default to avoid security issues. - the pure-perl event loop backend wrongly detected times() fallback support (spotted by Pavel Boldin). 5.12 Tue Sep 1 20:26:50 CEST 2009 - be more lenient when parsing resolv.conf files, as some people use hashmarks as comment indicator inside directives (reported by Michael S. Fischer). - use same set of warnings as common::sense 2.0. - fix a potential 32 bit overflow issue due to perl having problems with large hex constants in the Perl backend. - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS by default. - fix some prototypes. - (optionally) require Async::Interrupt 1.02. - replace opendns fallbacks by verizon/level3 public dns servers. 5.112 Fri Aug 21 13:59:04 CEST 2009 - AnyEvent::Handle could cause hard crashes in Net::SSLeay when using starttls with an illegal/uncreatable tls context. - port to broken win32 perls.
27 lines
924 B
Makefile
27 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/09/16 18:43:12 sno Exp $
|
|
#
|
|
|
|
DISTNAME= AnyEvent-5.2
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel
|
|
#MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
|
|
COMMENT= Simple API for io, timer and completion callbacks
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/AnyEvent/.packlist
|
|
|
|
# recommented dependencies:
|
|
DEPENDS+= p5-Async-Interrupt>=1:../../devel/p5-Async-Interrupt
|
|
DEPENDS+= p5-EV>=3.1:../../devel/p5-EV
|
|
DEPENDS+= p5-Guard>=1.020:../../devel/p5-Guard
|
|
DEPENDS+= p5-JSON>=2.09:../../converters/p5-JSON
|
|
DEPENDS+= p5-JSON-XS>=2.200:../../converters/p5-JSON-XS
|
|
DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|