head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2011.02.25.03.19.27;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.13.17.00.14;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.09.02.15.01.51;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.12.13.27.27;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.04.13.21.39;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wapiti
# Date created:                3 October 2007
# Whom:                        Philippe Audeoud <jadawin@@tuxaco.net>
# $FreeBSD: head/security/wapiti/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	wapiti
PORTVERSION=	1.1.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	jadawin@@FreeBSD.org
COMMENT=	Wapiti is a vulnerability scanner for web applications

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/tidy:${PORTSDIR}/www/py-utidy

USE_PYTHON=	2.5+
NO_BUILD=	yes
PORTDOCS=	README

PLIST_FILES=	bin/wapiti.py \
		bin/lswww.py \
		bin/getcookie.py \
		bin/cookie.py \
		bin/BeautifulSoup.py

do-install:
.for i in wapiti.py lswww.py getcookie.py cookie.py BeautifulSoup.py
	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.5
log
@- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.4
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d8 1
d17 1
a17 1
USE_PYTHON=	2.4+
@


1.3
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d16 1
a16 1
USE_PYTHON=	2.3+
@


1.2
log
@- Update maintainer address

Approved by:	thierry (mentor)
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	wapiti
@


1.1
log
@Wapiti allows you to audit the security of your web applications.
It performs "black-box" scans, i.e. it does not study the source code of
the application but will scans the webpages of the deployed webapp,
looking for scripts and forms where it can inject data.
Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to
see if a script is vulnerable.

WWW: http://wapiti.sourceforge.net/

PR:		ports/116873
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
@
text
@d12 1
a12 1
MAINTAINER=	jadawin@@tuxaco.net
@

