svn commit: r561183 - in head/devel: . R-cran-rappdirs

Guangyuan Yang ygy at FreeBSD.org
Sun Jan 10 23:48:28 UTC 2021


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 <ygy at FreeBSD.org>
+
+PORTNAME=	rappdirs
+DISTVERSION=	0.3.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list