pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/R-getPass (security/R-getPass) import R-getPa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6c5a33159c8
branches:  trunk
changeset: 446334:b6c5a33159c8
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 06 23:07:00 2021 +0000

description:
(security/R-getPass) import R-getPass-0.2.2

A micro-package for reading "passwords", i.e.  reading user input with
masking, so that the input is not displayed as it is typed.  Currently
we have support for 'RStudio', the command line (every OS), and any
platform where 'tcltk' is present.

diffstat:

 security/R-getPass/DESCR    |   4 ++++
 security/R-getPass/Makefile |  21 +++++++++++++++++++++
 security/R-getPass/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 7ede44c9ad41 -r b6c5a33159c8 security/R-getPass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-getPass/DESCR  Sat Feb 06 23:07:00 2021 +0000
@@ -0,0 +1,4 @@
+A micro-package for reading "passwords", i.e.  reading user input with
+masking, so that the input is not displayed as it is typed.  Currently
+we have support for 'RStudio', the command line (every OS), and any
+platform where 'tcltk' is present.
diff -r 7ede44c9ad41 -r b6c5a33159c8 security/R-getPass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-getPass/Makefile       Sat Feb 06 23:07:00 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/02/06 23:07:00 mef Exp $
+
+R_PKGNAME=     getPass
+R_PKGVER=      0.2-2
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Masked User Input
+LICENSE=       2-clause-bsd  # and See LICENSE
+
+DEPENDS+=      R-rstudioapi>=0.5:../../math/R-rstudioapi
+
+# Package suggested but not available: 'argon2'
+#TEST_DEPEDS+= R-argon2-[0-9]:../../
+
+
+# make test fails as:
+# Package suggested but not available: 'argon2'
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 7ede44c9ad41 -r b6c5a33159c8 security/R-getPass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-getPass/distinfo       Sat Feb 06 23:07:00 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/06 23:07:00 mef Exp $
+
+SHA1 (R/getPass_0.2-2.tar.gz) = f01231d15da609ee8ac63fa1460ecf138a9c4b8c
+RMD160 (R/getPass_0.2-2.tar.gz) = 4f445d261ad404d054d550d2639f321efa70e090
+SHA512 (R/getPass_0.2-2.tar.gz) = c71b6a1a7d9d5b08a2712c34fcdd15b5811f47dc2feddfe09d6a92429260af72cc5ccd77c975bc95e1d95dfcef8b047c286dc1402c1c74df29058486e700424c
+Size (R/getPass_0.2-2.tar.gz) = 252439 bytes



Home | Main Index | Thread Index | Old Index