summaryrefslogtreecommitdiff
path: root/sysutils/ruby-childprocess
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Update ruby-childprocess to 0.5.9.taca2-7/+7
Shut down the test processes.
2015-12-13Update ruby-childprocess to 0.5.8.taca2-8/+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
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz 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.
2015-04-11Update to 0.5.6. No ChangeLog. Assume more/better/faster.rodent2-6/+6
2015-03-13Update ruby-childprocess to 0.5.5.taca2-6/+6
* 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.
2015-03-04Fix build on !x86_64.joerg1-3/+3
2014-07-16Unbump PKGREVISION on select ruby packages.rodent1-2/+1
2014-07-16Removing .ri entries from PLIST. NFI why this works with/without therodent2-209/+3
entries on my machine. Seems no other ruby package has them. Bump PKGREVISION.
2014-07-04Import ruby200-childprocess-0.5.3 as sysutils/ruby-childprocess.rodent4-0/+279
This gem aims at being a simple and reliable solution for controlling external programmes running in the background on any Ruby/OS combination.