pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/R-credentials (security/R-credentials) import...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33d7a970fb1a
branches:  trunk
changeset: 443782:33d7a970fb1a
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Dec 21 14:46:02 2020 +0000

description:
(security/R-credentials) import R-credentials-1.3.0

Setup and retrieve HTTPS and SSH credentials for use with 'git' and
other services. For HTTPS remotes the package interfaces the
'git-credential' utility which 'git' uses to store HTTP usernames and
passwords. For SSH remotes we provide convenient functions to find or
generate appropriate SSH keys. The package both helps the user to
setup a local git installation, and also provides a back-end for
git/ssh client libraries to authenticate with existing user
credentials.

diffstat:

 security/R-credentials/DESCR    |   8 ++++++++
 security/R-credentials/Makefile |  20 ++++++++++++++++++++
 security/R-credentials/distinfo |   6 ++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 3aa65938283a -r 33d7a970fb1a security/R-credentials/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-credentials/DESCR      Mon Dec 21 14:46:02 2020 +0000
@@ -0,0 +1,8 @@
+Setup and retrieve HTTPS and SSH credentials for use with 'git' and
+other services. For HTTPS remotes the package interfaces the
+'git-credential' utility which 'git' uses to store HTTP usernames and
+passwords. For SSH remotes we provide convenient functions to find or
+generate appropriate SSH keys. The package both helps the user to
+setup a local git installation, and also provides a back-end for
+git/ssh client libraries to authenticate with existing user
+credentials.
diff -r 3aa65938283a -r 33d7a970fb1a security/R-credentials/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-credentials/Makefile   Mon Dec 21 14:46:02 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/12/21 14:46:02 mef Exp $
+
+R_PKGNAME=     credentials
+R_PKGVER=      1.3.0
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Tools for Managing SSH and Git Credentials
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-askpass>=1.1:../../security/R-askpass
+DEPENDS+=      R-openssl>=1.3:../../security/R-openssl
+DEPENDS+=      R-sys>=2.1:../../sysutils/R-sys
+DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+=      R-curl>=4.3:../../www/R-curl
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 3aa65938283a -r 33d7a970fb1a security/R-credentials/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-credentials/distinfo   Mon Dec 21 14:46:02 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/21 14:46:02 mef Exp $
+
+SHA1 (R/credentials_1.3.0.tar.gz) = a63d2e84637606a13e68bf09ea52af560a07dde8
+RMD160 (R/credentials_1.3.0.tar.gz) = 2236380b7609a8cdade7cc40bedcac051ea7a9c3
+SHA512 (R/credentials_1.3.0.tar.gz) = b7f3e83a77673c5c94e8d5b5267e422b6bb4f29e4743aa28f42597177b8581bad3f34094157dc19be4ce593aa3df6178f9c7b3a306dd2390d1be08213f4d3b94
+Size (R/credentials_1.3.0.tar.gz) = 230082 bytes



Home | Main Index | Thread Index | Old Index