ports/119587: [NEW PORT] devel/p5-Set-ConsistentHash: Library for doing consistent hashing

Gea-Suan Lin gslin at gslin.org
Sat Jan 12 06:50:02 UTC 2008


>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 <gslin at gslin.org>
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 at 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 <bsd.port.mk>
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 at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/ConsistentHash/.packlist
X%%SITE_PERL%%/Set/ConsistentHash.pm
X at dirrmtry %%SITE_PERL%%/Set
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/ConsistentHash
X at 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:



More information about the freebsd-ports-bugs mailing list