summaryrefslogtreecommitdiff
path: root/security/pwsafe/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-31 01:06:02 +0000
committerwiz <wiz>2005-07-31 01:06:02 +0000
commit2474799395748a4987d262a613e7b12d14e58ce1 (patch)
tree729b65672930346feab773f9f509564f650ff1ef /security/pwsafe/DESCR
parentc570771ff7ace5c1c292f3416da687a59e52d4bf (diff)
downloadpkgsrc-2474799395748a4987d262a613e7b12d14e58ce1.tar.gz
Initial import of pwsafe-0.1.6 from pkgsrc-wip, packaged by
Mike M. Volokhov. pwsafe is a unix commandline program that manages encrypted password databases. There are few features listed: * Pure command-line operation if desired (good for remote access over ssh). * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. * Funny comments included in source code.
Diffstat (limited to 'security/pwsafe/DESCR')
-rw-r--r--security/pwsafe/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/pwsafe/DESCR b/security/pwsafe/DESCR
new file mode 100644
index 00000000000..63f667d2f73
--- /dev/null
+++ b/security/pwsafe/DESCR
@@ -0,0 +1,8 @@
+pwsafe is a unix commandline program that manages encrypted password
+databases. There are few features listed:
+
+* Pure command-line operation if desired (good for remote access over ssh).
+* Can interact with X11 selection & clipboard.
+* Portable, endianess-clean, misaligned-access-free C++.
+* Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x.
+* Funny comments included in source code.