pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-ps: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/526805789b10
branches:  trunk
changeset: 337650:526805789b10
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:38:11 2019 +0000

description:
R-ps: initial commit

List, query and manipulate all system processes, on 'Windows', 'Linux'
and 'macOS'.

diffstat:

 doc/CHANGES-2019       |   3 ++-
 sysutils/Makefile      |   3 ++-
 sysutils/R-ps/DESCR    |   2 ++
 sysutils/R-ps/Makefile |  14 ++++++++++++++
 sysutils/R-ps/distinfo |   6 ++++++
 5 files changed, 26 insertions(+), 2 deletions(-)

diffs (65 lines):

diff -r c993209fcfd8 -r 526805789b10 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:37:22 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:38:11 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3354 2019/08/09 18:37:22 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3355 2019/08/09 18:38:11 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5477,3 +5477,4 @@
        Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09]
        Added sysutils/R-sys version 3.2 [brook 2019-08-09]
        Added devel/R-git2r version 0.26.1 [brook 2019-08-09]
+       Added sysutils/R-ps version 1.3.0 [brook 2019-08-09]
diff -r c993209fcfd8 -r 526805789b10 sysutils/Makefile
--- a/sysutils/Makefile Fri Aug 09 18:37:22 2019 +0000
+++ b/sysutils/Makefile Fri Aug 09 18:38:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.823 2019/08/09 18:36:28 brook Exp $
+# $NetBSD: Makefile,v 1.824 2019/08/09 18:38:11 brook Exp $
 #
 
 COMMENT=       System utilities
@@ -7,6 +7,7 @@
 SUBDIR+=       915resolution
 SUBDIR+=       9base
 SUBDIR+=       R-progress
+SUBDIR+=       R-ps
 SUBDIR+=       R-sys
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice
diff -r c993209fcfd8 -r 526805789b10 sysutils/R-ps/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-ps/DESCR       Fri Aug 09 18:38:11 2019 +0000
@@ -0,0 +1,2 @@
+List, query and manipulate all system processes, on 'Windows', 'Linux'
+and 'macOS'.
diff -r c993209fcfd8 -r 526805789b10 sysutils/R-ps/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-ps/Makefile    Fri Aug 09 18:38:11 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:38:12 brook Exp $
+
+R_PKGNAME=     ps
+R_PKGVER=      1.3.0
+CATEGORIES=    sysutils
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       List, query, manipulate system processes
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r c993209fcfd8 -r 526805789b10 sysutils/R-ps/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-ps/distinfo    Fri Aug 09 18:38:11 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:38:12 brook 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



Home | Main Index | Thread Index | Old Index