1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

net-mgmt/tornova: add new port

PR:		207953
Submitted by:	Neel Chauhan

TorNova is a frontend to Tor written in Python, GTK 3, and Stem.

https://www.github.com/neelchauhan/TorNova
This commit is contained in:
Jan Beich 2016-04-13 10:47:14 +00:00
parent 56029a8e88
commit 72fbe871f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413197
4 changed files with 32 additions and 0 deletions

View File

@ -321,6 +321,7 @@
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += telegraf
SUBDIR += tornova
SUBDIR += torrus
SUBDIR += unifi3
SUBDIR += unifi4

26
net-mgmt/tornova/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= tornova
PORTVERSION= 0.2.3
DISTVERSIONPREFIX= v
CATEGORIES= net-mgmt
MAINTAINER= neel@neelc.org
COMMENT= Frontend for Tor
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem \
tor:security/tor
USE_GITHUB= yes
GH_ACCOUNT= neelchauhan
GH_PROJECT= TorNova
USES= python:2
USE_PYTHON= autoplist distutils
USE_GNOME= gtk30 pygobject3
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 7595ca3c8910b546117822e88d863ebe0367468503b697c1e9b69a4ddc1431fa
SIZE (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 33589

View File

@ -0,0 +1,3 @@
TorNova is a frontend to Tor written in Python, GTK 3, and Stem.
WWW: https://www.github.com/neelchauhan/TorNova