summaryrefslogtreecommitdiff
path: root/sysutils/R-ps
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-12-14 03:26:20 +0000
committermef <mef@pkgsrc.org>2020-12-14 03:26:20 +0000
commitcc19a0865e3bc0dfa0fc10bece2c6486a2396046 (patch)
treeeda2c59d873a2235a6a3fd639c01d43b7fa7314d /sysutils/R-ps
parent41f81a087877682bcd57f27c6b118bc5d06ad5a3 (diff)
downloadpkgsrc-cc19a0865e3bc0dfa0fc10bece2c6486a2396046.tar.gz
(sysutils/R-ps) Updated 1.3.0 to 1.5.0
# ps 1.5.0 * New function `ps_shared_libs()` to list the loaded shared libraries of a process, on Windows. * New function `ps_shared_lib_users()` to list all processes that loaded a certain shared library, on Windows. * New function `ps_descent()` to query the ancestry of a process. # ps 1.4.0 * ps is now under the MIT license. * Process functions now default to the calling R process. So e.g. you can write simply `ps_connections()` to list all network connections of the current process, instead of `ps_connections(ps_handle())`. * New `ps_get_nice()` and `ps_set_nice()` functions to get and set the priority of a process (#89). * New `ps_system_memory()` and `ps_system_swap()` functions, to return information about system memory and swap usage. * New `ps_disk_partitions()` and `ps_disk_usage()` functions, they return information about file systems, similarly to the `mount` and `df` Unix commands. * New `ps_tty_size()` function to query the size of the terminal. * Fixed an issue in `CLeanupReporter()` that triggered random failures on macOS. # ps 1.3.4 * `ps_cpu_count()` now reports the correct number on Windows, even if the package binary was built on a Windows version with a different API (#77). # ps 1.3.3 * New function `errno()` returns a table of `errno.h` error codes and their description. * ps now compiles again on Solaris. # ps 1.3.2 * ps now compiles again on unsupported platforms like Solaris. # ps 1.3.1 * Fixed an installation problem on some Windows versions, where the output of `cmd /c ver` looks different (#69).
Diffstat (limited to 'sysutils/R-ps')
-rw-r--r--sysutils/R-ps/Makefile4
-rw-r--r--sysutils/R-ps/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/R-ps/Makefile b/sysutils/R-ps/Makefile
index a7492fb11f4..ef89d8e0aaa 100644
--- a/sysutils/R-ps/Makefile
+++ b/sysutils/R-ps/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 18:38:12 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 03:26:20 mef Exp $
R_PKGNAME= ps
-R_PKGVER= 1.3.0
+R_PKGVER= 1.5.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/sysutils/R-ps/distinfo b/sysutils/R-ps/distinfo
index 75a145adc65..7fc3be3ec6e 100644
--- a/sysutils/R-ps/distinfo
+++ b/sysutils/R-ps/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 18:38:12 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/12/14 03:26:20 mef Exp $
-SHA1 (R/ps_1.3.0.tar.gz) = f4a5a8abf3e5337b5372f4bb300e15b5ef1e58dd
-RMD160 (R/ps_1.3.0.tar.gz) = 9ddd67bb333db97e54192a6db2fd2ecd145dd732
-SHA512 (R/ps_1.3.0.tar.gz) = dedc24076f78b780c370031d3ddf22e64b8f5b11f9248525fc8405c796eafe1028155c42b52c7773d71ce4167f6de9745d21069bab45c3748219eded4829c7bb
-Size (R/ps_1.3.0.tar.gz) = 261887 bytes
+SHA1 (R/ps_1.5.0.tar.gz) = 887fb5723c73598fd67b8209669e3463150f4207
+RMD160 (R/ps_1.5.0.tar.gz) = 076fc7d3b388eb5755d66472182f615a7af1a7d6
+SHA512 (R/ps_1.5.0.tar.gz) = fa916a21aeec64ce3716efe30a6fae5d74d4e3f06b0676a937fd2587bca8f4954a4267da4d2588729dd2b6d15b0060cab793ebce9cfaf400addcbd8351845ff0
+Size (R/ps_1.5.0.tar.gz) = 115131 bytes