summaryrefslogtreecommitdiffstats
path: root/crypto/mcrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mcrypt/DETAILS')
-rwxr-xr-xcrypto/mcrypt/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/crypto/mcrypt/DETAILS b/crypto/mcrypt/DETAILS
new file mode 100755
index 0000000000..ea237f27b1
--- /dev/null
+++ b/crypto/mcrypt/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mcrypt
+ VERSION=2.6.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=0556254f76b2ad7640456cb4fcf724ff
+ WEB_SITE=http://mcrypt.sourceforge.net/
+ ENTERED=20011123
+ UPDATED=20020320
+ MAINTAINER=hgr@vabo.cz
+ LICENSE[0]=GPL
+ SHORT="mcrypt is intended to be a replacement of the old unix crypt"
+cat << EOF
+MCrypt is a program for encrypting files or streams. It is intended
+to be a replacement for the old UNIX crypt. It uses well-known and
+well-tested algorithms like DES, BLOWFISH, TWOFISH, ARCFOUR,
+CAST-128, and more in several modes (CBC, CFB, etc.). It also has a
+compatibility mode with the old UNIX crypt and Solaris des.
+EOF