./sysutils/ruby-childprocess, Simple and reliable solution for controlling external programs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.0, Package name: ruby31-childprocess-5.0.0, Maintainer: pkgsrc-users

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


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 21 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 17:27:32 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2021-12-12 14:19:44 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2020-06-21 17:40:22 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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.
   2020-06-21 16:28:49 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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.
   2020-03-24 17:32:06 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2018-03-23 15:03:21 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/ruby-childprocess: update to 0.9.0

### Version 0.9.0 / 2018-03-10

* Added support for DragonFly BSD.