diff options
Diffstat (limited to 'filesystems/R-cran-fs')
-rw-r--r-- | filesystems/R-cran-fs/Makefile | 26 | ||||
-rw-r--r-- | filesystems/R-cran-fs/distinfo | 3 | ||||
-rw-r--r-- | filesystems/R-cran-fs/pkg-descr | 2 |
3 files changed, 31 insertions, 0 deletions
diff --git a/filesystems/R-cran-fs/Makefile b/filesystems/R-cran-fs/Makefile new file mode 100644 index 000000000000..3d9974d540de --- /dev/null +++ b/filesystems/R-cran-fs/Makefile @@ -0,0 +1,26 @@ +PORTNAME= fs +DISTVERSION= 1.6.5 +CATEGORIES= filesystems sysutils +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Cross-Platform File System Operations Based on 'libuv' +WWW= https://fs.r-lib.org + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-crayon>0:devel/R-cran-crayon \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-pillar>=1.0.0:devel/R-cran-pillar \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-spelling>0:textproc/R-cran-spelling \ + R-cran-testthat>=3.0.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 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/filesystems/R-cran-fs/distinfo b/filesystems/R-cran-fs/distinfo new file mode 100644 index 000000000000..e5669da26a36 --- /dev/null +++ b/filesystems/R-cran-fs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1730355406 +SHA256 (fs_1.6.5.tar.gz) = 0e3b4d40215bee77b52d158a2e4967f4408721576aaf39bc6a77024522c70b34 +SIZE (fs_1.6.5.tar.gz) = 1200455 diff --git a/filesystems/R-cran-fs/pkg-descr b/filesystems/R-cran-fs/pkg-descr new file mode 100644 index 000000000000..fcc21a216d41 --- /dev/null +++ b/filesystems/R-cran-fs/pkg-descr @@ -0,0 +1,2 @@ +A cross-platform interface to file system operations, built on top of the +'libuv' C library. |