From owner-svn-ports-all@freebsd.org Sun Jan 10 23:48:28 2021 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 6C5FE4DE8EA; Sun, 10 Jan 2021 23:48:28 +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 4DDYSX2dQCz4TPk; Sun, 10 Jan 2021 23:48:28 +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 4CF7C10BFE; Sun, 10 Jan 2021 23:48:28 +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 10ANmSZC098105; Sun, 10 Jan 2021 23:48:28 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10ANmRIp098102; Sun, 10 Jan 2021 23:48:27 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202101102348.10ANmRIp098102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sun, 10 Jan 2021 23:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561183 - in head/devel: . R-cran-rappdirs X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/devel: . R-cran-rappdirs X-SVN-Commit-Revision: 561183 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: Sun, 10 Jan 2021 23:48:28 -0000 Author: ygy (doc committer) Date: Sun Jan 10 23:48:27 2021 New Revision: 561183 URL: https://svnweb.freebsd.org/changeset/ports/561183 Log: new port: devel/R-cran-rappdirs: Application Directories Application Directories: Determine Where to Save Data, Caches, and Logs Approved by: lwhsu Added: head/devel/R-cran-rappdirs/ head/devel/R-cran-rappdirs/Makefile (contents, props changed) head/devel/R-cran-rappdirs/distinfo (contents, props changed) head/devel/R-cran-rappdirs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 10 23:16:38 2021 (r561182) +++ head/devel/Makefile Sun Jan 10 23:48:27 2021 (r561183) @@ -78,6 +78,7 @@ SUBDIR += R-cran-proto SUBDIR += R-cran-purrr SUBDIR += R-cran-randomForest + SUBDIR += R-cran-rappdirs SUBDIR += R-cran-registry SUBDIR += R-cran-rematch2 SUBDIR += R-cran-remotes Added: head/devel/R-cran-rappdirs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rappdirs/Makefile Sun Jan 10 23:48:27 2021 (r561183) @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Created by: Guangyuan Yang + +PORTNAME= rappdirs +DISTVERSION= 0.3.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat + +USES= cran:auto-plist,compiles + +.include Added: head/devel/R-cran-rappdirs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rappdirs/distinfo Sun Jan 10 23:48:27 2021 (r561183) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609702889 +SHA256 (rappdirs_0.3.1.tar.gz) = 2fd891ec16d28862f65bb57e4a78f77a597930abb59380e757afd8b6c6d3264a +SIZE (rappdirs_0.3.1.tar.gz) = 12838 Added: head/devel/R-cran-rappdirs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rappdirs/pkg-descr Sun Jan 10 23:48:27 2021 (r561183) @@ -0,0 +1,4 @@ +An easy way to determine which directories on the users computer you should use +to save data, caches and logs. A port of Python's 'Appdirs' to R. + +WWW: https://github.com/hadley/rappdirs