head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.34.52;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.37.46;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.21.15.40.40;	author foxfair;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.18.59.04;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.47.49;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.46.48;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2000.08.11.18.26.20;	author jedgar;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.02.22.26.11;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.02.01.15.32;	author jedgar;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fuzz
# Date created:				25 July 2000
# Whom:					Chris D. Faulhaber <jedgar@@FreeBSD.org>
#
# $FreeBSD: head/security/fuzz/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fuzz
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Tool for testing software by bombarding the program with random data

GNU_CONFIGURE=	yes

MAN1=		fuzz.1
PLIST_FILES=	bin/fuzz

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	fuzz
@


1.7
log
@PR:		52098
Submitted by:	Jim Geovedi <jim@@corebsd.or.id>
close temp file privledge problem in security/fuzz.
@
text
@d21 1
@


1.6
log
@De-pkg-comment.
@
text
@d10 1
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Tool for testing software by bombarding the program with random data

@


1.3
log
@Update port to 0.6
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fuzz/Makefile,v 1.2 2000/08/02 22:26:11 jedgar Exp $
d15 2
@


1.2
log
@Add MESSAGE recommending using fuzz under jail(8) due to the potential
havok some software could create when given undetermined input as a
privileged user.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fuzz/Makefile,v 1.1 2000/08/02 01:15:32 jedgar Exp $
d9 1
a9 1
PORTVERSION=	0.5.1
@


1.1
log
@New port: Fuzz, a tool for testing software by bombarding
          the program being evaluated with random data.
@
text
@d5 1
a5 1
# $FreeBSD$
d19 3
@

