Path to this page:
./
sysutils/R-processx,
Execute and control system processes
Branch: CURRENT,
Version: 3.8.5nb1,
Package name: R-processx-3.8.5nb1,
Maintainer: pkgsrc-usersTools to run system processes in the background. It can check if a
background process is running; wait on a background process to finish;
get the exit status of finished processes; kill background processes.
It can read the standard output and error of the processes, using
non-blocking connections. 'processx' can poll a process for standard
output or error, with a timeout. It can also poll several processes at
once.
Required to run:[
math/R] [
devel/R-R6] [
sysutils/R-ps]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-23) Updated to version: R-processx-3.8.5nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-02-03) Updated to version: R-processx-3.8.5
CVS history: (Expand)
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-02-02 23:40:32 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(sysutils/R-processx) Updated 3.8.4 to 3.8.5, make test fails by LaTeX issue
# processx 3.8.5
* No changes.
# processx 3.8.4
* No changes.
|
2024-12-08 02:54:42 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(sysutils/R-processx) updated 3.8.3 to 3.8.4
# processx 3.8.4
* No changes.
|
| 2024-01-20 03:20:26 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(sysutils/R-processx) Updated 3.8.2 to 3.8.3, make test fails now
# processx 3.8.3
* `*printf()` format strings are now safer (#379).
|
| 2023-08-15 03:19:39 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(sysutils/R-processx) Updated 3.8.1 to 3.8.2
# processx 3.8.2
* The client library, used by callr, now ignores `SIGPIPE` when writing
to a file descriptor, on unix. This avoid possible freezes when a
`callr::r_session` subprocess is trying to report its result after the
main process was terminated. In particular, this happened with parallel
testthat: https://github.com/r-lib/testthat/issues/1819
|
| 2023-06-11 12:54:27 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(sysutils/R-processx) Updated 3.8.0 to 3.8.1
# processx 3.8.1
* On Unixes, R processes created by callr now feature a `SIGTERM`
cleanup handler that cleans up the temporary directory before
shutting down. To enable it, set the `PROCESSX_R_SIGTERM_CLEANUP`
envvar to a non-empty value.
|
| 2023-05-29 18:29:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
R-processx: add missing pcre2 bl3.mk
|
| 2023-05-25 13:08:57 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
R-processx: Support LIBS, and fix SunOS build.
R inexplicably hardcodes LDFLAGS in its own shipped file so you can't specify
it for individual packages, so we need some other way to support additional
libraries. It's also highly suboptimal that all of the compiling is done in
the install phase.
|