import kpasman 0.1 sources

This commit is contained in:
troyengel 2014-11-26 08:33:20 -06:00
parent 16a283b00c
commit 9a3f2b6afc
110 changed files with 27300 additions and 0 deletions

38
README Normal file
View file

@ -0,0 +1,38 @@
README for Kpasman
-------------------------------------
1. What is Kpasman ?
Kpasman is a small password manager for the K Desktop Environment, influenced
greatly by `gpasman`, found at http://gpasman.nl.linux.org. Following the
file format of gpasman, you can open and save the rc2-encrypted data files
from either program transparently.
2. Kpasman-Homepage
http://www.sonic.net/~tengel/kpasman
3. Requirements
In order to successfully compile und use Kpasman, you need following
programs and libraries:
required:
------------------
g++ 2.8/egcs 1.0.3 (or compatible)
GNU make
perl 5.004
autoconf 2.12
automake 1.4
Qt 1.44 NOT Qt 2.0
KDE 1.1.2
4. Installation
see INSTALL in this directory
Troy Engel
<tengel@sonic.net>