Subject: CVS commit: pkgsrc/security/py-pydeep
From: Blue Rats
Date: 2014-06-02 02:00:15
Message id: 20140602000015.E8E5896@cvs.netbsd.org

Log Message:
Import py27-pydeep-0.2 as security/py-pydeep.

Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:

 * hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
 * hash_file - returns the ssdeep hash for filepath
 * compare - returns the % match between 2 hashes

import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('path-to-file')
pydeep.compare('hash1','hash2')

Files:
RevisionActionfile
1.1addpkgsrc/security/py-pydeep/DESCR
1.1addpkgsrc/security/py-pydeep/Makefile
1.1addpkgsrc/security/py-pydeep/PLIST
1.1addpkgsrc/security/py-pydeep/distinfo