pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-pydeep



Module Name:    pkgsrc
Committed By:   rodent
Date:           Mon Jun  2 00:00:15 UTC 2014

Added Files:
        pkgsrc/security/py-pydeep: DESCR Makefile PLIST distinfo

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')


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-pydeep/DESCR \
    pkgsrc/security/py-pydeep/Makefile pkgsrc/security/py-pydeep/PLIST \
    pkgsrc/security/py-pydeep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index