summaryrefslogtreecommitdiffstats
path: root/crypto/botan/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/botan/DETAILS')
-rwxr-xr-xcrypto/botan/DETAILS24
1 files changed, 24 insertions, 0 deletions
diff --git a/crypto/botan/DETAILS b/crypto/botan/DETAILS
new file mode 100755
index 0000000000..39b04782f6
--- /dev/null
+++ b/crypto/botan/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=botan
+ VERSION=1.4.7
+ BUILD_API=2
+
+ SOURCE=Botan-$VERSION.tbz
+ SOURCE_URL[0]=http://files.randombit.net/botan/$SOURCE
+ SOURCE_GPG="botan.gpg:$SOURCE.asc"
+
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Botan-$VERSION
+ WEB_SITE=http://botan.randombit.net/
+ ENTERED=20050926
+ UPDATED=20050926
+ LICENSE[0]=BSD
+ SHORT="a library of cryptographic algorithms written in C++"
+cat << EOF
+Botan is a library of cryptographic algorithms written in C++.
+It includes a wide selection of block and stream ciphers, public key algorithms,
+hash functions, and message authentication codes. It has an easy-to-use filter
+interface and supports many common industry standards, including X.509v3.
+EOF