pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/R-ps
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 11 10:52:42 UTC 2023
Modified Files:
pkgsrc/sysutils/R-ps: Makefile distinfo
Log Message:
(sysutils/R-ps) Updated 1.6.0 to 1.7.5
# ps 1.7.5
# ps 1.7.4
* `ps::ps_get_cpu_affinity()` now works for other processes on Linux, not only
the calling process.
# ps 1.7.3
* The output of `ps_disk_usage()`, `ps_disk_partitions()` and
`ps_shared_lib_users()` now do not include a spurious `stringsAsFactors`
column.
# ps 1.7.2
* `ps_system_memory()$percent` now returns a number scaled between 0 and 100
on Windows, rather than between 0 and 1 (#131, @francisbarton).
# ps 1.7.1
* ps now returns data frames instead of tibbles. While data frames and
tibbles are very similar, they are not completely compatible. To convert
the output of ps to tibbles call the `tibble::as_tibble()` function
on them.
* `ps()` now does not fail if both `user` and `after` are specified (#129).
# ps 1.7.0
* ps now compiles on platforms that enable OpenMP (#109).
* New functions `ps_get_cpu_affinity()` and `ps_set_cpu_affinity()` to query
and set CPU affinity (#123).
* `ps_memory_info()` now does not mix up `rss` and `vms` on Linux.
* `ps_memory_info()` now reports memory in bytes instead of pages on Linux (#115)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/R-ps/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/R-ps/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-ps/Makefile
diff -u pkgsrc/sysutils/R-ps/Makefile:1.6 pkgsrc/sysutils/R-ps/Makefile:1.7
--- pkgsrc/sysutils/R-ps/Makefile:1.6 Sat Nov 6 13:37:33 2021
+++ pkgsrc/sysutils/R-ps/Makefile Sun Jun 11 10:52:42 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/11/06 13:37:33 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/11 10:52:42 mef Exp $
R_PKGNAME= ps
-R_PKGVER= 1.6.0
-PKGREVISION= 1
+R_PKGVER= 1.7.5
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +9,10 @@ COMMENT= List, query, manipulate system
LICENSE= modified-bsd
TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
USE_LANGUAGES= c
Index: pkgsrc/sysutils/R-ps/distinfo
diff -u pkgsrc/sysutils/R-ps/distinfo:1.5 pkgsrc/sysutils/R-ps/distinfo:1.6
--- pkgsrc/sysutils/R-ps/distinfo:1.5 Tue Oct 26 11:19:18 2021
+++ pkgsrc/sysutils/R-ps/distinfo Sun Jun 11 10:52:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:19:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/06/11 10:52:42 mef Exp $
-BLAKE2s (R/ps_1.6.0.tar.gz) = d301e39ed2a1a55fbb58d4e7b53de4fd2a9f47bcc769be8092b12e99256576a7
-SHA512 (R/ps_1.6.0.tar.gz) = c5110e86ea72a3c1aff4d93fbcb630b00d9b59e49271530327dfa8f1f7f88b9caab909b76d1638f77518292bec438412961375035e156b3ceebe6fed381bae45
-Size (R/ps_1.6.0.tar.gz) = 119670 bytes
+BLAKE2s (R/ps_1.7.5.tar.gz) = bb27a3977a26abfe3752d122b315aa0ec465cdde8867eb88c846e14bda4d0a34
+SHA512 (R/ps_1.7.5.tar.gz) = f5b6a82493f184eb3737108b8984801469ba11033e6e96957eb2f42f121610816e801cb4f0a9e03dbeb3f8f8653e037a5771eab731af77617cd76d02d07b594a
+Size (R/ps_1.7.5.tar.gz) = 129213 bytes
Home |
Main Index |
Thread Index |
Old Index