cvs commit: ports/security Makefile ports/security/hs-SHA Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Tue Jan 12 23:27:46 UTC 2010


pgj         2010-01-12 23:27:45 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/hs-SHA      Makefile distinfo pkg-descr pkg-plist 
  Log:
  This Haskell 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.
  
  WWW: http://hackage.haskell.org/package/SHA
  
  Revision  Changes    Path
  1.1072    +1 -0      ports/security/Makefile
  1.1       +78 -0     ports/security/hs-SHA/Makefile (new)
  1.1       +3 -0      ports/security/hs-SHA/distinfo (new)
  1.1       +8 -0      ports/security/hs-SHA/pkg-descr (new)
  1.1       +16 -0     ports/security/hs-SHA/pkg-plist (new)


More information about the cvs-ports mailing list