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

Gabor Pali pgj at FreeBSD.org
Sun Jun 3 18:58:41 UTC 2012


pgj         2012-06-03 18:58:41 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-bits-atomic Makefile distinfo pkg-descr 
  Log:
  Atomic operations including CAS (compare-and-swap), fetch & add and variants
  suitable for low-level shared-memory synchronization. The implementation
  is using GCC's builtin atomic operations (available in GCC >= 4) in C
  wrappers called through the FFI.
  
  WWW:    http://hackage.haskell.org/package/bits-atomic
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.1       +21 -0     ports/devel/hs-bits-atomic/Makefile (new)
  1.1       +2 -0      ports/devel/hs-bits-atomic/distinfo (new)
  1.1       +6 -0      ports/devel/hs-bits-atomic/pkg-descr (new)
  1.173     +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list