summaryrefslogtreecommitdiffstats
path: root/crypto/beecrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/beecrypt/DETAILS')
-rwxr-xr-xcrypto/beecrypt/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/beecrypt/DETAILS b/crypto/beecrypt/DETAILS
new file mode 100755
index 0000000000..74ad9beca7
--- /dev/null
+++ b/crypto/beecrypt/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=beecrypt
+ VERSION=4.1.2
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=e61511c162e3d00a6082a06e4fd0ad39
+ WEB_SITE=http://www.gnu.org/directory/security/crypt/BeeCrypt.html
+ MAINTAINER=hgr@vabo.cz
+ ENTERED=20030909
+ UPDATED=20030909
+ LICENSE[0]=LGPL
+ SHORT="beecrypt is a cryptography library"
+cat << EOF
+BeeCrypt is a cryptography library that contains highly optimized C and assembler implementations of many well-known algorithms including Blowfish, MD5, SHA-1, Diffie-Hellman, and ElGamal. Unlike some other crypto libraries, BeeCrypt is not designed to solve one specific problem, like file encryption, but to be a general purpose toolkit which can be used in a variety of applications. There are also no patent or royalty issues associated with BeeCrypt.
+EOF