pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 18:38:12 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/R-ps: DESCR Makefile distinfo

Log Message:
R-ps: initial commit

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


To generate a diff of this commit:
cvs rdiff -u -r1.3354 -r1.3355 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.823 -r1.824 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/R-ps/DESCR \
    pkgsrc/sysutils/R-ps/Makefile 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/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3354 pkgsrc/doc/CHANGES-2019:1.3355
--- pkgsrc/doc/CHANGES-2019:1.3354      Fri Aug  9 18:37:22 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:38:11 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.823 pkgsrc/sysutils/Makefile:1.824
--- pkgsrc/sysutils/Makefile:1.823      Fri Aug  9 18:36:28 2019
+++ pkgsrc/sysutils/Makefile    Fri Aug  9 18:38:11 2019
@@ -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+=        855resolution
 SUBDIR+=       915resolution
 SUBDIR+=       9base
 SUBDIR+=       R-progress
+SUBDIR+=       R-ps
 SUBDIR+=       R-sys
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice

Added files:

Index: pkgsrc/sysutils/R-ps/DESCR
diff -u /dev/null pkgsrc/sysutils/R-ps/DESCR:1.1
--- /dev/null   Fri Aug  9 18:38:12 2019
+++ pkgsrc/sysutils/R-ps/DESCR  Fri Aug  9 18:38:12 2019
@@ -0,0 +1,2 @@
+List, query and manipulate all system processes, on 'Windows', 'Linux'
+and 'macOS'.
Index: pkgsrc/sysutils/R-ps/Makefile
diff -u /dev/null pkgsrc/sysutils/R-ps/Makefile:1.1
--- /dev/null   Fri Aug  9 18:38:12 2019
+++ pkgsrc/sysutils/R-ps/Makefile       Fri Aug  9 18:38:12 2019
@@ -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"
Index: pkgsrc/sysutils/R-ps/distinfo
diff -u /dev/null pkgsrc/sysutils/R-ps/distinfo:1.1
--- /dev/null   Fri Aug  9 18:38:12 2019
+++ pkgsrc/sysutils/R-ps/distinfo       Fri Aug  9 18:38:12 2019
@@ -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