head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	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.3
	RELEASE_7_3_0:1.3
	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.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.06.12.22.11.37;	author bapt;	state dead;
branches;
next	1.7;

1.7
date	2012.04.09.23.51.40;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.39.35;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.20.00.18.24;	author dougb;	state Exp;
branches;
next	1.4;

1.4
date	2010.10.19.21.29.04;	author pav;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2006.12.25.20.08.14;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.8
log
@2012-05-10 print/cups-magicolor: BROKEN for more than 6 month
2012-05-10 security/pantera: BROKEN for more than 6 month
@
text
@# Ports collection makefile for:  pantera
# Date created:			  8 Nov 2006
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: ports/security/pantera/Makefile,v 1.7 2012/04/09 23:51:40 bapt Exp $
#

PORTNAME=	pantera
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/owasp/Pantera/Pantera_Release_${PORTVERSION}
DISTNAME=	Pantera_Release_${PORTVERSION}

MAINTAINER=	onatan@@gmail.com
COMMENT=	Web Application Penetration Testing Suite

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
		${PYTHON_SITELIBDIR}/MySQLdb/connections.pyc:${PORTSDIR}/databases/py-MySQLdb
RUN_DEPENDS:=	${BUILD_DEPENDS}

DEPRECATED=	BROKEN for more than 6 month
EXPIRATION_DATE=	2012-05-10

BROKEN=		bad dependency line

.if !defined(WITHOUT_MYSQL_SERVER)
USE_MYSQL=	server
.else
USE_MYSQL=	yes
.endif

WRKSRC=		${WRKDIR}/Pantera_Release
USE_ZIP=	yes
USE_PYTHON=	yes
NO_BUILD=	yes
SUB_FILES=	pkg-message pantera.sh
SUB_LIST+=	SCRIPTDIR=${SCRIPTDIR}
PKGMESSAGE=	${WRKDIR}/pkg-message

do-install:
	@@${MKDIR} ${DATADIR}
	${CP} -Rp ${WRKSRC}/* ${DATADIR}/
	${INSTALL_SCRIPT} ${WRKDIR}/pantera.sh ${PREFIX}/bin

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.7
log
@Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d22 3
@


1.5
log
@Remove direct dependency on mysqld, and replace it with conditionally
including USE_MYSQL= server if the option is chosen, or = yes if not
to preserve the old behavior.

PR:		ports/159542
Submitted by:	me
Approved by:	maintainer timeout (14 days)
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Mark BROKEN: bad dependency line

Reported by:	pointyhat
@
text
@d10 1
d25 3
a27 1
BUILD_DEPENDS+=	mysql:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
a32 1
USE_MYSQL=	yes
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d21 2
@


1.2
log
@Switch dependency from databases/py-MySQLdb-devel to databases/py-MySQLdb,
because the latter is now more up-to-date.

Forgotten by:	mnag
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	owasp
@


1.1
log
@Overview:
Pantera uses an improved version of SpikeProxy to provide a powerful web
application analysis engine.

Goals:
The primary goal of Pantera is to combine automated capabilities with complete
manual testing to get the best penetration testing results.

WWW: http://www.owasp.org/index.php/Category:OWASP_Pantera_Web_Assessment_Studio_Project

PR:		ports/105291
Submitted by:	Yonatan <onatan at gmail.com>
@
text
@d19 1
a19 1
		${PYTHON_SITELIBDIR}/MySQLdb/connections.pyc:${PORTSDIR}/databases/py-MySQLdb-devel
@

