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

Gabor Pali pgj at FreeBSD.org
Sun Jun 3 19:15:34 UTC 2012


pgj         2012-06-03 19:15:34 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-vault       Makefile distinfo pkg-descr 
  Log:
  A "vault" is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs. The
  data structure is analogous to a bank vault, where you can access different
  bank boxes with different keys; hence the name. Also provided is a "locker"
  type, representing a store for a single element.
  
  WWW:    https://github.com/HeinrichApfelmus/vault
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.1       +22 -0     ports/devel/hs-vault/Makefile (new)
  1.1       +2 -0      ports/devel/hs-vault/distinfo (new)
  1.1       +7 -0      ports/devel/hs-vault/pkg-descr (new)
  1.185     +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list