1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

New port: security/py-fteproxy

fteproxy provides transport-layer protection to resist keyword filtering,
censorship and discriminatory routing policies.

Its job is to relay datastreams, such as web browsing traffic,
by encoding streams as messages that match a user-specified regular expression.

WWW: https://fteproxy.org/

Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Differential Revision:	https://reviews.freebsd.org/D16244
This commit is contained in:
Renato Botelho 2018-07-13 13:26:54 +00:00
parent d71efe6594
commit bdc3a0ce30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474585
4 changed files with 36 additions and 0 deletions

View File

@ -939,6 +939,7 @@
SUBDIR += py-flask-httpauth
SUBDIR += py-flask-kerberos
SUBDIR += py-flask-saml
SUBDIR += py-fteproxy
SUBDIR += py-gixy
SUBDIR += py-gnupg
SUBDIR += py-gnutls

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= fteproxy
DISTVERSION= 0.2.19
CATEGORIES= security net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@googlemail.com
COMMENT= Programmable proxy for censorship circumvention
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libfte>=0.1.0:net/py-libfte@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}obfsproxy-tor>=0.2.13:security/py-obfsproxy-tor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.6:security/py-pyptlib@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_BUILD= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1531402863
SHA256 (fteproxy-0.2.19.tar.gz) = 440494100f84e94908c7959dc8b1d176182bf21c946600acaa1cf9e5eb6ed38a
SIZE (fteproxy-0.2.19.tar.gz) = 24846

View File

@ -0,0 +1,7 @@
fteproxy provides transport-layer protection to resist keyword filtering,
censorship and discriminatory routing policies.
Its job is to relay datastreams, such as web browsing traffic,
by encoding streams as messages that match a user-specified regular expression.
WWW: https://fteproxy.org/