# $Id: Portfile,v 1.3 2003/10/22 07:14:30 rshaw Exp $ PortSystem 1.0 name md5deep version 1.5 categories sysutils maintainers md@hudora.de platforms darwin description set of programs to compute MD5, SHA-1, or SHA-256 on files long_description md5deep is a cross-platform set of programs to compute MD5,\ SHA-1, or SHA-256 message digests on an arbitrary number of files.\ * 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. 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. master_sites sourceforge:${name} homepage http://md5deep.sourceforge.net/ checksums md5 14b94d3a38bd4ea6bcd7a6331fae6030 patchfiles patch-Makefile use_configure no build.target mac destroot.destdir PREFIX=${destroot}${prefix} post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README CHANGES \ ${destroot}${prefix}/share/doc/${name} }