The NetBSD Project

CVS log for pkgsrc/devel/p5-IO-Async/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-IO-Async

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Sun Feb 25 08:41:52 2024 UTC (4 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +5 -7 lines
Diff to previous 1.25 (colored)

p5-IO-Async: update to 0.803.

0.803   2024-01-29
        [CHANGES]
         * Module style updates:
            + Use perl v5.14 for `//` operator and `package NAME VER` syntax
            + Updated Pod style
            + Swapped unit tests from `Test::More` to `Test2::V0`
            + Removed several now-unnecessary test-time dependencies

        [BUGFIXES]
         * Take the first name for each aliased signal in case of aliased
           names (RT145759)

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:19 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

*: recursive bump for perl 5.38

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 12 10:36:35 2023 UTC (13 months, 2 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.23: +3 -4 lines
Diff to previous 1.23 (colored)

Update to 0.802
Update TEST_DEPENDS

Upstream changes:
0.802   2022-08-15
        [CHANGES]
         * Preƫmptively use Future ->udata API from upcoming release, to
           avoid depending on it being a hashref
         * Report correct caller file + line number in nested test calls to
           wait_for {}

        [BUGFIXES]
         * Use 'SOCK_STREAM' instead of hardcoded 1 in t/50resolver.t
         * Skip exceptional socket condition test on cygwin because it seems
           always to fail there
         * Avoid harmless warnings about undef at global destruction
           (RT142754)

0.801   2021-12-15
        [BUGFIXES]
         * Remove extraneous test-time use of Data::Dump (RT140143)

0.800   2021-11-11
        [CHANGES]
         * Bumped up to three-digit minor version number
         * Added IO::Async::OS->signum2name
         * Implement Future::IO->waitpid API
         * Skip the `spawn` Routine model if POSIX fork() is not available
         * Replace getaddrinfo / getnameinfo with virtual mocking functions
           for unit-testing the resolve, so as not to rely on local platform
           resolver behaviours

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:34 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

*: recursive bump for perl 5.36

Revision 1.22 / (download) - annotate - [select for diffs], Sat Oct 9 23:35:10 2021 UTC (2 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Update to 0.79

Upstream changes:
Changes for version 0.79 - 2021-08-06
CHANGES
Permit IO::Async::Routine or Function by module+func names instead of CODE reference
Added new Routine/Function model of `spawn`
Implement IO::Async::Resolver by module+func rather than code
BUGFIXES
Require Socket 2.029 on MSWin32 because of AF_UNIX fix (RT133018)

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 24 19:50:50 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

*: recursive bump for perl 5.34

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 26 14:31:50 2021 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

p5-IO-Async: update to 0.78.

0.78    2021-01-21
        [CHANGES]
         * Warn on attempts to ->connect to INADDR(6)_LOOPBACK as some OSes
           (e.g. OpenBSD) do not allow it
         * Various fixes for IO::Async::LoopTests to better support
           IO::Async::Loop::UV:
            + Insert some ->loop_once(0) calls between timing tests to allow
              libuv to clear its pending queues
            + Allow loops to declare that they cannot perform all-child PID
              watch and skip the relevant tests for it if so
         * Have $loop->later return a future instance if not passed any code
           (RT133240)

        [BUGFIXES]
         * Accept more error codes for failure to resolve missing hostname
           (RT131109)
         * Defend against some undef values at global destruction time
           (RT132677)

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 6 23:24:46 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.18: +7 -17 lines
Diff to previous 1.18 (colored)

p5-IO-Async: update to 0.77.

0.77    2020-05-13
        [CHANGES]
         * Updated for Metrics::Any 0.05
         * Report an info-type gauge metric to track loop types
         * Loop processing time should be a timer metric, not a distribution
         * Don't bother reporting zero-byte stream read/write metrics

        [BUGFIXES]
         * Skip metrics-related unit tests if metrics aren't active, even
           though we depend on Test::Metrics::Any
         * Account for MSWin32's EWOULDBLOCK in t/70future-io.t

0.76    2020-05-05
        [CHANGES]
         * Initial attempt at providing metrics via Metrics::Any
         * Renamed ->(un)watch_child API to ->(un)watch_process
         * Renamed 'child' LoopTests suite to 'process'

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:10 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 1 00:41:29 2020 UTC (4 years, 2 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

(devel/p5-IO-Async) Updated to 0.75

0.75    2019-11-26 00:06:59
        [CHANGES]
         * Remember to keep O_NONBLOCK off on IO::Async::Channel sync mode
           filehandles
         * Added IO::Async::Process->finish_future
         * Added IO::Async::Routine->result_future
         * Future-returning version of IO::Async::Function->stop
         * Don't load IO::Socket or Sereal modules unless required

        [BUGFIXES]
         * Refresh the sigpipe in ->post_fork if required (RT128588)
         * Fix some spelling mistakes (RT130087)
         * Skip the async getprotobyname() test if it doesn't work
           synchronously (RT131029)

Revision 1.16 / (download) - annotate - [select for diffs], Sun Nov 3 10:15:55 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

devel/p5-*: align variable assignments

pkglint -Wall -F --only aligned --only indent p5-*

No manual corrections.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 14 02:32:28 2019 UTC (4 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Update to 0.74

Upstream changes:
0.74    2019-06-27 18:44:38
        [CHANGES]
         * Warn about IO::Async::Stream using autoflush on a blocking handle
         * Implement queuing priorities for IO::Async::Function calls (RT129918)
         * Send a terminating signal to a ->run_process process on cancellation
           (RT129225)
         * Optionally make ->run_process future fail when process exits non-zero
           (RT129225)
         * Implement the Future::IO->syswrite API

        [BUGFIXES]
         * Skip t/70future-io.t unless Future::IO is available (RT129807)
         * Remember to set O_NONBLOCK on IO::Async::Channel async mode
           filehandles (RT129879)
         * Handle Windows 7 which returns ENETDOWN to failed AF_UNIX connect()
           (RT129806)

0.73    2019-06-12 16:49:28
        [CHANGES]
         * Provide an IO::Async implementation of Future::IO
         * Added $loop->run_process (RT129225)
         * Clear $ONE_TRUE_LOOP in $loop->fork so that child processes can do
           IO::Async::Loop->new successfully
         * Added $notifier->adopted_futures accessor (RT127818)
         * Various docs fixes

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 11 13:19:36 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:07 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Recursive bump for perl5-5.28.0

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 23 07:12:48 2018 UTC (5 years, 11 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

Update to 0.72

Upstream changes:
0.72    2018-04-02 19:34:27
        [CHANGES]
         * Expanded docs on Stream's on_read sub return values
         * Overridable timeout for IO::Async::Test::wait_for
         * Hide IO::Async::ChildManager as an internal implementation detail;
           move the docs into main IO::Async::Loop
         * Added $loop->open_process; suggest using that instead of
           ->open_child
         * Begin implementation of $loop->is_running method (part of RT123780)

        [BUGFIXES]
         * Make IO::Async::Future->await wait until it's ready
         * Fix calculation of periodic timer in 'skip' mode (RT124414)
         * Perform synchronous getaddrinfo shortcut even for service-less
           lookups
         * Make sure that errors from underlying read/write functions are
           debug-logged by IO::Async::Stream

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:05 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 11 11:13:13 2017 UTC (7 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

Update to 0.71

Upstream changes:
0.71    2016/12/22 15:05:50
        [CHANGES]
         * Added 'prefork' option to IO::Async::Channel (RT115920) - thanks
           GMARLER
         * Prefer Sereal Channel encoding if that module is available
         * Ensure that IaFunction still prints debug information on futures
         * Miscellaneous spelling fixes in docs - thanks genio

        [BUGFIXES]
         * 'use lib ".";' for perl 5.24
         * Make t/50resolver.t less sensitive to EAI_NONAME vs EAI_NODATA
           because some resolvers lie (RT113429)
         * Fix error message linefeed tests in t/50resolver.t (RT119369)
         * Ensure that SIGPIPE is ignored if it's still at its default value

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:02 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 3 05:05:59 2016 UTC (7 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Updated to devel/p5-IO-Async 0.70
(make test fails, but that is not by this update)
---------------------------------
0.70    2015/12/15 18:17:43
        [CHANGES]
         * Support perl 5.8.x (tested on 5.8.9, presumed working as far as
           5.8.4)

0.69    2015/11/09 19:56:58
        [CHANGES]
         * Use Future->catch instead of poorly-implemented string-eq test
         * Use L<...> instead of C<...> in docs where appropriate (RT107417)
           (thanks Arthur Axel 'fREW' Schmidt)

        [BUGFIXES]
         * Don't silently swallow Listener acceptor failures (RT107806)
         * Don't silently swallow other ->connect errors
         * Remember to ->unwatch_io before setting IaHandle's handle to undef

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 1 14:15:17 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

(pkgsrc)
  - 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)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:19 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 21 13:24:56 2015 UTC (8 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 0.66
--------------
0.66    2015/04/17 20:36:39
        [CHANGES]
         * Created IO::Async::Debug
         * Ignore SIGPIPE by default (RT92024)
         * IaSocket->bind now returns a Future
         * Added IaSocket->bind resolver support and neatened up UDP examples
           in synopsis/documentation

        [BUGFIXES]
         * Correct call to unpack() in IaStream example (RT103143)
         * Don't silently eat accept() failures in IaListener (RT102677)
         * Remember to add the new resolver instance to $loop in
           ->set_resolver (RT103446)
         * Correct implementation of ->unwatch_io on IaLoop::Poll to prevent
           100% CPU spin (RT103445)
         * Ensure that an exception thrown by Timer::Periodic's on_tick
           doesn't prevent rescheduling

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 15 23:08:38 2015 UTC (9 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 0.65
--------------
0.65    2015/02/15 14:28:02
        [CHANGES]
         * Optionally allow IO::Async::Channel to use 'Sereal' serialisation
         * Added documentation about the 'env' Child Manager key and copying
           %ENV
         * Take OS "preferred loop subclass" hints from IO::Async::OS directly

        [BUGFIXES]
         * Nested $stream->read_* inside read_* cause double-completion of
           Future (RT101774)
         * Implement IO::Async::Loop::Poll directly on _poll() syscall
           wrapper, thus avoiding many bugs in IO::Poll (RT93141)
         * Ensure that IO::Async::Loop::Select can cope with callbacks that
           remove other IO handle watches (RT101919)
         * Silently upgrade watched IO handles to O_NONBLOCK (RT102044)
         * Complain about unrecognised keys to ->extract_addrinfo (RT101453)

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 5 14:50:04 2015 UTC (9 years, 1 month ago) by mef
Branch: MAIN
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 29 23:35:58 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 23 14:45:36 2014 UTC (10 years, 1 month ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1

Adding new package for Perl module IO::Async from CPAN distribution
IO-Async version 0.61 into devel/p5-IO-Async

This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of IO::Async::Loop to act as a container of
other objects, which perform the actual IO work required by the program. As
well as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionality built on top of these basic parts.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>