Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-System-Command
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:05 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
*: recursive bump for perl 5.38
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:17 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
*: recursive bump for perl 5.36
Revision 1.24 / (download) - annotate - [select for diffs], Mon May 24 19:51:36 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
*: recursive bump for perl 5.34
Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 7 10:09:36 2020 UTC (3 years 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.22: +9 -3
lines
Diff to previous 1.22 (colored)
p5-System-Command: update to 1.121. Fix dependencies. 1.121 2020-06-03 BOOK - No functional change: update Changes and contributors 1.120 2020-06-03 BOOK [ENHANCEMENTS] - System::Command does not clobber $? and $! any more when DESTOYed (GH #27 by MMCCLIMON)
Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:54 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:23 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:46 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
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.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:40 2018 UTC (5 years, 1 month 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.18: +2 -1
lines
Diff to previous 1.18 (colored)
Recursive bump for perl5-5.28.0
Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 7 08:12:21 2018 UTC (5 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
Update to 1.119 Upstream changes: 1.119 Mon Apr 2 2018 [TESTS] - Various test fixes for Win32 and "perl in space" (ETJ) [DOCUMENTATION] - document the 'input_record_separator' option to loop_on()
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:38 2017 UTC (6 years, 3 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.16: +2 -1
lines
Diff to previous 1.16 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 18 20:25:22 2016 UTC (7 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
Updated devel/p5-System-Command to 1.118 ---------------------------------------- 1.118 Thu Jun 2 2016 [ENHANCEMENTS] - Avoid calling waitpid() more than necessary in _reap() - Close all pipes when loop_on() ends successfully, and avoid a warning when the exit value is not available [TESTS] - Fix t/20-zombie.t, which was broken in Strawberry Perl (viviparous) 1.117 Sun Jan 17 2016 [ENHANCEMENT] - New method loop_on() allows to run callbacks on the output/errput 1.116 Sun Jan 3 2016 [BUG FIX] - Fix for the 'interactive' option (RKINYON) [COMPATIBILITY] - Remove a warning that was showing up under Perl 5.6
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:32 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 14 03:52:51 2015 UTC (7 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to 1.115 Upstream changes: 1.115 Mon Sep 28 2015 [BUG FIX] - ensure test counts and skip counts remain tied together (MITHALDU) [DOCUMENTATION] - for each option/feature, document in which version it appeared 1.114 Fri Sep 18 2015 [ENHANCEMENTS] - added proper accessors for the following System::Command::Reaper attributes: sdtin, stdout, stderr, exit, signal, core (after discussion with TIMB in RT #106330) - added 'exit', 'signal', 'core' options to System::Command, to allow direct update of variables at reaping time - added the 'interactive' option, to make it possible to run interactive commands directly with system (after discussion with TIMB in RT #106330) 1.113 Sun Sep 6 2015 [ENHANCEMENTS] - add proper accessors for the following System::Command::Reaper attributes: sdtin, stdout, stderr, exit, signal, core (after discussion with TIMB in RT #106330) - System::Command::close() now returns the object itself (RT #106867) [DOCUMENTATION] - document the return value of close() can be used to access the value of exit, signal and core
Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 6 06:47:40 2015 UTC (8 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Update to 1.112 --------------- 1.112 Sat Jul 25 2015 [ENHANCEMENTS] - the 'trace' option now also outputs some information about process termination and status (as requested by TIMB in RT #106046)
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:45 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Tue Feb 17 05:35:51 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Update to 1.111 --------------- 1.111 Sat Feb 14 2015 [ENHANCEMENTS] - throw an error on empty string env variables on Win32 (MITHALDU) [DOCUMENTATION] - minor documentation improvements - added the list of contributors to the META file
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 1 11:53:20 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Update 1.100 to 1.110 --------------------- 1.110 Wed Aug 27 2014 [ENHANCEMENTS] - the 'setpgrp' option can be used to enable/disable the call to setpgrp() in the spawned process [TESTS] - t/10-command.t now ignores environment variables set by ConEmu 1.109 Wed Jul 2 2014 [BUG FIX] - fix the test failures on Solaris, thanks to Wolfgang Pecho (RT #82857). The reaper code was actually buggy (since v1.03!) and only accidentally worked on platforms where WNOHANG == 1 (which was most of them) 1.108 Wed Feb 26 2014 [ENHANCEMENTS] - the 'trace' option makes it possible to see exactly which commands were spawned, with their options (including environment) [DOCUMENTATION] - style fixes 1.107 Sun Oct 20 2013 [ENHANCEMENTS] - zombies do not exist under Win32, so no need to warn about waitpid return value (many thanks to MITHALDU for his continued help in testing on this platform) [DOCUMENTATION] - removed duplicated NAME section [FUN] - more zombie quotes in System::Command::Reaper comments 1.106 Sat Oct 12 2013 [ENHANCEMENTS] - brought back System::Command::Reaper, which properly deals with zombies - execute the command in its own process group whenever possible (thanks to Vincent Pit) [TESTS] - test for the zombie processes is not TODO anymore - tests for the timely destruction of the reaper are back 1.105 Sat Oct 5 2013 [TESTS] - add a TODO test for the zombie processes created in certain cases - various other test improvements 1.104 Thu Sep 12 2013 [ENHANCEMENTS] - fixed for Perl versions < 5.8.9 [DOCUMENTATION] - minor documentation improvements [PACKAGING] - switch to Dist::Zilla for maintaining the distribution 1.103 Mon Jul 29 2013 [ENHANCEMENTS] - rewrote the _spawn code to work properly under Plack - version 1.100 and 1.102 re-introduced old bugs: they have been squished again, and tests fixed to prevent re-re-introduction 1.102 Fri Jul 26 2013 [ENHANCEMENTS] - ported an older fix from Git::Repository, to make System::Command work with modules that do bad things to STDIN, STDOUT and STDERR (thanks to Todd Rinaldo for his 2010 patch to Git::Repository) [work done during the patch -p0 hackathon] 1.101 Thu Jul 11 2013 [TESTS] - various minor test improvements (thanks to Oleg Gashev and mokko) [DOCUMENTATION] - minor documentation improvements
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:27 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.8: +1 -3
lines
Diff to previous 1.8 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.8 / (download) - annotate - [select for diffs], Thu May 29 23:36:18 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Tue Jul 2 14:47:19 2013 UTC (10 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Update to 1.100 Upstream changes: 1.100 Sun Apr 14 2013 [ENHANCEMENTS] - use a IPC::Run-based implementation on Win32 - thanks to a lot of testing help from Christian Walde (MITHALDU) the test suite passes on Win32 - while working on this, we established that kill 0, $pid is broken under Win32 (reported to the perl5-porters mailing-list via <op.wvi2ygw1ydyjqt@digitizedsqueak.lancs.ac.uk>) 1.09 Sun Dec 9 2012 [ENHANCEMENTS] - list all dependencies and the github public repo in the META files (RT #81302) - use Symbol::gensym to create anonumous GLOBs (github #4) 1.08 Mon Nov 26 2012 [ENHANCEMENTS] - remove a superfluous eval {} that was hiding open3 exception (RT #80171) - set a handler for the PIPE signal only if Perl knows about it
Revision 1.6 / (download) - annotate - [select for diffs], Fri May 31 12:40:45 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 31 11:18:59 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:37 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 6 14:07:11 2012 UTC (11 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Updating package for Perl 5 module System::Command in devel/p5-System-Command from 1.06 to 1.07. Upstream changes: 1.07 Wed Apr 18 03:00:50 CEST 2012 [TESTS] - t/20-zombie.t sometimes failed because of a race condition. I'm now testing my assumptions, make the test in question a little bit useless, and closing RT #74959
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 22 16:23:02 2012 UTC (11 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Updating package for Perl5 module System::Command from CPAN in devel/p5-System-Command from 1.05 to 1.06. Upstream changes: 1.06 Sun Jan 8 00:36:40 CET 2012 [ENHANCEMENTS] - add tests that show that I don't understand what I'm doing with STDIN/OUT/ERR, and remove the offeding code (RT #73614)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 15 11:50:31 2011 UTC (11 years, 10 months ago) by sno
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Importing package for System::Command (CPAN package for Perl programming language) 1.05 into pkgsrc/devel/p5-System-Command as dependency for devel/p5-Git-CPAN-Patch update. System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 15 11:50:31 2011 UTC (11 years, 10 months ago) by sno
Branch: MAIN
Initial revision