forked from Lainports/freebsd-ports
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:
parent
d71efe6594
commit
bdc3a0ce30
4 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
25
security/py-fteproxy/Makefile
Normal file
25
security/py-fteproxy/Makefile
Normal 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>
|
||||
3
security/py-fteproxy/distinfo
Normal file
3
security/py-fteproxy/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1531402863
|
||||
SHA256 (fteproxy-0.2.19.tar.gz) = 440494100f84e94908c7959dc8b1d176182bf21c946600acaa1cf9e5eb6ed38a
|
||||
SIZE (fteproxy-0.2.19.tar.gz) = 24846
|
||||
7
security/py-fteproxy/pkg-descr
Normal file
7
security/py-fteproxy/pkg-descr
Normal 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/
|
||||
Loading…
Add table
Reference in a new issue