cvs commit: ports/devel Makefile ports/devel/google-sparsehash Makefile distinfo pkg-descr pkg-plist

Jean-Yves Lefort jylefort at FreeBSD.org
Tue Jun 28 01:19:31 GMT 2005


jylefort    2005-06-28 01:17:21 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/google-sparsehash Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add google-sparsehash.
  
  An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
  The Google SparseHash project contains several hash-map implementations in use
  at Google, with different performance characteristics, including an
  implementation that optimizes for space and one that optimizes for speed.
  
  WWW: http://goog-sparsehash.sf.net
  
  PR:             ports/82696
  Submitted by:   Vasil Dimov <vd at datamax.bg>
  
  Revision  Changes    Path
  1.1915    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/google-sparsehash/Makefile (new)
  1.1       +2 -0      ports/devel/google-sparsehash/distinfo (new)
  1.1       +9 -0      ports/devel/google-sparsehash/pkg-descr (new)
  1.1       +26 -0     ports/devel/google-sparsehash/pkg-plist (new)


More information about the cvs-ports mailing list