From owner-svn-ports-all@freebsd.org Mon Dec 28 00:38:27 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6A094CC367; Mon, 28 Dec 2020 00:38:27 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3zDg5FQyz4RYG; Mon, 28 Dec 2020 00:38:27 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2DBF10C83; Mon, 28 Dec 2020 00:38:27 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BS0cRGU088205; Mon, 28 Dec 2020 00:38:27 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BS0cQQQ088198; Mon, 28 Dec 2020 00:38:26 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202012280038.0BS0cQQQ088198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Mon, 28 Dec 2020 00:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559440 - in head/sysutils: . R-cran-ps X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/sysutils: . R-cran-ps X-SVN-Commit-Revision: 559440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 00:38:27 -0000 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@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 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