summaryrefslogtreecommitdiffstats
path: root/crypto/cpm/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cpm/DETAILS')
-rwxr-xr-xcrypto/cpm/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/cpm/DETAILS b/crypto/cpm/DETAILS
new file mode 100755
index 0000000000..9e77fd97e1
--- /dev/null
+++ b/crypto/cpm/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=cpm
+ VERSION=0.16beta
+ SOURCE_HASH=sha1:f8154fa94ce2febc9a3ef5e3bc619483ffffedf0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.harry-b.de/downloads/$SOURCE
+ WEB_SITE=http://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm
+ ENTERED=20050517
+ UPDATED=20050525
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT='cpm is a small console tool to manage passwords'
+cat << EOF
+cpm is a small console tool to manage passwords and store them public key
+encrypted in a file - even for more than one person. The encryption is handled
+via GnuPG so you can access the programs data via gpg as well, in case you want
+to have a look inside. The data is stored as XML so it's even possible to reuse
+the data for some other purpose. The software uses CDK (ncurses) to handle the
+user interface, libxml2 to store the information and the library GpgMe to
+encrypt and decrypt the data securely.
+EOF