# $Id: Portfile,v 1.4 2003/10/23 17:57:33 olegb Exp $ PortSystem 1.0 name fuzz version 0.6 categories devel security maintainers olegb@opendarwin.org platforms darwin description software security checking tool homepage http://fuzz.sourceforge.net/ master_sites sourceforge:${name}/ checksums md5 8c8e7c49729e0a98c0414faac7778ec7 configure.args --prefix=${prefix} --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.