| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Jun 2012 08:13:02
0.92
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
07 Oct 2011 19:52:51
0.92
|
swills  |
- Add build depends to quiet build warnings |
17 May 2011 11:05:02
0.92
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
24 Sep 2010 02:03:44
0.92
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
22 Jul 2010 13:43:28
0.92
|
wxs  |
Update to 0.92.
Pass maintainer to perl@
PR: ports/148798
Submitted by: Gea-Suan Lin <gslin@gslin.org> (old maintainer) |
24 Jan 2008 02:47:24
0.91
|
clsung  |
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> |