Date: Fri, 13 Jul 2018 13:26:54 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474585 - in head/security: . py-fteproxy Message-ID: <201807131326.w6DDQs8D086519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Fri Jul 13 13:26:54 2018 New Revision: 474585 URL: https://svnweb.freebsd.org/changeset/ports/474585 Log: 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 Added: head/security/py-fteproxy/ head/security/py-fteproxy/Makefile (contents, props changed) head/security/py-fteproxy/distinfo (contents, props changed) head/security/py-fteproxy/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jul 13 13:17:44 2018 (r474584) +++ head/security/Makefile Fri Jul 13 13:26:54 2018 (r474585) @@ -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 Added: head/security/py-fteproxy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-fteproxy/Makefile Fri Jul 13 13:26:54 2018 (r474585) @@ -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> Added: head/security/py-fteproxy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-fteproxy/distinfo Fri Jul 13 13:26:54 2018 (r474585) @@ -0,0 +1,3 @@ +TIMESTAMP = 1531402863 +SHA256 (fteproxy-0.2.19.tar.gz) = 440494100f84e94908c7959dc8b1d176182bf21c946600acaa1cf9e5eb6ed38a +SIZE (fteproxy-0.2.19.tar.gz) = 24846 Added: head/security/py-fteproxy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-fteproxy/pkg-descr Fri Jul 13 13:26:54 2018 (r474585) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131326.w6DDQs8D086519>