cvs commit: ports/devel Makefile ports/devel/hs-binary-ghc Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Sun Dec 21 03:23:19 PST 2008


pgj         2008-12-21 11:23:18 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-binary-ghc  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Efficient, pure binary serialisation using lazy ByteStrings. Haskell
  values may be encoded to and from binary formats, written to disk as
  binary, or sent over the network. Serialisation speeds of over 1 G/sec
  have been observed, so this library should be suitable for high
  performance scenarios.
  
  WWW: http://code.haskell.org/binary/
  
  PR:             ports/129678
  Submitted by:   pgj
  Approved by:    miwi
  
  Revision  Changes    Path
  1.3293    +1 -0      ports/devel/Makefile
  1.1       +51 -0     ports/devel/hs-binary-ghc/Makefile (new)
  1.1       +3 -0      ports/devel/hs-binary-ghc/distinfo (new)
  1.1       +7 -0      ports/devel/hs-binary-ghc/pkg-descr (new)
  1.1       +28 -0     ports/devel/hs-binary-ghc/pkg-plist (new)


More information about the cvs-ports mailing list