head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


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

1.6
date	2012.11.05.12.51.58;	author sbz;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# Created by: Niels Heinen
# $FreeBSD: head/security/burpsuite/Makefile 307007 2012-11-05 12:51:58Z sbz $

PORTNAME=	burpsuite
PORTVERSION=	1.5
CATEGORIES=	security java
MASTER_SITES=	http://www.portswigger.net/burp/ \
		LOCAL/sbz
DISTNAME=	${PORTNAME}_free_v${PORTVERSION}
EXTRACT_SUFX=	.jar

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	Burp Suite is an integrated platform for testing web applications

EXTRACT_CMD=	""
USE_JAVA=	yes
NO_BUILD=	yes
JAVA_VERSION=	1.7
JAVA_VENDOR=	openjdk
WRKSRC=		${WRKDIR}/${DISTNAME}

PLIST_FILES=	bin/${PORTNAME} \
		%%JAVAJARDIR%%/${DISTNAME}.jar

.include <bsd.port.pre.mk>

# Get BSFEL agreement
.if !defined(PACKAGE_BUILDING)
pre-extract:
	@@${SH} ${FILESDIR}/license.sh
.endif

post-extract:
	@@${MKDIR} ${WRKSRC}
	@@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/

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

do-install:
	@@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin

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


1.6
log
@SVN rev 307007 on 2012-11-05 12:51:58Z by sbz

- Update to 1.5
- Update pkg-descr
- Update ${FILESDIR}/license.sh

Feature safe: yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.5
log
@- Update to 1.4.01
- Take maintainership
- Make happy portlint

PR:		ports/166629
Submitted by:	myself
Approved by:	jadawin@@, miwi@@ (mentors, implicit)
Feature safe:	yes
@
text
@d1 1
a1 4
# New ports collection makefile for:    Burpsuite
# Date created:				2010-02-22
# Whom:					Niels Heinen
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.4.01
d8 3
a10 2
		${MASTER_SITE_LOCAL:S,%SUBDIR%,sbz,}
DISTNAME=	${PORTNAME}_v${PORTVERSION}
d15 2
a16 3
USE_ZIP=	YES
USE_JAVA=	YES
JAVA_VERSION=	1.5+
d18 2
a24 2
PORTDOCS=	readme_-_running_burp.txt

d34 2
a35 1
	@@${MV} ${WRKSRC}/readme\ -\ running\ burp.txt ${WRKSRC}/readme_-_running_burp.txt
a45 4
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/readme_-_running_burp.txt ${DOCSDIR}
.endif
@


1.4
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.3.03
d11 2
a12 1
MASTER_SITES=	http://www.portswigger.net/suite/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d24 2
a25 1
PLIST_FILES=	bin/${PORTNAME} %%JAVAJARDIR%%/${DISTNAME}.jar
d27 1
a27 3
#.if !defined(NOPORTDOCS)
PORTDOCS=	readme_-_running_burp.txt terms_and_conditions.txt
#.endif
d31 6
d38 1
a38 2
	${MV} ${WRKSRC}/readme\ -\ running\ burp.txt ${WRKSRC}/readme_-_running_burp.txt
	${MV} ${WRKSRC}/terms\ and\ conditions.txt ${WRKSRC}/terms_and_conditions.txt
a51 1
	${INSTALL_DATA} ${WRKSRC}/terms_and_conditions.txt ${DOCSDIR}
@


1.3
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.2
log
@Updated to version 1.3.03

Approved by:	itetcu (mentor, implicit)
@
text
@d19 1
a19 1
JAVA_VERSION=	1.4+
@


1.1
log
@Burp Suite is an integrated platform for testing web applications

PR:	ports/144150
Submitted by:	niels
Approved by:	itetcu (mentor)
WWW:	http://www.portswigger.net/suite/
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@

