git: 622570ced661 - main - devel/R-cran-gargle: New port: Utilities for Working with Google APIs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 14:52:29 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=622570ced6617c40e87732dee5c1d722072e7127 commit 622570ced6617c40e87732dee5c1d722072e7127 Author: Einar Bjarni Halldórsson <einar@isnic.is> AuthorDate: 2024-04-05 11:26:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-06 14:42:36 +0000 devel/R-cran-gargle: New port: Utilities for Working with Google APIs - Submitter becomes maintainer Provides utilities for working with Google APIs <https://developers.google.com/apis-explorer>. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests. WWW: https://gargle.r-lib.org/ Differential Revision: https://reviews.freebsd.org/D43735 --- devel/Makefile | 1 + devel/R-cran-gargle/Makefile | 28 ++++++++++++++++++++++++++++ devel/R-cran-gargle/distinfo | 3 +++ devel/R-cran-gargle/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index f5d08c92bf84..0685829453ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -52,6 +52,7 @@ SUBDIR += R-cran-foreach SUBDIR += R-cran-future SUBDIR += R-cran-future.apply + SUBDIR += R-cran-gargle SUBDIR += R-cran-gbRd SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata diff --git a/devel/R-cran-gargle/Makefile b/devel/R-cran-gargle/Makefile new file mode 100644 index 000000000000..7be4d7afbbdf --- /dev/null +++ b/devel/R-cran-gargle/Makefile @@ -0,0 +1,28 @@ +PORTNAME= gargle +DISTVERSION= 1.5.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= einar@isnic.is +COMMENT= Utilities for Working with Google APIs +WWW= https://gargle.r-lib.org/ + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-cli>=3.0.1:devel/R-cran-cli \ + R-cran-fs>=1.3.1:sysutils/R-cran-fs \ + R-cran-glue>=1.3.0:devel/R-cran-glue \ + R-cran-httr>=1.4.5:www/R-cran-httr \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ + R-cran-openssl>0:security/R-cran-openssl \ + R-cran-rappdirs>0:devel/R-cran-rappdirs \ + R-cran-rlang>=1.1.0:devel/R-cran-rlang \ + R-cran-withr>0:devel/R-cran-withr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/devel/R-cran-gargle/distinfo b/devel/R-cran-gargle/distinfo new file mode 100644 index 000000000000..bf04aae786b0 --- /dev/null +++ b/devel/R-cran-gargle/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1706916653 +SHA256 (gargle_1.5.2.tar.gz) = 4a5beb046eb50a168b4baf5d1fcd8ac20d698e7fcb6b6ef46a436ded5b039001 +SIZE (gargle_1.5.2.tar.gz) = 627560 diff --git a/devel/R-cran-gargle/pkg-descr b/devel/R-cran-gargle/pkg-descr new file mode 100644 index 000000000000..34bba5f40065 --- /dev/null +++ b/devel/R-cran-gargle/pkg-descr @@ -0,0 +1,4 @@ +Provides utilities for working with Google APIs +<https://developers.google.com/apis-explorer>. +This includes functions and classes for handling common credential types and for +preparing, executing, and processing HTTP requests.