| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=piv4j9f10paefh03fag6cst0i3; path=/
content-type: text/html; charset=UTF-8
date: Tue, 30 Dec 2025 10:04:52 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
ruby-chi..
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./sysutils/ruby-childprocess, Simple and reliable solution for controlling external programs
[
Branch: CURRENT, Version: 5.1.0, Package name: ruby32-childprocess-5.1.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]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
ruby-chi..textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./sysutils/ruby-childprocess, Simple and reliable solution for controlling external programs
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 5.1.0, Package name: ruby32-childprocess-5.1.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 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-09-22) Updated to version: ruby32-childprocess-5.1.0
- (2024-02-03) Updated to version: ruby31-childprocess-5.0.0
CVS history: (Expand)
| 2024-09-22 08:27:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: sysutils/ruby-childprocess: update to 5.1.0 5.1.0 (2024-08-06) * #196: Remove ostruct dependency to fix deprecation warning on Ruby 3.4 * #199: Add logger dependency to fix deprecation warning on Ruby 3.4 |
| 2024-02-03 17:27:32 by Takahiro Kambe | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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 |
