(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.
This commit is contained in:
mef 2020-12-21 14:46:02 +00:00
parent ac277a0f7a
commit bc74ed14b7
3 changed files with 34 additions and 0 deletions

View file

@ -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.

View file

@ -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
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"

View file

@ -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