summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-06-01 12:57:14 +0000
committerwiz <wiz@pkgsrc.org>2015-06-01 12:57:14 +0000
commitbadc76fa4685ff61e69234bc494fbd3970fbd0d3 (patch)
tree4e448d692181ce46d2588bb529e00a48728489c0 /security
parentb77a2eb762e9357044eac7fed401ef401f1f6535 (diff)
downloadpkgsrc-badc76fa4685ff61e69234bc494fbd3970fbd0d3.tar.gz
Import gnu-pw-mgr-1.4 as security/gnu-pw-mgr.
GNU gnu-pw-mgr is a password manager designed to make it easy to reconstruct difficult passwords when they are needed, while limiting the risk of attack. The user of this program inputs a very long initial password "seed" and a self-defined transformation of a web site URL to obtain both the password and a user name hint for that web site. The seed is stored in a hidden file. However, the passwords and the URL transforms are never stored anywhere. You must remember this transform (password id), or the password is lost forever.
Diffstat (limited to 'security')
-rw-r--r--security/gnu-pw-mgr/DESCR8
-rw-r--r--security/gnu-pw-mgr/Makefile15
-rw-r--r--security/gnu-pw-mgr/PLIST6
-rw-r--r--security/gnu-pw-mgr/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/security/gnu-pw-mgr/DESCR b/security/gnu-pw-mgr/DESCR
new file mode 100644
index 00000000000..7e423164f68
--- /dev/null
+++ b/security/gnu-pw-mgr/DESCR
@@ -0,0 +1,8 @@
+GNU gnu-pw-mgr is a password manager designed to make it easy to
+reconstruct difficult passwords when they are needed, while limiting
+the risk of attack. The user of this program inputs a very long
+initial password "seed" and a self-defined transformation of a web
+site URL to obtain both the password and a user name hint for that
+web site. The seed is stored in a hidden file. However, the passwords
+and the URL transforms are never stored anywhere. You must remember
+this transform (password id), or the password is lost forever.
diff --git a/security/gnu-pw-mgr/Makefile b/security/gnu-pw-mgr/Makefile
new file mode 100644
index 00000000000..bb20493605b
--- /dev/null
+++ b/security/gnu-pw-mgr/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2015/06/01 12:57:14 wiz Exp $
+
+DISTNAME= gnu-pw-mgr-1.4
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnu.org/gnu/gnu-pw-mgr/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/gnu-pw-mgr/
+COMMENT= Password manager
+LICENSE= gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+INFO_FILES= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/gnu-pw-mgr/PLIST b/security/gnu-pw-mgr/PLIST
new file mode 100644
index 00000000000..142ab9cb1b4
--- /dev/null
+++ b/security/gnu-pw-mgr/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/01 12:57:14 wiz Exp $
+bin/gnu-pw-mgr
+bin/sort-pw-cfg
+info/gnu-pw-mgr.info
+man/man1/gnu-pw-mgr.1
+man/man1/sort-pw-cfg.1
diff --git a/security/gnu-pw-mgr/distinfo b/security/gnu-pw-mgr/distinfo
new file mode 100644
index 00000000000..4157190ffa2
--- /dev/null
+++ b/security/gnu-pw-mgr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/01 12:57:14 wiz Exp $
+
+SHA1 (gnu-pw-mgr-1.4.tar.gz) = b9bb480a343aaa565ba3b06d61ed433ed0e8b11b
+RMD160 (gnu-pw-mgr-1.4.tar.gz) = d207c289e0d8e486c88f814b5f7cf87c828de701
+Size (gnu-pw-mgr-1.4.tar.gz) = 1154362 bytes