diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 23:44:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 23:44:46 +0800 |
commit | 532c337f287b2adee106fa51206411bacd612d25 (patch) | |
tree | 432703be4401f0e8b16bbfaf93318f92bd7c9a2a /security/Makefile | |
parent | 1de3b9cc8b0f28784d27f08e161e28987b0ee44a (diff) | |
download | freebsd-ports-gnome-532c337f287b2adee106fa51206411bacd612d25.tar.gz freebsd-ports-gnome-532c337f287b2adee106fa51206411bacd612d25.tar.zst freebsd-ports-gnome-532c337f287b2adee106fa51206411bacd612d25.zip |
Password Manager helps to manage large numbers of passwords and related
information and simplifies the tasks of searching and entering password data.
KedPM is written as an extensible framework, which allows users to plug in
custom password database back-ends and custom user interface front-ends.
Currently, only the Figaro PM back-end supported. To control KedPM user can
choose between CLI and GTK2 based GUI front-ends.
WWW: http://kedpm.sourceforge.net
PR: ports/96321
Submitted by: Tim Welch <twelch@thepentagon.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b0bcd405e137..eb1abffa6d63 100644 --- a/security/Makefile +++ b/security/Makefile @@ -187,6 +187,7 @@ SUBDIR += jailaudit SUBDIR += jce_policy14 SUBDIR += john + SUBDIR += kedpm SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint |