Subject: CVS commit: pkgsrc/devel/tlsh
From: Thomas Klausner
Date: 2015-12-02 18:22:18
Message id: 20151202172218.7863D96@cvs.netbsd.org

Log Message:
Import tlsh-3.4.3 as devel/tlsh.

TLSH is a fuzzy matching library. Given a byte stream with a minimum
length of 256 bytes (and a minimum amount of randomness - see note
in Python extension below), TLSH generates a hash value which can
be used for similarity comparisons.  Similar objects will have
similar hash values which allows for the detection of similar
objects by comparing their hash values.  Note that the byte stream
should have a sufficient amount of complexity.  For example, a byte
stream of identical bytes will not generate a hash value.

Files:
RevisionActionfile
1.1addpkgsrc/devel/tlsh/DESCR
1.1addpkgsrc/devel/tlsh/Makefile
1.1addpkgsrc/devel/tlsh/Makefile.common
1.1addpkgsrc/devel/tlsh/PLIST
1.1addpkgsrc/devel/tlsh/buildlink3.mk
1.1addpkgsrc/devel/tlsh/distinfo