head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4;
locks; strict;
comment	@# @;


1.8
date	2013.03.02.22.04.44;	author svnexp;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2010.08.01.05.44.48;	author niels;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.02.13.55.12;	author niels;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.01.19.47.15;	author niels;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.20.21.15.42;	author niels;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.19.11.12.10;	author niels;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313263
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Niels Heinen
# $FreeBSD: head/security/fuzzdb/Makefile 313263 2013-03-02 15:12:04Z pawel $

PORTNAME=	fuzzdb
PORTVERSION=	1.09
CATEGORIES=	security www
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Comprehensive set of fuzzing patterns

NO_BUILD=	yes
EXTRACT_AFTER_ARGS=	| ${TAR} -xf - --exclude .svn
PORTDOCS=	_copyright.txt _readme.txt
PORTDIRS=	attack-payloads wordlists-misc Discovery \
		web-backdoors wordlists-user-passwd regex

.include <bsd.port.options.mk>

do-install:
.for dir in ${PORTDIRS}
	( cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${DATADIR}/${dir} )
.endfor
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
.	for doc in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.	endfor
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    fuzzdb
# Date created:				2010-04-14
# Whom:					Niels Heinen
#
# $FreeBSD: head/security/fuzzdb/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.08
d11 1
a11 1
COMMENT=	A comprehensive set of fuzzing patterns
d16 1
a16 1
PORTDIRS=	attack-payloads wordlists-misc discovery \
d19 1
a19 1
.include <bsd.port.pre.mk>
d25 1
a25 1
.if !defined(NOPORTDOCS)
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.6
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Updated to version 1.08

Approved by:	itetcu (mentor, implicit)
@
text
@d14 1
a14 1
MAINTAINER=	niels@@FreeBSD.org
@


1.4
log
@Update to version 1.07 (unbreak port)

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.07
a17 1
WRKSRC=		${WRKDIR}/${PORTNAME}-read-only
d21 1
a21 1
		web-backdoors wordlists-user-passwd
@


1.3
log
@Updated port to version 1.06

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.06
d18 1
a18 1
WRKSRC=		${WRKDIR}/${PORTNAME}
@


1.2
log
@Upgraded to version 1.05

Approved by:	itetcu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.05
a25 3
post-extract:
	@@${RM} ${WRKSRC}/wordlists-user-passwd/~

@


1.1
log
@New port: Fuzzdb is a comprehensive set of fuzzing patterns that
can be used during discovery or security testing of web applications.

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

Approved by:	itetcu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d20 3
a22 1
PORTDOCS=	copyright.txt
d26 3
d30 3
a32 1
	( cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} "! -name ${PORTDOCS}" )
d35 3
a37 1
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
@

