pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-googledrive



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 06:10:12 UTC 2022

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

Log Message:
(www/R-googledrive) import R-googledrive-2.0.0

Manage Google Drive files from R.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-googledrive/DESCR \
    pkgsrc/www/R-googledrive/Makefile pkgsrc/www/R-googledrive/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-googledrive/DESCR
diff -u /dev/null pkgsrc/www/R-googledrive/DESCR:1.1
--- /dev/null   Sat Apr 23 06:10:12 2022
+++ pkgsrc/www/R-googledrive/DESCR      Sat Apr 23 06:10:12 2022
@@ -0,0 +1 @@
+Manage Google Drive files from R.
Index: pkgsrc/www/R-googledrive/Makefile
diff -u /dev/null pkgsrc/www/R-googledrive/Makefile:1.1
--- /dev/null   Sat Apr 23 06:10:12 2022
+++ pkgsrc/www/R-googledrive/Makefile   Sat Apr 23 06:10:12 2022
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 06:10:12 mef Exp $
+
+R_PKGNAME=     googledrive
+R_PKGVER=      2.0.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Interface to Google Drive
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
+DEPENDS+=      R-gargle-[0-9]*:../../www/R-gargle
+DEPENDS+=      R-glue>=1.4.2:../../devel/R-glue
+DEPENDS+=      R-lifecycle>=1.0.1:../../devel/R-lifecycle
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-purrr>=0.2.3:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.4.9:../../devel/R-rlang
+DEPENDS+=      R-uuid>=0.1.2:../../devel/R-uuid
+DEPENDS+=      R-withr>=2.4.2:../../devel/R-withr
+DEPENDS+=      R-tibble>=2.0.0:../../math/R-tibble
+DEPENDS+=      R-vctrs>=0.3.0:../../math/R-vctrs
+DEPENDS+=      R-pillar>=1.6.2:../../misc/R-pillar
+DEPENDS+=      R-jsonlite>=1.8.0:../../textproc/R-jsonlite
+DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-googledrive/distinfo
diff -u /dev/null pkgsrc/www/R-googledrive/distinfo:1.1
--- /dev/null   Sat Apr 23 06:10:12 2022
+++ pkgsrc/www/R-googledrive/distinfo   Sat Apr 23 06:10:12 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 06:10:12 mef Exp $
+
+BLAKE2s (R/googledrive_2.0.0.tar.gz) = d04e5cc600fdad52c0e7c274c42f87add3b86b1cd5dcd78f25141940d949c066
+SHA512 (R/googledrive_2.0.0.tar.gz) = fb5ee3ced372364c448432fd936bb178d5318842c8642a497e52e35038a3ae0a7536d538eba539c1c1e2cc63aabbcdbdac7b3d7d00cf3ffedcdbab2720dd38c9
+Size (R/googledrive_2.0.0.tar.gz) = 1593656 bytes



Home | Main Index | Thread Index | Old Index