head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.20.07.35.11;	author culot;	state Exp;
branches;
next	1.3;

1.3
date	2010.11.08.16.13.28;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.13.23.44.04;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.26.23.21.49;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sslstrip
# Date created:		2009-04-17
# Whom:			User & <dragon@@njord.localdomain>
#
# $FreeBSD: head/security/py-sslstrip/Makefile 301858 2012-08-02 09:02:43Z cs $
#

PORTNAME=	sslstrip
PORTVERSION=	0.9
CATEGORIES=	security python
MASTER_SITES=	http://www.thoughtcrime.org/software/sslstrip/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kitchetech@@gmail.com
COMMENT=	Python program for SSL stripping

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	sslstrip
RUN_DEPENDS =	${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb
.include <bsd.port.mk>
@


1.5
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.9

PR:		ports/157150
Submitted by:	Matthew Donovan <kitchetech@@gmail.com> (maintainer)
@
text
@d15 1
a15 1
COMMENT=	Python program for ssl stripping
@


1.3
log
@- Update to 0.7

PR:		ports/151955
Submitted by:	Matthew Donovan <kitchetech@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d20 1
a20 1

@


1.2
log
@- Add missing python virtual categories
@
text
@d9 1
a9 1
PORTVERSION=	0.2
a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.1
log
@It will transparently hijack HTTP traffic on a network, watch for HTTPS links
and redirects, then map those links into either look-alike HTTP links or
homograph-similar HTTPS links. It also supports modes for supplying a
favicon which looks like a lock icon, selective logging, and session denial.

WWW:	http://www.thoughtcrime.org/software/sslstrip/

PR:		ports/134021
Submitted by:	Matt Donovan <kitchetech@@gmail.com>
@
text
@d10 1
a10 1
CATEGORIES=	security
@

