183574efcd
Upstream changes: 7.05 Wed Aug 21 10:38:08 CEST 2013 - uts46data.pl couldn't be found due to wrong naming of the file (reported by Fulko Hew). - handle lone \015's properly in AE::Handle's default line read (reported by various people). - untaint ip addresses found in /etc/hosts (patch by Jos茅 Mic贸). - the memleak fix in 7.03 caused resolving via /etc/hosts to always fail on first use (reported and testcase by Andrew Whatson). - expose AnyEvent::Log::format_time, and allow users to redefine it. - expose AnyEvent::Log::default_format, and allow redefinition. - expose AnyEvent::Log::fatal_exit, to allow redefinition. - AnyEvent::Debug shell can now run coro shell commands, if available. - t/63* tests were wrongly in MANIFEST. - kernel.org's finger server went MIA, switch to freebsd.org and icculus.org. - clarify that IO::AIO and AnyEvent::AIO are needed for AnyEvent::IO to function asynchronously (reported by Daniel Carosone). - hard-disable $^W in most tests, it generates too much garbage output. - use a (hopefully) more future-proof method to emulate common::sense. - upgrade to UTS-46:6.2.0. - switch to INSTLIB from INSTLIBDIR, as INSTLIBDIR was wrongly documented. should not affect anything.
25 lines
888 B
Makefile
25 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.30 2013/08/27 02:24:13 wen Exp $
|
|
|
|
DISTNAME= AnyEvent-7.05
|
|
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/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
|
|
COMMENT= Simple API for io, timer and completion callbacks
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/AnyEvent/.packlist
|
|
|
|
# Task::Weaken in perl 5.14
|
|
DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay
|
|
DEPENDS+= p5-JSON>=2.09:../../converters/p5-JSON
|
|
DEPENDS+= p5-JSON-XS>=2.200:../../converters/p5-JSON-XS
|
|
DEPENDS+= p5-EV>=4:../../devel/p5-EV
|
|
DEPENDS+= p5-Guard>=1.020:../../devel/p5-Guard
|
|
DEPENDS+= p5-Async-Interrupt>=1:../../devel/p5-Async-Interrupt
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|