Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-IPC-Run
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: recursive bump for perl 5.40
Update to 20231003.0 Upstream changes: 20231003.0 Mon Oct 2 2023 Windows now matches other platforms in that a child calling exit(N) causes result() to return N and full_result() to return N << 8. On Windows, before this change, result() was returning N >> 8, and full_result() was returning N. Programs having workarounds for this may need to condition those workarounds on $IPC::Run::VERSION. - #157 - On Windows, avoid hang under IPCRUNDEBUG. - Refresh "cpanfile" from Makefile.PL, to allow use on Windows. - #163 - Normalize shebangs to /usr/bin/perl - Fix or skip all tests recently seen to fail on Windows. - Include t/result.t in releases. - #168 - Make full_result() and result() Windows behavior match non-Windows.
*: recursive bump for perl 5.38
Update to 20220807.0 Upstream changes: 20220807.0 Mon Aug 1 2022 If your applications rely on portability to Windows, see new documentation sections "argument-passing rules are program-specific" and "batch files". This release fixes bugs in runs of Windows programs that use standard command line parsing rules. Runs of non-standard programs may require changes. Notable non-standard programs include cmd.exe, cscript.exe, and Cygwin programs. - #140 - skip t/pty.t test on NetBSD too - Add strict/warnings - #142 - Follow Windows argument quoting rules - #146 - allow win32_newlines.t to actually run - #150 - Make t/pty.t test pass on OpenBSD. - #148 - Support Win32 commands having nonstandard command line parsing rules - Support executing Win32 batch files. - Add IPC::Run::Win32Process, for delivering nonstandard command lines. - Fix reporting of Win32::Process::Create() errors. - #156 - On Windows, avoid hang when closing read end of pipe. - #155 - Ignore known test failure on msys. - t/windows_search_path.t - Avoid warning with IPCRUNDEBUG, in Windows spawned children. - Use $^X, not 'perl', in tests. - Thanks to the New active developer: Noah Misch!
*: recursive bump for perl 5.36
*: recursive bump for perl 5.34
p5-IPC-Run: update to 20200505.0. 20200505.0 Tue May 5 2020 - #125 - Fix syntax errors in POD examples - #127 - Switch Readonly testing requirement to a recommends - #129 - Fix full_result to always return $? - #136 - kill_kill: Immediately KILL the child process as documented for Win32. - Switch to github actions for CI testing - Re-structure shipped files into eg - Move author tests into xt and test them separately.
*: bump PKGREVISION for perl-5.32.
Bump PKGREVISIONs for perl 5.30.0
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Recursive bump for perl5-5.28.0
p5-IPC-Run: update to 20180523.0. 20180523.0 Wed May 23 2018 - #99 - Fix using fd in child process when it happens to be the same number in the child as it was in the parent.
Update to 0.99 Upstream changes: 0.99 Fri Mar 30 2018 - Fixes for windows unit tests so they skip or pass. t/autoflush.t t/readonly.t t/run_stdin-callback-return-array.t 0.98 Thu Mar 29 2018 - Switch to using $!{EINTR} - Honor umask for user/group permissions on a +rw file - Remove commented code from RT 50739 - #63 - Patch for fixing _write on invalid objects - #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably - #53 - Prevent Not a GLOB reference in close_terminal by untieing before close - #46 - '&' closing the stdin of the right process. - #41 - Do POSIX::_exit not ::exit - #40 - Assure child Win32 processes have same priority as parent - #38 - Add unit test for passing use of Readonly.pm - #39 - Fix GLOB test in IPC::Run::IO->new - #86 - Fix for memory leak [rt.cpan.org #57990] - MANIFEST was updated. New tests may start shipping now. 0.97 Mon Mar 26 2018 - Update meta and POD to point to GitHub issues not RT. - Update README with pod changes. - Fix variable name in synopsis - [Github #47] - Fix t/run.t to work on "perl in space" - [Github #100]
Recursive revbump from lang/perl5 5.26.0
Updated p5-IPC-Run to 0.96. 0.96 Fri May 12 2017 - Update bug tracker to https://github.com/toddr/IPC-Run/issues
Updated devel/p5-IPC-Run to 0.95 -------------------------------- 0.95 Mon Apr 24 2017 - Spelling fixes - doc fix: full_result returns $?, not $? >> 8 - Fix check for reaped PID in reap_nb - Re-remove unnecessary use of UNIVERSAL 0.94_02 Thu Apr 14 2016 - Skip infinity test on perl below 5.8.9 0.94_01 Tue Apr 12 2016 - Enable Travis-CI integration for IPC::Run - Use q{} and qq{} to fix problems with quotation in cmd.exe - sync $VERSION across all files to address kwalitee - RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR - CHILD_HANDLE should be closed with 'Close' to prevent a warning. - require Win32API::File on Windows - Better timer error message + an additional unit test - Catching previously non-detected malformed time strings - Let Timer accept all allowable perl numbers - allow the OS to choose the ephemeral port to use - Don't use version.pm to parse the perl version in Makefile.PL - perltidy - Do not import POSIX into local namespace (it's a memory hog)
Bump PKGREVISION for perl-5.24.
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
update 0.92 to 0.94 ------------------- 0.94 Sun Dec 14 2014 - RT 100858 - Update License discrepancies. 0.93_01 Wed Dec 10 2014 - Many typo corrections from David Steinbrunner via github - RT 20105 - t/pty.t fails on Solaris 10
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
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.
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Update to 0.92 Changelog: 0.92 Thu Aug 30 2012 - Tests are good in dev version. Releasing to stable. 0.92_01 Wed 22 Aug 2012 - RT 59775 - Catching a signal during select() can lock up IPC::Run 0.91 Tue 14 Feb 2012 - Tests are good in dev version. Releasing to stable. 0.91_01 Mon 16 Jan 2012 - RT 57277 - Apply suggested 1 line fix for dev release to public. 0.90 Wed 29 Jun 2011 - RT 57277 - Add breaking test. No solution at present. - RT 68623 - disable parallel tests on windows - RT 43072 - Skip dragonfly platform on t/pty.t (hangs) - RT 14078 - run() miscalculates length of UTF-8 strings - RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY// - RT 38193 - Fix error detection on non-English operating systems - Add a blank doc entry for IPC::Run::Win32IO::poll to quiet windows pod parser errors - RT 57190 - handle PATH environment variable not being defined. WILL NOT default to '.' since UNIX would not do this and the program has been behaving the UNIX way to date.
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision bump after updating perl5 to 5.14.1.
Fixed typo in LICENSE
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
Update p5-IPC-Run from version 0.84 to version 0.89. Pkgsrc changes: - patch to prevent test deadlocks on NetBSD Upstream changes: 0.89 Wed 31 Mar 2010 - Revert extended tests to require "oslo consensus" variables - http://use.perl.org/~Alias/journal/36128 - Add IO::Pty to META.yml requirement This has been inconsistently depended on over the years in META.yml 0.88 Tue 30 Mar 2010 - Missed dangling isa in IPC::Run::Debug - Fix retry for read of fh when I get "Resource temporarily unavailable." It was previously pounding on the file handle with no rest 200 times then giving up. On fast systems this wasn't long enough. I'm implementing select(undef, undef, 0.01) to provide a more consistent retry among hardware and os. - Fix POD indentation in IO.pm 0.87 Mon 29 Mar 2010 - Add doc type fixes - RT 56030 from carnil (Debian) - Remove reccommends for AUTHOR only modules - add pod_coverage and simplify pod test. - document undocumented public subs with TODO and best guess as to what they do. - Explicity recommend IO::Pty version number 1.08 0.86 Wed 24 Mar 2010 - Add all files to subversion for easier releases - bump version on ALL files to 86 0.85 Mon 22 Mar 2010 - Remove use UNIVERSAL. - RT 51509 - fix pod for Win32Helper - RT 51695 - Better PATHEXT logic bug if cmd_name contains periods - RT 50739 - Enhance tests for run.t for better diagnostics - RT 47630
Updating package for p5 module IPC::Run from 0.82 to 0.84 pkgsrc changes: - Adding license (unrolled perl license?) according to README file - Updated dependecies according to META.yml Upstream changes: 0.84 Mon 13 Jul 2009 - Add darwin to the list of known-bad platforms 0.83 Fri 10 Jul 2009 - Switch from command.com to cmd.exe so we work on 2008 or newer.
Update from version 0.80nb1 to 0.82. (This despite the t/pty.t test haning, same as on FreeBSD, as documented in that file.) Upstream changes: 0.82 Thu 18 Dec 2008 - Moving changes in 0.81_01 to a production release 0.81_01 Wed 15 Oct 2008 - This is the first in a series of refactoring test releases. - Removed Makefile.PL message noisily asking users to do CPAN Testers dirty work. - Simplfied the Makefile.PL code a little. - Upgraded all tests to Test::More - Added a $VERSION for all modules - Adding some missing POD sections - Various other clean ups
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
Add DESTDIR support.
Update p5-IPC-Run to 0.80. Patch provided by Martin Wilke via PR 34349. Changes: 0.80 - IPC::Run::IO now retries on certain "temporarily unavailable" errors. This should fix several reported issues with t/run.t, test 69. Many thanks to < Eric (at) Scratch Computing (.com) > for the patch! - Applied documentation patch from RT. - Fixed documentation to work with '<' redirect
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Bump the PKGREVISIONs of all (638) packages that hardcode the locations of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Turn PERL5_PACKLIST into a relative path instead of an absolute path. These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Update to 0.79: 0.79 Wed Jan 19 15:39:00 PST 2005 - New maintainer: Richard Soderberg - Resolved several RT tickets - 4934, 8263, 8060, 8400, 8624, 5870, 4658, 8940, 1474, 4311 - Skip certain tests on AIX and OpenBSD as they deadlock otherwise - Applied AIX patch from ActiveState (#8263) - Fixed t/run.t on OS X (#8940) - Add check for EINTR to _read (#5870) - FreeBSD uses fds up to 4 by default, fixed tests to start at 5 (#8060) 0.78 Tue Mar 9 01:49:25 EST 2004 - Removed all psuedohashes - Require Win32::Process when on Win32 (<CORION a t cpan . org>) - Retry the select() instead of croaking when EINTR occurs (Ilya Martynov) - This needs further testing and analysis, but works for the submitter. 0.77 Fri Sep 26 15:36:56 EDT 2003 - Non-binmoded pipes are now s/\r//g on Win32 - Passes all tests on WinXPPro and WinNT - Deadlocks somewhere shortly after process creation on Win2K in some cases 0.76 - Does not use pseudohashes for perls >= 5.9.0 (reported by several users, patch by Nicholas Clark) - pumpable() is now exported - pumpable() now more thorough in checking for a dead child - it checks for reapable processes when all pipes to the process are paused - pumpable() now yields the processor when all pipes to - Distro layout improved: Run.pm and Run/... are now under lib/IPC/... 0.75 Tue Jan 28 11:33:40 EST 2003 - Fix a bug that was causing _pipe() to seem to fail when feeding
since perl is now built with threads on most platforms, the perl archlib module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
Bl3ify and enable pkgviews installation.
s/netbsd.org/NetBSD.org/
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Use perl5/module.mk.
Initial import of p5-IPC-Run version 0.74 into the Packages Collection. This perl module allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
Initial revision