git: 6fb11dfe2fa8 - main - devel/R-cran-googledrive: New port: Interface to Google Drive
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 14:52:30 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb11dfe2fa8dc7ea6e5737d0d8c2db24ea067de commit 6fb11dfe2fa8dc7ea6e5737d0d8c2db24ea067de Author: Einar Bjarni Halldórsson <einar@isnic.is> AuthorDate: 2024-04-05 11:38:02 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-06 14:42:37 +0000 devel/R-cran-googledrive: New port: Interface to Google Drive - Submitter becomes maintainer Manage Google Drive files from R. WWW: https://googledrive.tidyverse.org/ Differential Revision: https://reviews.freebsd.org/D43735 --- devel/Makefile | 1 + devel/R-cran-googledrive/Makefile | 33 +++++++++++++++++++++++++++++++++ devel/R-cran-googledrive/distinfo | 3 +++ devel/R-cran-googledrive/pkg-descr | 1 + 4 files changed, 38 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 0685829453ec..16b9a44ed150 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -64,6 +64,7 @@ SUBDIR += R-cran-globals SUBDIR += R-cran-glue SUBDIR += R-cran-gmodels + SUBDIR += R-cran-googledrive SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-hardhat diff --git a/devel/R-cran-googledrive/Makefile b/devel/R-cran-googledrive/Makefile new file mode 100644 index 000000000000..77e8ebaa762c --- /dev/null +++ b/devel/R-cran-googledrive/Makefile @@ -0,0 +1,33 @@ +PORTNAME= googledrive +DISTVERSION= 2.1.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= einar@isnic.is +COMMENT= Interface to Google Drive +WWW= https://googledrive.tidyverse.org/ + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-cli>=3.0.0:devel/R-cran-cli \ + R-cran-gargle>=1.5.0:devel/R-cran-gargle \ + R-cran-glue>=1.4.2:devel/R-cran-glue \ + R-cran-httr>0:www/R-cran-httr \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-pillar>=1.9.0:devel/R-cran-pillar \ + R-cran-purrr>=1.0.1:devel/R-cran-purrr \ + R-cran-rlang>=1.0.2:devel/R-cran-rlang \ + R-cran-tibble>=2.0.0:devel/R-cran-tibble \ + R-cran-uuid>0:devel/R-cran-uuid \ + R-cran-vctrs>=0.3.0:devel/R-cran-vctrs \ + R-cran-withr>0:devel/R-cran-withr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-mockr>0:devel/R-cran-mockr \ + R-cran-testthat>0:devel/R-cran-testthat + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/devel/R-cran-googledrive/distinfo b/devel/R-cran-googledrive/distinfo new file mode 100644 index 000000000000..3916ad5bf0b5 --- /dev/null +++ b/devel/R-cran-googledrive/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1706917861 +SHA256 (googledrive_2.1.1.tar.gz) = 0b8b4f74ba3630b0347249a32a80bc5fc2e8b63ad2952702f30162bd2d38fb82 +SIZE (googledrive_2.1.1.tar.gz) = 1609266 diff --git a/devel/R-cran-googledrive/pkg-descr b/devel/R-cran-googledrive/pkg-descr new file mode 100644 index 000000000000..110bd65b94ec --- /dev/null +++ b/devel/R-cran-googledrive/pkg-descr @@ -0,0 +1 @@ +Manage Google Drive files from R.