Skip to content

Commit df97038

Browse files
author
mef
committed
(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 (NetBSD#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 (NetBSD#129). # ps 1.7.0 * ps now compiles on platforms that enable OpenMP (NetBSD#109). * New functions `ps_get_cpu_affinity()` and `ps_set_cpu_affinity()` to query and set CPU affinity (NetBSD#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 (NetBSD#115)
1 parent 006ce19 commit df97038

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

sysutils/R-ps/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# $NetBSD: Makefile,v 1.6 2021/11/06 13:37:33 mef Exp $
1+
# $NetBSD: Makefile,v 1.7 2023/06/11 10:52:42 mef Exp $
22

33
R_PKGNAME= ps
4-
R_PKGVER= 1.6.0
5-
PKGREVISION= 1
4+
R_PKGVER= 1.7.5
65
CATEGORIES= sysutils
76

87
MAINTAINER= pkgsrc-users@NetBSD.org
98
COMMENT= List, query, manipulate system processes
109
LICENSE= modified-bsd
1110

1211
TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
12+
TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
13+
TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
14+
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
15+
TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
1316

1417
USE_LANGUAGES= c
1518

sysutils/R-ps/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 11:19:18 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2023/06/11 10:52:42 mef Exp $
22

3-
BLAKE2s (R/ps_1.6.0.tar.gz) = d301e39ed2a1a55fbb58d4e7b53de4fd2a9f47bcc769be8092b12e99256576a7
4-
SHA512 (R/ps_1.6.0.tar.gz) = c5110e86ea72a3c1aff4d93fbcb630b00d9b59e49271530327dfa8f1f7f88b9caab909b76d1638f77518292bec438412961375035e156b3ceebe6fed381bae45
5-
Size (R/ps_1.6.0.tar.gz) = 119670 bytes
3+
BLAKE2s (R/ps_1.7.5.tar.gz) = bb27a3977a26abfe3752d122b315aa0ec465cdde8867eb88c846e14bda4d0a34
4+
SHA512 (R/ps_1.7.5.tar.gz) = f5b6a82493f184eb3737108b8984801469ba11033e6e96957eb2f42f121610816e801cb4f0a9e03dbeb3f8f8653e037a5771eab731af77617cd76d02d07b594a
5+
Size (R/ps_1.7.5.tar.gz) = 129213 bytes

0 commit comments

Comments
 (0)