Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Proc-Background
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 1 01:52:01 2023 UTC (4 weeks, 3 days ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 1.32 Upstream changes: Version 1.32 * Fix fatal bug in Win32 constructor from changes in 1.31 Mon Apr 17 14:33:00 EDT 2023 Version 1.31 * Allow { exe => undef } on Win32 for default OS determination of what to execute. * Avoid potential side effects from signal handlers when preparing to exec on Unix * Better perl 5.6 compatibility * Various documentation improvements
Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 7 00:59:13 2021 UTC (22 months, 3 weeks ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update to 1.30 Upstream changes: Version 1.30 * New options 'command','exe' dis-ambiguate the problems around determining how to parse the command line and determine the executable name. It also allows faking argv[0]. They can be inspected after program launch via same-named attributes. * New options 'stdin','stdout','stderr' allow initializing handles of the child process. * New option 'cwd' sets initial current directory of the child * Renamed '->die' to '->terminate' and options 'die_upon_destroy' to 'autoterminate' (but preserved back-compat) * Option 'autoterminate' now has an attribute accessor and can be toggled on the fly. * New option 'autodie' throws exceptions from constructor instead of returning undef. * On Unix, use a pipe to capture error messages all the way through to the exec() call. Reap exec() failures without exposing the forked process to the user. * Add methods ->suspend and ->resume * Mitigate bug in timeout_system where a system clock change could increase the wait-time indefinitely.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 26 10:17:21 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:11 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 18 13:51:58 2021 UTC (2 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 1.22 Upstream changes: Version 1.22 * Fix bug in timeout of $p->wait on Unix perl earlier than 5.12 where Time::HiRes::alarm was failing to set the alarm. * Fix test case 47 (which was failing on about 5% of systems) by waiting longer for the process to exit
Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 16 15:09:12 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Tue Nov 5 17:39:00 EST 2019 Version 1.21 * Fix bug in timeout_system that caused it to wait the maximum duration on every call. Sun Nov 3 19:34:00 EST 2019 Version 1.20 * More correct parsing of Win32 arguments to determine executable name, and more correct quoting when building command line when starting from an argv. * More correct use of Unix signals during ->die, but also give user the ability to specify a custom sequence of signals. * Emulate Unix exit status of SIGKILL on Win32 when process was ended using $proc->Kill * New attributes ->exit_code and ->exit_signal help inspect the wstat value returned by ->wait. * Fix Win32 path separator used when searching %PATH% for exe * Don't leak changes to $? when calling ->die() during DESTROY * Make sure all die_upon_destroy happens before global destruction * Re-tooled with Dist::Zilla for modern generation of MYMETA and automatic version, license, etc.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 3 03:28:41 2015 UTC (7 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 21 22:49:22 2009 UTC (14 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Updating package for p5 module Proc::Background from 1.08 to 1.10 and setting license to ${PERL5_LICENSE} according to module POD Upstream changes: Sun Jul 5 15:40:32 PDT 2009 * Release version 1.10. Sun Jul 5 15:15:12 PDT 2009 * Makefile.PL: Resolve https://rt.cpan.org/Ticket/Display.html?id=47100 by passing PREREQ_PM to WriteMakefile(). Patch by: Tomas Doran <bobtfish@bobtfish.net> Wed Jul 1 22:58:13 PDT 2009 * README: Correct the URL to the Subversion repository for this project. Wed Jul 1 22:46:11 PDT 2009 * Release version 1.09. Wed Jul 1 22:36:06 PDT 2009 * Makefile.PL: Switch from die() to warn() if Win32::Process isn't installed into a warning. When running under CPAN.pm, the die causes the install to fail before processing dependencies. Reducing this to a warning means that CPAN will cleanly install Proc::Background and Win32::Process with no user intervention needed in strawberry perl or even ActiveState if you have a working make. Patch by: Tomas Doran <bobtfish@bobtfish.net>
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 15 20:57:01 2009 UTC (14 years, 7 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-Proc-Background version 1.08 in the NetBSD Packages Collection. The Perl 5 module Proc::Background provides a generic interface for placing processes in the background on both Unix and Win32 platforms. Background processes can be started, killed, waited upon, checked for existence and their exit values can be retrieved.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 15 20:57:01 2009 UTC (14 years, 7 months ago) by seb
Branch: MAIN
Initial revision