33b851b72e
- Add following line for make test BUILD_DEPENDS+= p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb - (but still one fails) as: not ok 26 - ->failure [3] gives EAI_NONAME # Failed test '->failure [3] gives EAI_NONAME' # at devel/p5-IO-Async/work/IO-Async-0.68/t/50resolver.t line 323. # got: '7' # expected: '8' (upstream) - Update 0.66 to 0.68 -------------------------- 0.68 2015/07/31 20:07:48 [CHANGES] * Allow IO::Async::Function body to 'die' with an ARRAYref to set more details on failed Future * Have IO::Async::Resolver calls indicate the failed resolver name * Have IO::Async::Resolver's getaddrinfo and getnameinfo resolvers give error numbers in failure result * Added 'init_code' parameter to IO::Async::Function (RT104127) * Added IO::Async::Channel->encode, ->send_encoded; deprecate the old ->send_frozen method * Added IO::Async::Test::wait_for_future [BUGFIXES] * Clean up after 'on_hangup' loop tests (RT106061) * Make ->stop + ->start on IO::Async::Timer::Periodic not forget the first_interval (RT100927) 0.67 2015/06/01 15:06:13 [CHANGES] * Add a ->post_fork method to IO::Async::Loop in case subclasses should take specific action (RT104130) * Remove IO::Async::MergePoint entirely * Add debug_printf() calls to IO::Async::Process * Various documentation additions [BUGFIXES] * Remember to actually delete unused filehandles from the pollmask (RT103922)
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2015/09/01 14:15:17 mef Exp $
|
|
|
|
DISTNAME= IO-Async-0.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/IO-Async
|
|
COMMENT= Asynchronous event-driven programming
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Future>=0.18:../../devel/p5-Future
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
|
|
BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
|
|
BUILD_DEPENDS+= p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/IO/Async/.packlist
|
|
|
|
PERL5_REQD+= 5.7.3 # Storable >= 0
|
|
PERL5_REQD+= 5.7.3 # Time::HiRes >= 0
|
|
PERL5_REQD+= 5.10
|
|
PERL5_REQD+= 0 # IO::Poll >= 0
|
|
PERL5_REQD+= 2.007 # Socket >= 2.007
|
|
PERL5_REQD+= 5.4 # File::stat >= 0
|
|
PERL5_REQD+= 0 # IO::Socket::IP >= 0
|
|
PERL5_REQD+= 5.10.1 # Test::More >= 0.88
|
|
PERL5_REQD+= 5.6.1 # File::Temp >= 0
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|