new port: sysutils/R-cran-fs: Cross-Platform File System Operations
Approved by: lwhsu
This commit is contained in:
parent
8b3b456099
commit
08e70b9054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560444
4 changed files with 35 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
SUBDIR += 915resolution
|
||||
SUBDIR += LPRng
|
||||
SUBDIR += LPRngTool
|
||||
SUBDIR += R-cran-fs
|
||||
SUBDIR += R-cran-processx
|
||||
SUBDIR += R-cran-ps
|
||||
SUBDIR += UEFITool
|
||||
|
|
27
sysutils/R-cran-fs/Makefile
Normal file
27
sysutils/R-cran-fs/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fs
|
||||
DISTVERSION= 1.5.0
|
||||
CATEGORIES= sysutils
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@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>
|
3
sysutils/R-cran-fs/distinfo
Normal file
3
sysutils/R-cran-fs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1609808106
|
||||
SHA256 (fs_1.5.0.tar.gz) = 36df1653571de3c628a4f769c4627f6ac53d0f9e4106d9d476afb22ae9603897
|
||||
SIZE (fs_1.5.0.tar.gz) = 796244
|
4
sysutils/R-cran-fs/pkg-descr
Normal file
4
sysutils/R-cran-fs/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue