The NetBSD Project

CVS log for pkgsrc/sysutils/ruby-childprocess/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / ruby-childprocess

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sat Feb 3 16:27:32 2024 UTC (2 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

sysutils/ruby-childprocess: update to 5.0.0

pkgsrc change: fix a few pkglint warnings.

5.0.0 (2024-01-07)

* #175: Replace all backends by Process.spawn for portability, reliability
   and simplicity
* #185: Add support for Ruby 3.x

Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 12 13:19:44 2021 UTC (2 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, 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.16: +2 -2 lines
Diff to previous 1.16 (colored)

sysutils/ruby-childprocess: update to 4.1.0

4.1.0 (2021-06-08)

* #170: Update gem homepage to use https://
* #177: Add ARM64-macos support

4.0.0 (2020-06-18)

* #167: Fix detach behavior on Windows
* #168: Drop support for Ruby 2.3

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 21 15:40:22 2020 UTC (3 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, 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.15: +1 -1 lines
Diff to previous 1.15 (colored)

sysutils/ruby-childprocess: revert udpate to 4.0.0

Revert update to 4.0.0.  Changes are only related to Windows and
selenium-webdriver gem (ruby-selenium-webdriver) require <4.0 version.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 21 14:28:49 2020 UTC (3 years, 9 months ago) by taca
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

sysutils/ruby-childprocess: update to 4.0.0

Update ruby-childprocess to 4.0.0.


### Version 4.0.0 / 2020-06-18

* #167: Fix detach behavior on Windows.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 24 16:32:06 2020 UTC (4 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.13: +2 -4 lines
Diff to previous 1.13 (colored)

sysutils/ruby-childprocess: update to 3.0.0

Update ruby-childprocessto 3.0.0.


### Version 3.0.0 / 2019-09-20

* [#156](https://github.com/enkessler/childprocess/pull/156)Remove unused `rubyforge_project` from gemspec
* [#160](https://github.com/enkessler/childprocess/pull/160): Remove extension to conditionally install `ffi` gem on Windows platforms
* [#160](https://github.com/enkessler/childprocess/pull/160): Remove runtime dependency on `rake` gem

### Version 2.0.0 / 2019-07-11

* [#148](https://github.com/enkessler/childprocess/pull/148): Drop support for Ruby 2.0, 2.1, and 2.2
* [#149](https://github.com/enkessler/childprocess/pull/149): Fix Unix fork reopen to be compatible with Ruby 2.6
* [#152](https://github.com/enkessler/childprocess/pull/152)/[#154](https://github.com/enkessler/childprocess/pull/154): Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups

### Version 1.0.1 / 2019-02-03

* [#143](https://github.com/enkessler/childprocess/pull/144): Fix installs by adding `rake` gem as runtime dependency
* [#147](https://github.com/enkessler/childprocess/pull/147): Relax `rake` gem constraint from `< 12` to `< 13`

### Version 1.0.0 / 2019-01-28

* [#134](https://github.com/enkessler/childprocess/pull/134): Add support for non-ASCII characters on Windows
* [#132](https://github.com/enkessler/childprocess/pull/132): Install `ffi` gem requirement on Windows only
* [#128](https://github.com/enkessler/childprocess/issues/128): Convert environment variable values to strings when `posix_spawn` enabled
* [#141](https://github.com/enkessler/childprocess/pull/141): Support JRuby on Java >= 9

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 23 14:03:21 2018 UTC (6 years ago) by taca
Branch: MAIN
CVS Tags: 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
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

sysutils/ruby-childprocess: update to 0.9.0

### Version 0.9.0 / 2018-03-10

* Added support for DragonFly BSD.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 21 15:15:13 2018 UTC (6 years ago) by taca
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

sysutils/ruby-childprocess: update to 0.8.0

### Version 0.8.0 / 2017-09-23

* Added a method for determining whether or nto a process had been started.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Sep 16 19:27:08 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Reset maintainer

Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 10 15:38:26 2017 UTC (6 years, 7 months ago) by taca
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Update ruby-childprocess to 0.7.1.

### Version 0.7.1 / 2017-06-26

* Fixed a noisy uninitialized variable warning

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 21 14:15:00 2017 UTC (6 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update ruby-childprocess to 0.7.0.

### Version 0.7.0 / 2017-05-07

* Debugging information now uses a Logger, which can be configured.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 22 16:48:00 2017 UTC (6 years, 11 months ago) by taca
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update ruby-childprocess to 0.6.3.

### Version 0.6.3 / 2017-03-24

See beta release notes.


### Version 0.6.3.beta.1 / 2017-03-10

* Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader.


### Version 0.6.2 / 2017-02-25

* Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems.


### Version 0.6.1 / 2017-01-22

* Bug fix: Fixed a dependency that was accidentally declared as a runtime
  dependency instead of a development dependency.


### Version 0.6.0 / 2017-01-22

* Support for Ruby 2.4 added

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 15 15:18:26 2016 UTC (8 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: 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
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update ruby-childprocess to 0.5.9.

Shut down the test processes.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 13 15:25:09 2015 UTC (8 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Update ruby-childprocess to 0.5.8.

pkgsrc change: update HOMEPAGE.

0.5.8

* Merge pull request #94 from portertech/hotfix/windows-jobs
  Fix Windows process job handle leak
* [windows-jobs] fix windows process job handle leak
  this fixes sensu/sensu#1057

0.5.7

* Fix posix_spawn bug when $stdout is overriden
* Add failing test case for $stdout = StringIO
* Fix header
* Add caveat for #89

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 11 03:46:00 2015 UTC (9 years ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 0.5.6. No ChangeLog. Assume more/better/faster.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 13 15:56:20 2015 UTC (9 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update ruby-childprocess to 0.5.5.

* Longer sleep (increase stability but won't affect runtime).
* Work around JRuby problem.
* Spec environment unset in parent is unset in parent when set in grandparent.
* Remove environment variables not in ENV that are in ProcessBuilder
  environment.
* Remove unnecessary stringification of ENV keys MSP-11414
  Unlike @environment, which is a generic Hash, ENV is guarenteed to be
  <String, String>, so remove the keys #to_s calls for ENV.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 16 08:37:20 2014 UTC (9 years, 9 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Unbump PKGREVISION on select ruby packages.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 16 07:56:29 2014 UTC (9 years, 9 months ago) by rodent
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Removing .ri entries from PLIST. NFI why this works with/without the
entries on my machine. Seems no other ruby package has them. Bump
PKGREVISION.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 4 12:30:02 2014 UTC (9 years, 9 months ago) by rodent
Branch: MAIN

Import ruby200-childprocess-0.5.3 as sysutils/ruby-childprocess.

This gem aims at being a simple and reliable solution for controlling external
programmes running in the background on any Ruby/OS combination.

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>