head	1.8;
access;
symbols
	RELEASE_8_3_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.20.11.22.19;	author cs;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.03.11.38.02;	author cs;	state Exp;
branches;
next	1.5;

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

1.4
date	2012.04.04.17.58.25;	author cs;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.13.14.48.08;	author cs;	state Exp;
branches;
next	1.2;

1.2
date	2012.03.12.22.34.36;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.24.15.06.25;	author cs;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# ports collection makefile for:	obfsproxy
# Date created:				20120220
# Whom:					Carlo Strub
#
# $FreeBSD: head/security/obfsproxy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	obfsproxy
DISTVERSION=	0.1.4
PORTEPOCH=	1
CATEGORIES=	security net
MASTER_SITES=	https://archive.torproject.org/tor-package-archive/obfsproxy/ \
		https://www.c-s.li/ports/

MAINTAINER=	cs@@FreeBSD.org
COMMENT=	Tool to obfuscate Tor traffic

LICENSE=	BSD

BUILD_DEPENDS=	tor:${PORTSDIR}/security/tor-devel
RUN_DEPENDS=	tor:${PORTSDIR}/security/tor-devel
LIB_DEPENDS=	event-2.0:${PORTSDIR}/devel/libevent2

USE_AUTOTOOLS=	aclocal autoconf autoheader automake
USE_OPENSSL=	yes
WITH_OPENSSL_PORT=	yes

ACLOCAL_ARGS=	-I m4
AUTOCONF_ARGS=	--include=m4
AUTOHEADER_ARGS=	--include=m4
AUTOMAKE_ARGS=	--add-missing --copy --force-missing
MAN1=		obfsproxy.1
SUB_FILES=	pkg-message
PLIST_FILES=	bin/obfsproxy
USE_GNOME=	pkgconfig

MAKE_JOBS_SAFE=	yes

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

.include <bsd.port.mk>
@


1.7
log
@Remove mirror which does not serve the distfile anymore
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Update to 0.1.4
@
text
@a12 1
		https://www.torproject.org/dist/obfsproxy/ \
@


1.5
log
@Bump PORTREVISION after new openssl update
@
text
@d9 1
a9 2
DISTVERSION=	0.1.3
PORTREVISION=	1
@


1.4
log
@- Update to 0.1.3
- Add a third mirror

Approved by:	glarkin@@ (mentor, implicit)
Feature safe:	yes
@
text
@d10 1
@


1.3
log
@Add official mirror and use official tarball since it was released recently

Approved by:	glarkin@@ (mentor, implicit)
Feature safe:	yes
@
text
@d9 1
a9 1
DISTVERSION=	0.1.1
d12 2
a13 1
MASTER_SITES=	https://www.torproject.org/dist/obfsproxy/ \
@


1.2
log
@Update to 0.1.1 (and bump PORTEPOCH)

Approved by:	glarkin@@ (mentor, implicit)
Feature safe:	yes
@
text
@d12 2
a13 1
MASTER_SITES=	https://www.c-s.li/ports/
@


1.1
log
@obfsproxy is a tool that attempts to circumvent censorship, by transforming the
Tor traffic between the client and the bridge. This way, censors, who usually
monitor traffic between the client and the bridge, will see innocent-looking
transformed traffic instead of the actual Tor traffic.

WWW: https://www.torproject.org/projects/obfsproxy.html.en

Approved by:	glarkin@@ (mentor)
@
text
@d9 2
a10 1
DISTVERSION=	20120216
@

