# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 106864 2013-06-09 12:29:08Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       SHA 1.6.1
revision            3
checksums           rmd160  01950ac8e056fac60a50135d315a9f1896e031ec \
                    sha256  fdb9924aa31493ad198e3b3498a8204cc7013e0ef86215faf1c4e435a7166aec

maintainers         nomaintainer
platforms           darwin
license             BSD

description         Implementations of the SHA suite of message digest functions
long_description \
    This library implements the SHA suite of message digest functions, \
    according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based \
    HMAC routines. The functions have been tested against most of the NIST and RFC test \
    vectors for the various functions. While some attention has been paid to performance, \
    these do not presently reach the speed of well-tuned libraries, like OpenSSL.

depends_lib-append  port:hs-binary
