mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
[NEW PORT] www/onionbalance: Load-balancing and Redundancy for Onion Services
The OnionBalance software allows for Tor onion service requests to be distributed across multiple backend Tor instances. OnionBalance provides load-balancing while also making onion services more resilient and reliable by eliminating single points-of-failure. WWW: https://onionbalance.readthedocs.io/ Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18706
This commit is contained in:
parent
d3d8deecb4
commit
a367da3c7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489334
4 changed files with 37 additions and 0 deletions
|
@ -537,6 +537,7 @@
|
|||
SUBDIR += nuvolaplayer-yandex-music
|
||||
SUBDIR += nuvolaplayer-youtube
|
||||
SUBDIR += obhttpd
|
||||
SUBDIR += onionbalance
|
||||
SUBDIR += onionshare
|
||||
SUBDIR += opencart
|
||||
SUBDIR += opera
|
||||
|
|
27
www/onionbalance/Makefile
Normal file
27
www/onionbalance/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= onionbalance
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= OnionBalance-${PORTVERSION}
|
||||
|
||||
MAINTAINER= egypcio@FreeBSD.org
|
||||
COMMENT= Load-balancing and Redundancy for Onion Services
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR} \
|
||||
tor:security/tor
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/onionbalance/distinfo
Normal file
3
www/onionbalance/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1546352794
|
||||
SHA256 (OnionBalance-0.1.8.tar.gz) = 63a989c08aa10b41cd0edef5fd0b00c3251689d59bad8b88875078f68f03e78c
|
||||
SIZE (OnionBalance-0.1.8.tar.gz) = 55919
|
6
www/onionbalance/pkg-descr
Normal file
6
www/onionbalance/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The OnionBalance software allows for Tor onion service requests to be
|
||||
distributed across multiple backend Tor instances. OnionBalance provides
|
||||
load-balancing while also making onion services more resilient and
|
||||
reliable by eliminating single points-of-failure.
|
||||
|
||||
WWW: https://onionbalance.readthedocs.io/
|
Loading…
Add table
Reference in a new issue