From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 12 06:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AABE716A419 for ; Sat, 12 Jan 2008 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93D6D13C448 for ; Sat, 12 Jan 2008 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0C6o2ek000481 for ; Sat, 12 Jan 2008 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0C6o2Cx000473; Sat, 12 Jan 2008 06:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jan 2008 06:50:02 GMT Resent-Message-Id: <200801120650.m0C6o2Cx000473@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79AA216A418 for ; Sat, 12 Jan 2008 06:41:25 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id 281E613C442 for ; Sat, 12 Jan 2008 06:41:24 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id A8E0A1CC1D; Sat, 12 Jan 2008 14:41:23 +0800 (CST) Message-Id: <20080112064123.A8E0A1CC1D@ccreader.NCTU.edu.tw> Date: Sat, 12 Jan 2008 14:41:23 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/119587: [NEW PORT] devel/p5-Set-ConsistentHash: Library for doing consistent hashing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 06:50:02 -0000 >Number: 119587 >Category: ports >Synopsis: [NEW PORT] devel/p5-Set-ConsistentHash: Library for doing consistent hashing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 12 06:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Thu Oct 25 05:54:55 CST 2007 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Set-ConsistentHash-0.91.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Set-ConsistentHash # p5-Set-ConsistentHash/pkg-descr # p5-Set-ConsistentHash/Makefile # p5-Set-ConsistentHash/pkg-plist # p5-Set-ConsistentHash/distinfo # echo c - p5-Set-ConsistentHash mkdir -p p5-Set-ConsistentHash > /dev/null 2>&1 echo x - p5-Set-ConsistentHash/pkg-descr sed 's/^X//' >p5-Set-ConsistentHash/pkg-descr << 'END-of-p5-Set-ConsistentHash/pkg-descr' XConsistent hashing is a scheme that provides hash table functionality Xin a way that the addition or removal of one slot does not Xsignificantly change the mapping of keys to slots. In contrast, in Xmost traditional hash tables, a change in the number of array slots Xcauses nearly all keys to be remapped. X XConsistent hashing was introduced in 1997 as a way of distributing Xrequests among a changing population of web servers. More recently, it Xand similar techniques have been employed in distributed hash tables. X XWWW: http://search.cpan.org/dist/Set-ConsistentHash/ END-of-p5-Set-ConsistentHash/pkg-descr echo x - p5-Set-ConsistentHash/Makefile sed 's/^X//' >p5-Set-ConsistentHash/Makefile << 'END-of-p5-Set-ConsistentHash/Makefile' X# New ports collection makefile for: p5-Set-ConsistentHash X# Date created: 2008-01-12 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Set-ConsistentHash XPORTVERSION= 0.91 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Set XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Library for doing consistent hashing X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 X XPERL_CONFIGURE= yes X XMAN3= Set::ConsistentHash.3 X X.include END-of-p5-Set-ConsistentHash/Makefile echo x - p5-Set-ConsistentHash/pkg-plist sed 's/^X//' >p5-Set-ConsistentHash/pkg-plist << 'END-of-p5-Set-ConsistentHash/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/ConsistentHash/.packlist X%%SITE_PERL%%/Set/ConsistentHash.pm X@dirrmtry %%SITE_PERL%%/Set X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/ConsistentHash X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set END-of-p5-Set-ConsistentHash/pkg-plist echo x - p5-Set-ConsistentHash/distinfo sed 's/^X//' >p5-Set-ConsistentHash/distinfo << 'END-of-p5-Set-ConsistentHash/distinfo' XMD5 (Set-ConsistentHash-0.91.tar.gz) = 9ffc6a8c4d525e5cf36e5c3f3a442587 XSHA256 (Set-ConsistentHash-0.91.tar.gz) = 990f0c06e2a5b19993cd1281ee71eccd278f6c517b05a3aba918a702e9ce31f9 XSIZE (Set-ConsistentHash-0.91.tar.gz) = 4980 END-of-p5-Set-ConsistentHash/distinfo exit --- p5-Set-ConsistentHash-0.91.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: