diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-rappdirs/Makefile | 19 | ||||
-rw-r--r-- | devel/R-cran-rappdirs/distinfo | 3 | ||||
-rw-r--r-- | devel/R-cran-rappdirs/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 27326b6ba876..3c1b1884720d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/R-cran-rappdirs/Makefile b/devel/R-cran-rappdirs/Makefile new file mode 100644 index 000000000000..91a71fab4563 --- /dev/null +++ b/devel/R-cran-rappdirs/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Created by: Guangyuan Yang <ygy@FreeBSD.org> + +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 <bsd.port.mk> diff --git a/devel/R-cran-rappdirs/distinfo b/devel/R-cran-rappdirs/distinfo new file mode 100644 index 000000000000..2e654dfc6229 --- /dev/null +++ b/devel/R-cran-rappdirs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1609702889 +SHA256 (rappdirs_0.3.1.tar.gz) = 2fd891ec16d28862f65bb57e4a78f77a597930abb59380e757afd8b6c6d3264a +SIZE (rappdirs_0.3.1.tar.gz) = 12838 diff --git a/devel/R-cran-rappdirs/pkg-descr b/devel/R-cran-rappdirs/pkg-descr new file mode 100644 index 000000000000..1cc5b61f33e4 --- /dev/null +++ b/devel/R-cran-rappdirs/pkg-descr @@ -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 |