pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-gert



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 06:22:06 UTC 2021

Added Files:
        pkgsrc/devel/R-gert: DESCR Makefile distinfo

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


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

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

Added files:

Index: pkgsrc/devel/R-gert/DESCR
diff -u /dev/null pkgsrc/devel/R-gert/DESCR:1.1
--- /dev/null   Fri Jan  1 06:22:06 2021
+++ pkgsrc/devel/R-gert/DESCR   Fri Jan  1 06:22:06 2021
@@ -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.
Index: pkgsrc/devel/R-gert/Makefile
diff -u /dev/null pkgsrc/devel/R-gert/Makefile:1.1
--- /dev/null   Fri Jan  1 06:22:06 2021
+++ pkgsrc/devel/R-gert/Makefile        Fri Jan  1 06:22:06 2021
@@ -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"
Index: pkgsrc/devel/R-gert/distinfo
diff -u /dev/null pkgsrc/devel/R-gert/distinfo:1.1
--- /dev/null   Fri Jan  1 06:22:06 2021
+++ pkgsrc/devel/R-gert/distinfo        Fri Jan  1 06:22:06 2021
@@ -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