head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.09.15.41.02;	author tabthorpe;	state Exp;
branches;
next	1.5;

1.5
date	2011.07.22.13.07.25;	author sbz;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.03.15.49.17;	author sbz;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.18.10.04.52;	author sbz;	state Exp;
branches;
next	1.2;

1.2
date	2011.01.05.02.00.54;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.05.01.54.24;	author wen;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	honggfuzz
# Date created:				2010-12-13
# Whom:					Sofian Brabez <sbrabez@@gmail.com>
#
# $FreeBSD: head/security/honggfuzz/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	honggfuzz
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
EXTRACT_SUFX=	.tgz

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	A general-purpose fuzzer with simple, command-line interface

LICENSE=	AL2
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_GMAKE=	yes

# inplace replacement to remove relative binary path in examples scripts
post-patch:
	@@${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh

do-build:
	@@(cd ${WRKSRC}; ${GMAKE})

do-install:
.if !defined(NOPORTEXAMPLES)
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.6
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.3

Approved by:	jadawin@@ (mentor)
@
text
@d17 1
a17 1
LICENSE=	ASL
@


1.4
log
@- Update to 0.2

Approved by:	miwi@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@


1.3
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.1
@


1.2
log
@Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test
files, Hongfuzz supplies and modifies input to a test program and utilize the
ptrace() API/POSIX signal interface to detect and log crashes.

WWW:    http://code.google.com/p/honggfuzz/

PR:		ports/153131
Submitter:	Sofian Brabez <sbrabez@@gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	sbrabez@@gmail.com
@


1.1
log
@Honggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test
files, Hongfuzz supplies and modifies input to a test program and utilize the
ptrace() API/POSIX signal interface to detect and log crashes.

WWW:    http://code.google.com/p/honggfuzz/
@
text
@@

