aboutsummaryrefslogtreecommitdiff
path: root/security/hs-SHA/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Please welcome GHC 7.0.4Gabor Pali2012-02-131-0/+1
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* - Update security/hs-SHA to 1.5.0.0Gabor Pali2011-08-141-2/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279706
* Bump PORTREVISION of all ports dependent on lang/ghc as duringAshish SHUKLA2011-05-261-0/+1
| | | | | | | | | | upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=274668
* - Please welcome GHC 7.0.3Ashish SHUKLA2011-05-091-8/+5
| | | | | | | | | | | | | | | | | | | | GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273838
* - Fix OPTIONS support for Cabal ports by introducingGabor Pali2010-05-221-0/+2
| | | | | | | | | | bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=254867
* - Update to 1.4.1.1Gabor Pali2010-05-151-2/+26
| | | | | | | - Import OPTIONS Notes: svn path=/head/; revision=254369
* Introduce a new (and hopefully better) ports infrastructure for Haskell CabalGabor Pali2010-05-121-62/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=254209
* This Haskell library implements the SHA suite of message digestGabor Pali2010-01-121-0/+78
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 Notes: svn path=/head/; revision=247767