Package: md5deep Version: 4.4 Revision: 2 Description: Advanced MD5/SHA1/etc. computation tool License: OSI-Approved Maintainer: Benjamin Reed Source: https://github.com/jessek/hashdeep/archive/v%v.tar.gz SourceRename: %n-%v.tar.gz SourceDirectory: hashdeep-%v Source-Checksum: SHA256(ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f) BuildDepends: << autoconf2.6, automake1.15, fink-package-precedence << PatchFile: %n.patch PatchFile-MD5: 64a64831a490022d21a97de5c7c68779 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info GCC: 4.0 CompileScript: << sh ./bootstrap.sh %{default_script} fink-package-precedence . << InstallScript: make install DESTDIR="%d" Homepage: https://github.com/jessek/hashdeep DescDetail: << md5deep is a cross-platform set of programs to compute MD5, SHA-1, SHA-256 Tiger, or Whirlpool message digests on an arbitrary number of files. The programs run on Windows, Linux, *BSD, OS X, Solaris, and should run on most other platforms. md5deep is similar to the md5sum program found in the GNU Coreutils package, but has the following additional features: * Recursive operation - md5deep is able to recursive examine an entire directory tree. That is, compute the MD5 for every file in a directory and for every file in every subdirectory. * Time estimation - md5deep can produce a time estimate when it's processing very large files. * Comparison mode - md5deep can accept a list of known hashes and compare them to a set of input files. The program can display either those input files that match the list of known hashes or those that do not match. Hashes sets can be drawn from the National Software Reference Library, iLook Investigator, Hashkeeper, or md5sum, and other generic hash generating programs. Users are welcome to add functionality to read other formats too! * File type mode - md5deep can process only files of a certain type, such as regular files, block devices, etc. <<