# $Id: Portfile,v 1.6 2005/09/13 06:57:40 olegb Exp $

PortSystem 1.0
name            	fuzz
version         	0.6
revision		1
categories      	devel security
maintainers     	darwinports@opendarwin.org
platforms       	darwin
description     	software security checking tool
homepage        	http://fuzz.sourceforge.net/
master_sites    	sourceforge
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.  
