pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 9 19:02:20 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/R-askpass: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3357 -r1.3358 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.705 -r1.706 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/R-askpass/DESCR \
pkgsrc/security/R-askpass/Makefile pkgsrc/security/R-askpass/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3357 pkgsrc/doc/CHANGES-2019:1.3358
--- pkgsrc/doc/CHANGES-2019:1.3357 Fri Aug 9 19:01:07 2019
+++ pkgsrc/doc/CHANGES-2019 Fri Aug 9 19:02:20 2019
@@ -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 @@ Changes to the packages collection and i
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]
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.705 pkgsrc/security/Makefile:1.706
--- pkgsrc/security/Makefile:1.705 Tue Jul 2 12:02:51 2019
+++ pkgsrc/security/Makefile Fri Aug 9 19:02:20 2019
@@ -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+= HElib
SUBDIR+= KeePass
SUBDIR+= PACK
SUBDIR+= PortableSigner
+SUBDIR+= R-askpass
SUBDIR+= R-digest
SUBDIR+= TweetNaCl
SUBDIR+= acmesh
Added files:
Index: pkgsrc/security/R-askpass/DESCR
diff -u /dev/null pkgsrc/security/R-askpass/DESCR:1.1
--- /dev/null Fri Aug 9 19:02:20 2019
+++ pkgsrc/security/R-askpass/DESCR Fri Aug 9 19:02:20 2019
@@ -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.
Index: pkgsrc/security/R-askpass/Makefile
diff -u /dev/null pkgsrc/security/R-askpass/Makefile:1.1
--- /dev/null Fri Aug 9 19:02:20 2019
+++ pkgsrc/security/R-askpass/Makefile Fri Aug 9 19:02:20 2019
@@ -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"
Index: pkgsrc/security/R-askpass/distinfo
diff -u /dev/null pkgsrc/security/R-askpass/distinfo:1.1
--- /dev/null Fri Aug 9 19:02:20 2019
+++ pkgsrc/security/R-askpass/distinfo Fri Aug 9 19:02:20 2019
@@ -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