pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-gargle



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 06:02:59 UTC 2022

Added Files:
        pkgsrc/www/R-gargle: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-gargle/DESCR pkgsrc/www/R-gargle/Makefile \
    pkgsrc/www/R-gargle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/R-gargle/DESCR
diff -u /dev/null pkgsrc/www/R-gargle/DESCR:1.1
--- /dev/null   Sat Apr 23 06:02:59 2022
+++ pkgsrc/www/R-gargle/DESCR   Sat Apr 23 06:02:59 2022
@@ -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.
Index: pkgsrc/www/R-gargle/Makefile
diff -u /dev/null pkgsrc/www/R-gargle/Makefile:1.1
--- /dev/null   Sat Apr 23 06:02:59 2022
+++ pkgsrc/www/R-gargle/Makefile        Sat Apr 23 06:02:59 2022
@@ -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"
Index: pkgsrc/www/R-gargle/distinfo
diff -u /dev/null pkgsrc/www/R-gargle/distinfo:1.1
--- /dev/null   Sat Apr 23 06:02:59 2022
+++ pkgsrc/www/R-gargle/distinfo        Sat Apr 23 06:02:59 2022
@@ -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