diff options
-rw-r--r-- | security/R-oskeyring/DESCR | 4 | ||||
-rw-r--r-- | security/R-oskeyring/Makefile | 14 | ||||
-rw-r--r-- | security/R-oskeyring/distinfo | 6 |
3 files changed, 24 insertions, 0 deletions
diff --git a/security/R-oskeyring/DESCR b/security/R-oskeyring/DESCR new file mode 100644 index 00000000000..57efdf99fe7 --- /dev/null +++ b/security/R-oskeyring/DESCR @@ -0,0 +1,4 @@ +Aims to support all features of the system credential store, including +non-portable ones. Supports 'Keychain' on 'macOS', and 'Credential +Manager' on 'Windows'. See the 'keyring' package if you need a +portable 'API'. diff --git a/security/R-oskeyring/Makefile b/security/R-oskeyring/Makefile new file mode 100644 index 00000000000..d701542e3ed --- /dev/null +++ b/security/R-oskeyring/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2021/08/24 10:12:57 mef Exp $ + +R_PKGNAME= oskeyring +R_PKGVER= 0.1.1 +CATEGORIES= security + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Raw System Credential Store Access from R +LICENSE= mit # + file LICENSE + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/security/R-oskeyring/distinfo b/security/R-oskeyring/distinfo new file mode 100644 index 00000000000..4163e181196 --- /dev/null +++ b/security/R-oskeyring/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/08/24 10:12:57 mef Exp $ + +SHA1 (R/oskeyring_0.1.1.tar.gz) = b6e8626e859b9589bc15bf8306493a2173091f33 +RMD160 (R/oskeyring_0.1.1.tar.gz) = e85a8e6ec91f89045342b12948d0d6cd96663854 +SHA512 (R/oskeyring_0.1.1.tar.gz) = 61d2c7e2bf2767de8f0230df5de04f1d4ce7d102c9a09605f5f4613f866ed9a9744b49fa6c233bcc51bf8d3cfc668bc2b17e80a12da3b92db9d6eed869f682dc +Size (R/oskeyring_0.1.1.tar.gz) = 29169 bytes |