aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MurmurHash
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327002
* The murmur hash algorithm by Austin Appleby is an exteremely fastJun Kuriyama2011-12-314-0/+35
algorithm that combines both excellent collision resistence and distribution characteristics. WWW: http://search.cpan.org/dist/Digest-MurmurHash/ Notes: svn path=/head/; revision=288309