Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal") | pgj | 2010-08-08 | 1 | -3/+3 |
| | | | | Suggested by: admi3 | ||||
* | - Fix OPTIONS support for Cabal ports by introducing | pgj | 2010-05-23 | 1 | -0/+2 |
| | | | | | | | bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov <yuri.pankov@gmail.com> | ||||
* | - Update to 1.4.1.1 | pgj | 2010-05-16 | 3 | -5/+32 |
| | | | | - Import OPTIONS | ||||
* | Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal | pgj | 2010-05-13 | 2 | -73/+14 |
| | | | | | | ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports. | ||||
* | This Haskell library implements the SHA suite of message digest | pgj | 2010-01-13 | 4 | -0/+105 |
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. WWW: http://hackage.haskell.org/package/SHA |