pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-askpass: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad355344a1e5
branches: trunk
changeset: 399455:ad355344a1e5
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 19:02:20 2019 +0000
description:
R-askpass: initial commit
Cross-platform utilities for prompting the user for credentials or a
passphrase, for example to authenticate with a server or read a
protected key. Includes native programs for MacOS and Windows, hence
no 'tcltk' is required. Password entry can be invoked in two different
ways: directly from R via the askpass() function, or indirectly as
password-entry back-end for 'ssh-agent' or 'git-credential' via the
SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user
can be prompted for credentials or a passphrase if needed when R calls
out to git or ssh.
diffstat:
doc/CHANGES-2019 | 3 ++-
security/Makefile | 3 ++-
security/R-askpass/DESCR | 9 +++++++++
security/R-askpass/Makefile | 21 +++++++++++++++++++++
security/R-askpass/distinfo | 6 ++++++
5 files changed, 40 insertions(+), 2 deletions(-)
diffs (79 lines):
diff -r 4bb48dabce44 -r ad355344a1e5 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 19:01:07 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 19:02:20 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3357 2019/08/09 19:01:07 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3358 2019/08/09 19:02:20 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5480,3 +5480,4 @@
Added sysutils/R-ps version 1.3.0 [brook 2019-08-09]
Added devel/R-testthat version 2.2.1 [brook 2019-08-09]
Added devel/R-desc version 1.2.0 [brook 2019-08-09]
+ Added security/R-askpass version 1.1 [brook 2019-08-09]
diff -r 4bb48dabce44 -r ad355344a1e5 security/Makefile
--- a/security/Makefile Fri Aug 09 19:01:07 2019 +0000
+++ b/security/Makefile Fri Aug 09 19:02:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.705 2019/07/02 12:02:51 adam Exp $
+# $NetBSD: Makefile,v 1.706 2019/08/09 19:02:20 brook Exp $
#
COMMENT= Security tools
@@ -12,6 +12,7 @@
SUBDIR+= KeePass
SUBDIR+= PACK
SUBDIR+= PortableSigner
+SUBDIR+= R-askpass
SUBDIR+= R-digest
SUBDIR+= TweetNaCl
SUBDIR+= acmesh
diff -r 4bb48dabce44 -r ad355344a1e5 security/R-askpass/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-askpass/DESCR Fri Aug 09 19:02:20 2019 +0000
@@ -0,0 +1,9 @@
+Cross-platform utilities for prompting the user for credentials or a
+passphrase, for example to authenticate with a server or read a
+protected key. Includes native programs for MacOS and Windows, hence
+no 'tcltk' is required. Password entry can be invoked in two different
+ways: directly from R via the askpass() function, or indirectly as
+password-entry back-end for 'ssh-agent' or 'git-credential' via the
+SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user
+can be prompted for credentials or a passphrase if needed when R calls
+out to git or ssh.
diff -r 4bb48dabce44 -r ad355344a1e5 security/R-askpass/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-askpass/Makefile Fri Aug 09 19:02:20 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:02:20 brook Exp $
+
+R_PKGNAME= askpass
+R_PKGVER= 1.1
+CATEGORIES= security
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Safe password entry for R, Git, and SSH
+LICENSE= mit
+
+DEPENDS+= R-sys>=2.1:../../sysutils/R-sys
+
+USE_LANGUAGES= c
+
+REPLACE_INTERPRETER+= osascript
+REPLACE.osascript.old= [^[:space:]]*env osascript
+REPLACE.osascript.new= /usr/bin/osascript
+REPLACE_FILES.osascript= inst/mac-askpass inst/mac-simplepass
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 4bb48dabce44 -r ad355344a1e5 security/R-askpass/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-askpass/distinfo Fri Aug 09 19:02:20 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:02:20 brook Exp $
+
+SHA1 (R/askpass_1.1.tar.gz) = 76db571cbbc61436661a0a3ed3ce2080281e8b06
+RMD160 (R/askpass_1.1.tar.gz) = 4220bcba606be6adc2d96469a4ba3360b4debc0c
+SHA512 (R/askpass_1.1.tar.gz) = eac868a7bf63d5aa204889157acc4bd39ed0c358c824a376b5adbfd1125bc557d081b7c2717799ddf7ccda4e23b16854a2e68dbf1c8c54b0c5535511cad4da83
+Size (R/askpass_1.1.tar.gz) = 5730 bytes
Home |
Main Index |
Thread Index |
Old Index