head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.12.10.13.48.07;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.14.17.16.13;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.21.05.02.55;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Niels Heinen
# $FreeBSD: head/security/dirbuster/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	dirbuster
PORTVERSION=	1.0r1
CATEGORIES=	security java
MASTER_SITES=	SF/${PORTNAME}/DirBuster%20%28jar%20%2B%20lists%29/1.0-RC1/
DISTNAME=	DirBuster-1.0-RC1

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	DirBuster allows file and directory brute forcing on web servers

USE_ZIP=	YES
USE_JAVA=	YES
JAVA_VERSION=	1.6+
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}
DATADIR=	${JAVASHAREDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

post-extract:
	${RM} ${WRKSRC}/${DISTNAME}.sh
	${RM} ${WRKSRC}/${DISTNAME}.bat

pre-install:
	@@${SED} -e 's:%%PATH%%:${DATADIR}/:' \
		-e 's:%%JAVA_CMD%%:${JAVA}:' \
		-e 's:%%DIRBUSTER%%:${DATADIR}/${DISTNAME}.jar:' \
		< ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}

do-install:
	${MKDIR} ${DATADIR}
	${CP} -R ${WRKSRC}/* ${DATADIR}
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.post.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    dirbuster
# Date created:				2010-03-08
# Whom:					Niels Heinen
#
# $FreeBSD: head/security/dirbuster/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 1
a15 1
JAVA_VERSION=	1.5+
@


1.3
log
@- Reassign these ports back to the heap

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


1.2
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d14 1
a14 1
MAINTAINER=	niels@@FreeBSD.org
@


1.1
log
@OWASP DirBuster is a multi threaded java application designed to
brute force directories and files names on web/application servers.

Approved by:	itetcu (mentor)
Feature safe:	yes
WWW:	http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
@
text
@d19 1
a19 1
JAVA_VERSION=	1.4+
@

