pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/R-credentials



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 21 14:46:02 UTC 2020

Added Files:
        pkgsrc/security/R-credentials: DESCR Makefile distinfo

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


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

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

Added files:

Index: pkgsrc/security/R-credentials/DESCR
diff -u /dev/null pkgsrc/security/R-credentials/DESCR:1.1
--- /dev/null   Mon Dec 21 14:46:02 2020
+++ pkgsrc/security/R-credentials/DESCR Mon Dec 21 14:46:02 2020
@@ -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.
Index: pkgsrc/security/R-credentials/Makefile
diff -u /dev/null pkgsrc/security/R-credentials/Makefile:1.1
--- /dev/null   Mon Dec 21 14:46:02 2020
+++ pkgsrc/security/R-credentials/Makefile      Mon Dec 21 14:46:02 2020
@@ -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"
Index: pkgsrc/security/R-credentials/distinfo
diff -u /dev/null pkgsrc/security/R-credentials/distinfo:1.1
--- /dev/null   Mon Dec 21 14:46:02 2020
+++ pkgsrc/security/R-credentials/distinfo      Mon Dec 21 14:46:02 2020
@@ -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