diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-01 12:57:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-01 12:57:14 +0000 |
commit | b207e6e8a7ab735eb326b28e21fb71d6f9a09c6c (patch) | |
tree | 4e448d692181ce46d2588bb529e00a48728489c0 | |
parent | d4c44e5c6f35161e79bbf2e8f299706b50ec93b1 (diff) | |
download | pkgsrc-b207e6e8a7ab735eb326b28e21fb71d6f9a09c6c.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.
-rw-r--r-- | security/gnu-pw-mgr/DESCR | 8 | ||||
-rw-r--r-- | security/gnu-pw-mgr/Makefile | 15 | ||||
-rw-r--r-- | security/gnu-pw-mgr/PLIST | 6 | ||||
-rw-r--r-- | security/gnu-pw-mgr/distinfo | 5 |
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 |