pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/R-gargle (www/R-gargle) import R-gargle-1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a3d87fef33c
branches:  trunk
changeset: 377579:8a3d87fef33c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 06:02:59 2022 +0000

description:
(www/R-gargle) import R-gargle-1.2.0

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.

diffstat:

 www/R-gargle/DESCR    |   4 ++++
 www/R-gargle/Makefile |  27 +++++++++++++++++++++++++++
 www/R-gargle/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 19f4e5de813a -r 8a3d87fef33c www/R-gargle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gargle/DESCR        Sat Apr 23 06:02:59 2022 +0000
@@ -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.
diff -r 19f4e5de813a -r 8a3d87fef33c www/R-gargle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gargle/Makefile     Sat Apr 23 06:02:59 2022 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 06:02:59 mef Exp $
+
+R_PKGNAME=     gargle
+R_PKGVER=      1.2.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Utilities for Working with Google APIs
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
+DEPENDS+=      R-fs>=1.3.1:../../devel/R-fs
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-rappdirs>=0.3.3:../../devel/R-rappdirs
+DEPENDS+=      R-rlang>=0.4.9:../../devel/R-rlang
+DEPENDS+=      R-withr>=2.4.2:../../devel/R-withr
+DEPENDS+=      R-rstudioapi>=0.13:../../math/R-rstudioapi
+DEPENDS+=      R-jsonlite>=1.8.0:../../textproc/R-jsonlite
+DEPENDS+=      R-httr>=1.4.0:../../www/R-httr
+
+# Packages suggested but not available:
+#  'aws.ec2metadata', 'aws.signature', 'mockr', 'sodium'
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 19f4e5de813a -r 8a3d87fef33c www/R-gargle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-gargle/distinfo     Sat Apr 23 06:02:59 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 06:02:59 mef Exp $
+
+BLAKE2s (R/gargle_1.2.0.tar.gz) = 769789ea901dc80fea8f2c4115773ca3172861b5a6c858b3a07449282de058b4
+SHA512 (R/gargle_1.2.0.tar.gz) = 1d11c9b07c461fc07ecb809fc0020d5fbb20b3955dead0cb97aaf494849fc16f545ae0854758d3eebc063add304efa9f7c207e1655ae893cd6624610e563d026
+Size (R/gargle_1.2.0.tar.gz) = 313418 bytes



Home | Main Index | Thread Index | Old Index