pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-gert (devel/R-gert) import R-gert-1.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9e393032cfe
branches:  trunk
changeset: 443922:a9e393032cfe
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 06:22:06 2021 +0000

description:
(devel/R-gert) import R-gert-1.0.2

Simple git client for R based on 'libgit2' with support for SSH and
HTTPS remotes. All functions in 'gert' use basic R data types (such as
vectors and data-frames) for their arguments and return values. User
credentials are shared with command line 'git' through the
git-credential store and ssh keys stored on disk or ssh-agent. On
Linux, a somewhat recent version of 'libgit2' is required; we provide
a 'PPA' for older Ubuntu 'LTS' versions.

diffstat:

 devel/R-gert/DESCR    |   7 +++++++
 devel/R-gert/Makefile |  21 +++++++++++++++++++++
 devel/R-gert/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 22819a154464 -r a9e393032cfe devel/R-gert/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-gert/DESCR        Fri Jan 01 06:22:06 2021 +0000
@@ -0,0 +1,7 @@
+Simple git client for R based on 'libgit2' with support for SSH and
+HTTPS remotes. All functions in 'gert' use basic R data types (such as
+vectors and data-frames) for their arguments and return values. User
+credentials are shared with command line 'git' through the
+git-credential store and ssh keys stored on disk or ssh-agent. On
+Linux, a somewhat recent version of 'libgit2' is required; we provide
+a 'PPA' for older Ubuntu 'LTS' versions.
diff -r 22819a154464 -r a9e393032cfe devel/R-gert/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-gert/Makefile     Fri Jan 01 06:22:06 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 06:22:06 mef Exp $
+
+R_PKGNAME=     gert
+R_PKGVER=      1.0.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Simple Git Client for R
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-zip>=2.1.0:../../archivers/R-zip
+DEPENDS+=      R-rstudioapi>=0.11:../../math/R-rstudioapi
+DEPENDS+=      R-askpass>=1.1:../../security/R-askpass
+DEPENDS+=      R-openssl>=1.4.1:../../security/R-openssl
+DEPENDS+=      R-credentials-[0-9]*:../../security/R-credentials
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/libgit2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 22819a154464 -r a9e393032cfe devel/R-gert/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-gert/distinfo     Fri Jan 01 06:22:06 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 06:22:06 mef Exp $
+
+SHA1 (R/gert_1.0.2.tar.gz) = f269c72d00851f4d3d56f5af719decc644d5811c
+RMD160 (R/gert_1.0.2.tar.gz) = ed2e31bedf46c1dacf1415d758668732e93771a1
+SHA512 (R/gert_1.0.2.tar.gz) = b2d35a2a6703eabfe6a6bd55d384b3fe033af60b4ca1df452776a716a512f82721f17b2d545c8fc7c9ab85a043f45c6ad21faa83b6f618f569df641aded41450
+Size (R/gert_1.0.2.tar.gz) = 61324 bytes



Home | Main Index | Thread Index | Old Index