head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	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.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2009.05.27.16.54.33;	author skreuzer;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.28.01.16.36;	author skreuzer;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.08.21.35.23;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ratproxy
# Date created:				3 July 2008
# Whom:					Steven Kreuzer <skreuzer@@exit2shell.com>
#
# $FreeBSD: head/security/ratproxy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ratproxy
PORTVERSION=	1.58
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Semi-automated, largely passive web application security audit tool

USE_OPENSSL=	YES
WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	bin/ratproxy \
		bin/ratproxy-report.sh

post-patch:
	@@${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin

.include <bsd.port.mk>
@


1.3
log
@Update to 1.58

Approved by:	wxs (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.51
@


1.1
log
@Ratproxy is a semi-automated, largely passive web application security audit
tool. It is meant to complement active crawlers and manual proxies more
commonly used for this task, and is optimized specifically for an accurate and
sensitive detection, and automatic annotation, of potential problems and
security-relevant design patterns based on the observation of existing,
user-initiated traffic in complex web 2.0 environments.

WWW: http://code.google.com/p/ratproxy/

PR:		ports/125249
Submitted by:	Steven Kreuzer <skreuzer@@exit2shell.com>
@
text
@d13 1
a13 1
MAINTAINER=	skreuzer@@exit2shell.com
@

