Received: by mail.netbsd.org (Postfix, from userid 605) id 314FB84E80; Sat, 23 Apr 2022 06:10:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6919C84D69 for ; Sat, 23 Apr 2022 06:10:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id b9_pPAiEF3Vl for ; Sat, 23 Apr 2022 06:10:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D936D84CFA for ; Sat, 23 Apr 2022 06:10:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D24CEFB1A; Sat, 23 Apr 2022 06:10:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165069421286290" MIME-Version: 1.0 Date: Sat, 23 Apr 2022 06:10:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-googledrive To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220423061012.D24CEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165069421286290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_165069421286290 Content-Disposition: inline Content-Length: 2050 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_165069421286290--