head	1.6;
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.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.12.10.13.48.08;	author svnexp;	state Exp;
branches;
next	1.5;

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

1.4
date	2011.11.14.17.16.14;	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.12.29.20.04.30;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
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/webscarab/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	webscarab
PORTVERSION=	20090427
CATEGORIES=	security www java
MASTER_SITES=	${MASTER_SITE_LOCAL} \
		http://people.freebsd.org/~niels/distfiles/
MASTER_SITE_SUBDIR=	niels

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Framework for analysing HTTP and HTTPS web application traffic

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

PORTDOCS=	README LICENSE ChangeLog

.include <bsd.port.pre.mk>

post-extract:
	${RM} ${WRKSRC}/lib/W32WinInet.dll

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

do-install:
	${MKDIR} ${DATADIR}/lib
	${INSTALL_DATA} ${WRKSRC}/lib/* ${DATADIR}/lib
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}_lite
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.       for i in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.       endfor
.endif

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


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


1.4
log
@- Reassign these ports back to the heap

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


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
@d15 1
a15 1
MAINTAINER=	niels@@FreeBSD.org
@


1.2
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d20 1
a20 1
JAVA_VERSION=	1.4+
@


1.1
log
@OWASP WebScarab is aframework for analysing HTTP and HTTPS web application traffic

Approved by:	itetcu (mentor)
WWW:	http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
@
text
@a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@

