Skip to content

Commit

Permalink
(sysutils/R-ps) Updated 1.6.0 to 1.7.5
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Jun 11, 2023
1 parent 2ea4051 commit 3a7f3b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions sysutils/R-ps/Makefile
@@ -1,15 +1,18 @@
# $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
COMMENT= List, query, manipulate system processes
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

Expand Down
8 changes: 4 additions & 4 deletions sysutils/R-ps/distinfo
@@ -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

0 comments on commit 3a7f3b1

Please sign in to comment.