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 Dec 8 03:29:31 UTC 2024
Modified Files:
pkgsrc/sysutils/R-ps: Makefile distinfo
Log Message:
(sysutils/R-ps) Updated 1.7.7 to 1.8.1
# ps 1.8.1
* ps can now be installed again on unsupported platforms.
# ps 1.8.0
* New `ps_apps()` function to list all running applications on macOS.
* New function `ps_disk_io_counters()` to query disk I/O counters
(#145, @michaelwalshe).
* New `ps_fs_info()` to query information about the file system of one
or more files or directories.
* New `ps_wait()` to start an interruptible wait on multiple processes,
with a timeout (#166).
* `ps_handle()` now allows a numeric (double) scalar as the pid, as long
as its value is integer.
* `ps_send_signal()`, `ps_suspend()`, `ps_resume()`, `ps_terminate()`,
`ps_kill()`, and `ps_interrupt()` can now operate on multiple processes,
if passed a list of process handles.
* `ps_kill()` and `ps_kill_tree()` have a new `grace` argument.
On Unix, if this argument is not zero, then `ps_kill()` first sends a
`TERM` signal, and waits for the processes to quit gracefully, via
`ps_wait()`. The processes that are still alive after the grace period
are then killed with `SIGKILL`.
* `ps_status()` (and thus `ps()`) is now better at getting the correct
status of processes on macOS. This usually requires calling the external
`ps` tool. See `?ps_status()` on how to opt out from the new
behavior (#31).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/R-ps/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/sysutils/R-ps/Makefile:1.9
--- pkgsrc/sysutils/R-ps/Makefile:1.8 Thu Sep 19 21:39:28 2024
+++ pkgsrc/sysutils/R-ps/Makefile Sun Dec 8 03:29:31 2024
@@ -1,19 +1,28 @@
-# $NetBSD: Makefile,v 1.8 2024/09/19 21:39:28 mef Exp $
+# $NetBSD: Makefile,v 1.9 2024/12/08 03:29:31 mef Exp $
R_PKGNAME= ps
-R_PKGVER= 1.7.7
+R_PKGVER= 1.8.1
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= List, query, manipulate system processes
LICENSE= modified-bsd
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
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
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
Index: pkgsrc/sysutils/R-ps/distinfo
diff -u pkgsrc/sysutils/R-ps/distinfo:1.7 pkgsrc/sysutils/R-ps/distinfo:1.8
--- pkgsrc/sysutils/R-ps/distinfo:1.7 Thu Sep 19 21:39:28 2024
+++ pkgsrc/sysutils/R-ps/distinfo Sun Dec 8 03:29:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/09/19 21:39:28 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/12/08 03:29:31 mef Exp $
-BLAKE2s (R/ps_1.7.7.tar.gz) = 09e9fd19456e857edd8244a1379c376e68ef9c8950b6d1029d36b47edaab3aae
-SHA512 (R/ps_1.7.7.tar.gz) = 148fdb24158efa9434aef381d772a54f9433213ffaa21e8ff80b32fc2aa83981aff708418c65c7debde06fce680863ef6fc11f56b178c2f0ee016e3dab9a34e5
-Size (R/ps_1.7.7.tar.gz) = 128844 bytes
+BLAKE2s (R/ps_1.8.1.tar.gz) = 7cfe714c2534684258f80360a1a2075e24eeeba5142848c82849337672f946a7
+SHA512 (R/ps_1.8.1.tar.gz) = 907d5310b9b9b1367957d3fe30302c2cfbbcc8d15fadc1fc83034bb4149bb112ea31324a0e87f26b4a0708b382ac94927a7e729b144c6ac97299b0718fce275b
+Size (R/ps_1.8.1.tar.gz) = 164392 bytes
Home |
Main Index |
Thread Index |
Old Index