summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-dataenc/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-dataenc/DETAILS')
-rwxr-xr-xhaskell/haskell-dataenc/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/haskell/haskell-dataenc/DETAILS b/haskell/haskell-dataenc/DETAILS
new file mode 100755
index 0000000000..eaec0e6090
--- /dev/null
+++ b/haskell/haskell-dataenc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-dataenc
+ VERSION=0.14.0.5
+ SOURCE="dataenc-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/dataenc/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:b73e5060a3b9c00fbcdadb6dd8ca890c4a6f8ef862822e7d71bde1c0a99de1199cfa384cd8c219f41218f8eef4e9017ecc2c1c186516d7a809aadb599530bf88
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dataenc-${VERSION}"
+ WEB_SITE="http://www.haskell.org/haskellwiki/Library/Data_encoding"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="data encoding library"
+cat << EOF
+Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
+Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
+uuencode, xxencode, and yEncoding.
+EOF