cvs commit: ports/lang/ghc bsd.hackage.mk ports/security Makefile ports/security/hs-RSA Makefile distinfo pkg-descr

Gabor Pali pgj at FreeBSD.org
Sat Feb 18 16:09:15 UTC 2012


pgj         2012-02-18 16:09:15 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    security             Makefile 
  Added files:
    security/hs-RSA      Makefile distinfo pkg-descr 
  Log:
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings.  While the implementations work, they are
  not necessarily the fastest ones on the planet.  Particularly key
  generation.  The algorithms included are based of RFC 3447, or the
  Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1
  v2.1).
  
  WWW:    http://hackage.haskell.org/package/RSA
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.121     +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.1252    +1 -0      ports/security/Makefile
  1.1       +41 -0     ports/security/hs-RSA/Makefile (new)
  1.1       +2 -0      ports/security/hs-RSA/distinfo (new)
  1.1       +8 -0      ports/security/hs-RSA/pkg-descr (new)


More information about the cvs-ports mailing list