aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdhash.rb
AgeCommit message (Collapse)Author
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-21sdhash 3.1Jonathan Wilkins
Closes #18652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04sdhash: Fix typo in Makefile's LDFLAGSMark A. Matienzo
Closes #15846. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-19sdhash 2.3nibbles 2bits
- Upgrade sdhash to version 2.3. - Remove the inreplace that tries to use our boost-1.51. - Instead use their included internal boost-1.49. - Add a `system 'make', 'boost'` to do so. - Remove the dep on boost. - Works well with superenv. Passes `brew test -v sdhash` Fixes #14396 Closes #15541. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-13New formula: sdhashMark A. Matienzo
sdhash is a tool for generating and comparing similarity digest hashes. When comparing these hashes, it gives a confidence level as to how similar two objects are to each other. Closes #13753. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>