svn commit: r559440 - in head/sysutils: . R-cran-ps

Guangyuan Yang ygy at FreeBSD.org
Mon Dec 28 00:38:27 UTC 2020


Author: ygy (doc committer)
Date: Mon Dec 28 00:38:26 2020
New Revision: 559440
URL: https://svnweb.freebsd.org/changeset/ports/559440

Log:
  new port: sysutils/R-cran-ps: List, Query, Manipulate System Processes
  
  PR:		252146
  Approved by:	lwhsu

Added:
  head/sysutils/R-cran-ps/
  head/sysutils/R-cran-ps/Makefile   (contents, props changed)
  head/sysutils/R-cran-ps/distinfo   (contents, props changed)
  head/sysutils/R-cran-ps/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Dec 28 00:20:35 2020	(r559439)
+++ head/sysutils/Makefile	Mon Dec 28 00:38:26 2020	(r559440)
@@ -9,6 +9,7 @@
     SUBDIR += 915resolution
     SUBDIR += LPRng
     SUBDIR += LPRngTool
+    SUBDIR += R-cran-ps
     SUBDIR += UEFITool
     SUBDIR += abduco
     SUBDIR += abgx360

Added: head/sysutils/R-cran-ps/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-ps/Makefile	Mon Dec 28 00:38:26 2020	(r559440)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	ps
+DISTVERSION=	1.5.0
+CATEGORIES=	sysutils
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy at 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>

Added: head/sysutils/R-cran-ps/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-ps/distinfo	Mon Dec 28 00:38:26 2020	(r559440)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608946306
+SHA256 (ps_1.5.0.tar.gz) = 7461a196f55557feda569a9791ad851c884f9a2dd71671655ed17cb048fafe96
+SIZE (ps_1.5.0.tar.gz) = 115131

Added: head/sysutils/R-cran-ps/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-ps/pkg-descr	Mon Dec 28 00:38:26 2020	(r559440)
@@ -0,0 +1,4 @@
+List, query and manipulate all system processes, on 'Windows', 'Linux' and
+'macOS'.
+
+WWW: https://github.com/r-lib/ps#readme


More information about the svn-ports-all mailing list