pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/R-getPass



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  6 23:07:00 UTC 2021

Added Files:
        pkgsrc/security/R-getPass: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/R-getPass/DESCR \
    pkgsrc/security/R-getPass/Makefile pkgsrc/security/R-getPass/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/R-getPass/DESCR
diff -u /dev/null pkgsrc/security/R-getPass/DESCR:1.1
--- /dev/null   Sat Feb  6 23:07:00 2021
+++ pkgsrc/security/R-getPass/DESCR     Sat Feb  6 23:07:00 2021
@@ -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.
Index: pkgsrc/security/R-getPass/Makefile
diff -u /dev/null pkgsrc/security/R-getPass/Makefile:1.1
--- /dev/null   Sat Feb  6 23:07:00 2021
+++ pkgsrc/security/R-getPass/Makefile  Sat Feb  6 23:07:00 2021
@@ -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"
Index: pkgsrc/security/R-getPass/distinfo
diff -u /dev/null pkgsrc/security/R-getPass/distinfo:1.1
--- /dev/null   Sat Feb  6 23:07:00 2021
+++ pkgsrc/security/R-getPass/distinfo  Sat Feb  6 23:07:00 2021
@@ -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