new port: sysutils/R-cran-ps: List, Query, Manipulate System Processes
PR: 252146 Approved by: lwhsu
This commit is contained in:
parent
3abe20105a
commit
66d9a3bb18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559440
@ -9,6 +9,7 @@
|
||||
SUBDIR += 915resolution
|
||||
SUBDIR += LPRng
|
||||
SUBDIR += LPRngTool
|
||||
SUBDIR += R-cran-ps
|
||||
SUBDIR += UEFITool
|
||||
SUBDIR += abduco
|
||||
SUBDIR += abgx360
|
||||
|
23
sysutils/R-cran-ps/Makefile
Normal file
23
sysutils/R-cran-ps/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ps
|
||||
DISTVERSION= 1.5.0
|
||||
CATEGORIES= sysutils
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= List, Query, Manipulate System Processes
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
|
||||
R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-rlang>0:devel/R-cran-rlang \
|
||||
R-cran-testthat>0:devel/R-cran-testthat \
|
||||
R-cran-tibble>0:devel/R-cran-tibble \
|
||||
R-cran-curl>0:ftp/R-cran-curl
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/R-cran-ps/distinfo
Normal file
3
sysutils/R-cran-ps/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608946306
|
||||
SHA256 (ps_1.5.0.tar.gz) = 7461a196f55557feda569a9791ad851c884f9a2dd71671655ed17cb048fafe96
|
||||
SIZE (ps_1.5.0.tar.gz) = 115131
|
4
sysutils/R-cran-ps/pkg-descr
Normal file
4
sysutils/R-cran-ps/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
List, query and manipulate all system processes, on 'Windows', 'Linux' and
|
||||
'macOS'.
|
||||
|
||||
WWW: https://github.com/r-lib/ps#readme
|
Loading…
Reference in New Issue
Block a user