pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/R-processx



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 31 14:26:13 UTC 2021

Modified Files:
        pkgsrc/sysutils/R-processx: Makefile distinfo

Log Message:
(sysutils/R-processx) Updated 3.4.5 to 3.5.2

# processx 3.5.2

* `run()` now does not truncate stdout and stderr when the output
  contains multibyte characters (#298, @infotroph).

* processx now compiles with custom compilers that enable OpenMP (#297).

* processx now avoids a race condition when the working directory is
  changed right after starting a process, potentially before the
  sub-process is initialized (#300).

* processx now works with non-ASCII path names on non-UTF-8 Unix platforms
  (#293).

# processx 3.5.1

* Fix a potential failure when polling curl file descriptors on Windows.

# processx 3.5.0

* You can now append environment variables to the ones set in the current
  process if you include `"current"` in the value of `env`, in `run()`
  and for `process$new()`: `env = c("current", NEW = "newvalue")` (#232).

* Sub-processes can now inherit the standard input, output and error from
  the main R process, by setting the corresponding argument to an empty
  string. E.g. `run("ls", stdout = "")` (#72).

* `run()` is now much faster with large standard output or standard
  error (#286).

* `run()` can now discard the standard output and error or redirect
  them to file(s), instead of collecting them.

* processx now optionally uses the cli package to color error messages
  and stack traces, instead of crayon.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/R-processx/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/R-processx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/R-processx/Makefile
diff -u pkgsrc/sysutils/R-processx/Makefile:1.3 pkgsrc/sysutils/R-processx/Makefile:1.4
--- pkgsrc/sysutils/R-processx/Makefile:1.3     Sun Dec 13 22:24:10 2020
+++ pkgsrc/sysutils/R-processx/Makefile Mon May 31 14:26:12 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/12/13 22:24:10 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/31 14:26:12 mef Exp $
 
 R_PKGNAME=     processx
-R_PKGVER=      3.4.5
+R_PKGVER=      3.5.2
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,9 @@ LICENSE=      mit
 DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-ps>=1.2.0:../../sysutils/R-ps
 
+# Package suggested but not available: 'debugme'
+#EST_DEPENDS+= R-debugme-[0-9]*:../../?/R-debugme
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/sysutils/R-processx/distinfo
diff -u pkgsrc/sysutils/R-processx/distinfo:1.2 pkgsrc/sysutils/R-processx/distinfo:1.3
--- pkgsrc/sysutils/R-processx/distinfo:1.2     Sun Dec 13 22:24:10 2020
+++ pkgsrc/sysutils/R-processx/distinfo Mon May 31 14:26:12 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/12/13 22:24:10 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/05/31 14:26:12 mef Exp $
 
-SHA1 (R/processx_3.4.5.tar.gz) = 6dcba4257d66ed21f8a101d018d838987279c526
-RMD160 (R/processx_3.4.5.tar.gz) = f69954a604bc7fcfeb51bc6d200409f229be7a19
-SHA512 (R/processx_3.4.5.tar.gz) = db234cd7a70da40d456f50deb9ed048380d7938b9c4adcd63ba3128b707a3fd705a3b71410b626723ec0dc9315ddb383a88334d042710bdc1be1ea361d8e4e90
-Size (R/processx_3.4.5.tar.gz) = 135121 bytes
+SHA1 (R/processx_3.5.2.tar.gz) = e76d3f6af2678c8691fc8c0765ea21071ed97f31
+RMD160 (R/processx_3.5.2.tar.gz) = 0faae8fdd3af414fbfa102f81d948e869dc6830a
+SHA512 (R/processx_3.5.2.tar.gz) = 1f7bcbc6acbb28e34286525e4b43979afec077f8ace823516ed8779cbae75f6252363aa4d722e6fad3049f8835190700b4abe094188ccb68ce6436bfa7ad0c7b
+Size (R/processx_3.5.2.tar.gz) = 141424 bytes



Home | Main Index | Thread Index | Old Index