From owner-cvs-all@FreeBSD.ORG Thu Jan 24 02:47:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7BC16A41B; Thu, 24 Jan 2008 02:47:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 650F813C447; Thu, 24 Jan 2008 02:47:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O2lPdl054880; Thu, 24 Jan 2008 02:47:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O2lPLP054879; Thu, 24 Jan 2008 02:47:25 GMT (envelope-from clsung) Message-Id: <200801240247.m0O2lPLP054879@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 24 Jan 2008 02:47:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Set-ConsistentHash Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 02:47:25 -0000 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 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)