summaryrefslogtreecommitdiffstats
path: root/crypto/libmcrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libmcrypt/DETAILS')
-rwxr-xr-xcrypto/libmcrypt/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/libmcrypt/DETAILS b/crypto/libmcrypt/DETAILS
new file mode 100755
index 0000000000..a351e0fa47
--- /dev/null
+++ b/crypto/libmcrypt/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libmcrypt
+ VERSION=2.5.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/mcrypt/$SOURCE
+ MD5[0]=c161adbf66433fb565cec0bda971bd19
+ WEB_SITE=http://mcrypt.sourceforge.net/
+ ENTERED=20011123
+ UPDATED=20020320
+ MAINTAINER=hgr@vabo.cz
+ LICENSE[0]=LGPL
+ SHORT="libmcrypt implements all the algorithms and modes found in mcrypt."
+cat << EOF
+Libmcrypt is a library which provides a uniform interface to several
+symmetric encryption algorithms. It is intended to have a simple
+interface to access encryption algorithms in ofb, cbc, cfb, and ecb
+modes. The algorithms it supports are DES, 3DES, RIJNDAEL, Twofish,
+IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more. The
+algorithms and modes are also modular so you can add and remove them
+on the fly without recompiling the library.
+EOF