svn commit: r560444 - in head/sysutils: . R-cran-fs
Guangyuan Yang
ygy at FreeBSD.org
Tue Jan 5 23:22:00 UTC 2021
Author: ygy (doc committer)
Date: Tue Jan 5 23:21:59 2021
New Revision: 560444
URL: https://svnweb.freebsd.org/changeset/ports/560444
Log:
new port: sysutils/R-cran-fs: Cross-Platform File System Operations
Approved by: lwhsu
Added:
head/sysutils/R-cran-fs/
head/sysutils/R-cran-fs/Makefile (contents, props changed)
head/sysutils/R-cran-fs/distinfo (contents, props changed)
head/sysutils/R-cran-fs/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Tue Jan 5 23:09:03 2021 (r560443)
+++ head/sysutils/Makefile Tue Jan 5 23:21:59 2021 (r560444)
@@ -9,6 +9,7 @@
SUBDIR += 915resolution
SUBDIR += LPRng
SUBDIR += LPRngTool
+ SUBDIR += R-cran-fs
SUBDIR += R-cran-processx
SUBDIR += R-cran-ps
SUBDIR += UEFITool
Added: head/sysutils/R-cran-fs/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/R-cran-fs/Makefile Tue Jan 5 23:21:59 2021 (r560444)
@@ -0,0 +1,27 @@
+# Created by: Guangyuan Yang <ygy at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fs
+DISTVERSION= 1.5.0
+CATEGORIES= sysutils
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy at FreeBSD.org
+COMMENT= Cross-Platform File System Operations Based on 'libuv'
+
+LICENSE= GPLv3
+
+BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-crayon>0:devel/R-cran-crayon \
+ R-cran-pillar>=1.0.0:devel/R-cran-pillar \
+ R-cran-testthat>0:devel/R-cran-testthat \
+ R-cran-tibble>=1.1.0:devel/R-cran-tibble \
+ R-cran-vctrs>=0.3.0:devel/R-cran-vctrs \
+ R-cran-withr>0:devel/R-cran-withr \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
Added: head/sysutils/R-cran-fs/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/R-cran-fs/distinfo Tue Jan 5 23:21:59 2021 (r560444)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609808106
+SHA256 (fs_1.5.0.tar.gz) = 36df1653571de3c628a4f769c4627f6ac53d0f9e4106d9d476afb22ae9603897
+SIZE (fs_1.5.0.tar.gz) = 796244
Added: head/sysutils/R-cran-fs/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/R-cran-fs/pkg-descr Tue Jan 5 23:21:59 2021 (r560444)
@@ -0,0 +1,4 @@
+A cross-platform interface to file system operations, built on top of the
+'libuv' C library.
+
+WWW: http://fs.r-lib.org
More information about the svn-ports-all
mailing list