# $Id: Portfile 38785 2008-07-31 09:10:05Z ryandesign@macports.org $ PortSystem 1.0 name fuzz version 0.6 revision 1 categories devel security maintainers nomaintainer platforms darwin description software security checking tool homepage http://fuzz.sourceforge.net/ master_sites sourceforge checksums md5 8c8e7c49729e0a98c0414faac7778ec7 configure.args --mandir=${prefix}/share/man long_description The fuzz generator is designed to attack certain kinds \ of software and expose one particular kind of bug \ common in software. This is the situation where the \ programmer implicity makes some assumtions about \ the data stream that the program will be parsing. \ If the data stream is substantially different then \ the program might not be able to deal with it.