cvs commit: ports/devel Makefile ports/devel/p5-Set-ConsistentHash Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Wed Jan 23 18:47:25 PST 2008


clsung      2008-01-24 02:47:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Set-ConsistentHash Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  Consistent hashing is a scheme that provides hash table functionality
  in a way that the addition or removal of one slot does not
  significantly change the mapping of keys to slots. In contrast, in
  most traditional hash tables, a change in the number of array slots
  causes nearly all keys to be remapped.
  
  Consistent hashing was introduced in 1997 as a way of distributing
  requests among a changing population of web servers. More recently, it
  and similar techniques have been employed in distributed hash tables.
  
  WWW:    http://search.cpan.org/dist/Set-ConsistentHash/
  
  PR:             ports/119587
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2968    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-Set-ConsistentHash/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Set-ConsistentHash/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Set-ConsistentHash/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Set-ConsistentHash/pkg-plist (new)


More information about the cvs-ports mailing list