Thu Feb 5 14:50:05 2015 UTC ()
Update 0.61 to 0.64
--------------------
0.64    2014/10/17 17:51:07
        [CHANGES]
         * Make specific mention of 'TCP' and 'UDP' around socket examples
           where appropriate
         * Allow construction of an IO::Async::Handle using fileno integers
           directly
         * Provide a better search for 'all open filehandles' via IO::Async::OS
           on Linux (RT97942)
         * Allow IO::Async::Listener to have handle_constructor or handle_class
           as a subclass method (RT97208)
         * Clarify documentation on how to use IO::Async::Process's
           on_exception event (RT98929)

        [BUGFIXES]
         * Ensure that Stream's write Futures are also informed of write errors
           (RT97433)
         * Remember to ->remove_child the individual workers of an
           IO::Async::Function (RT99552)
         * Fix IO::Async::Function synopsis example (RT97713)

0.63    2014/07/11 15:09:08
        [CHANGES]
         * Allow Notifier subclasses to last-ditch handle unrecognised
           ->configure() params
         * Added $notifier->adopt_future
         * Added $notifier->invoke_error and 'on_error' event
         * Ensure that TimeQueue inserts in FIFO order for equal timestamps
         * Kill remaining docs to long-dead IO::Async::Sequencer

        [BUGFIXES]
         * Cygwin needs the SELECT_CONNECT_EVEC OS hint as well
         * Probe for a broken port to perform listen() tests on by using
           ReuseAddr => 1 so it matches what IO::Async will do (RT84051)

0.62    2014/03/27 23:15:25
        [CHANGES]
         * Added IO::Async::Future->{done,fail}_later
         * Allow overriding of debug log file or file descriptor
         * Avoid Future's and_then/or_else methods
         * Allow Channel->recv in async mode to return a Future (RT91180)
         * Ensure that Function ->call Futures cancel correctly
         * Added $routine->kill
         * Kill the 'getaddrinfo' => 'getaddrinfo_array' legacy redirection
         * Allow Loop's resolver to be changed to a different object

        [BUGFIXES]
         * Avoid relying on strong forward references in Future, by creating
           intentional cycles on pending Futures. Workaround for bugfix in
           upcoming Future release.


(mef)
diff -r1.2 -r1.3 pkgsrc/devel/p5-IO-Async/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-IO-Async/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-IO-Async/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Async/Makefile 2014/05/29 23:35:58 1.2
+++ pkgsrc/devel/p5-IO-Async/Makefile 2015/02/05 14:50:04 1.3
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2015/02/05 14:50:04 mef Exp $
2 2
3DISTNAME= IO-Async-0.61 3DISTNAME= IO-Async-0.64
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/IO-Async 9HOMEPAGE= https://metacpan.org/release/IO-Async
11COMMENT= Asynchronous event-driven programming 10COMMENT= Asynchronous event-driven programming
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Future>=0.18:../../devel/p5-Future 13DEPENDS+= p5-Future>=0.18:../../devel/p5-Future
15 14
16BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 15BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
17BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity 16BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
18BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount 17BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
19 18
20USE_LANGUAGES= # empty 19USE_LANGUAGES= # empty

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-IO-Async/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Async/distinfo 2014/02/23 14:45:36 1.1
+++ pkgsrc/devel/p5-IO-Async/distinfo 2015/02/05 14:50:04 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/02/23 14:45:36 sno Exp $ 1$NetBSD: distinfo,v 1.2 2015/02/05 14:50:04 mef Exp $
2 2
3SHA1 (IO-Async-0.61.tar.gz) = 7262bfbe3efcd08df3f63d13567c9471aa8f2fc8 3SHA1 (IO-Async-0.64.tar.gz) = 4451f7a79d1f8d7c1879003510a6f5e7eef40754
4RMD160 (IO-Async-0.61.tar.gz) = 5730b6ee2ad0ef917c51a258aa486836904648b6 4RMD160 (IO-Async-0.64.tar.gz) = 674762ff58383f4b01582d323724f3ffb8e36e84
5Size (IO-Async-0.61.tar.gz) = 223684 bytes 5Size (IO-Async-0.64.tar.gz) = 231632 bytes