aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-04-13 18:47:14 +0800
committerjbeich <jbeich@FreeBSD.org>2016-04-13 18:47:14 +0800
commitdf76b77a7086bbb39104f15694d7570e02447835 (patch)
tree55ec4149507c4a6ce4899c710f88cfd90f736e0f
parent5fecead2aa062368a56d60580ed8190dbe34dc1c (diff)
downloadfreebsd-ports-gnome-df76b77a7086bbb39104f15694d7570e02447835.tar.gz
freebsd-ports-gnome-df76b77a7086bbb39104f15694d7570e02447835.tar.zst
freebsd-ports-gnome-df76b77a7086bbb39104f15694d7570e02447835.zip
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
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/tornova/Makefile26
-rw-r--r--net-mgmt/tornova/distinfo2
-rw-r--r--net-mgmt/tornova/pkg-descr3
4 files changed, 32 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index fb3a1d00cb56..ee11f18e08cb 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -321,6 +321,7 @@
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += telegraf
+ SUBDIR += tornova
SUBDIR += torrus
SUBDIR += unifi3
SUBDIR += unifi4
diff --git a/net-mgmt/tornova/Makefile b/net-mgmt/tornova/Makefile
new file mode 100644
index 000000000000..1eeba8c28c76
--- /dev/null
+++ b/net-mgmt/tornova/Makefile
@@ -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>
diff --git a/net-mgmt/tornova/distinfo b/net-mgmt/tornova/distinfo
new file mode 100644
index 000000000000..dfe52fd4fa03
--- /dev/null
+++ b/net-mgmt/tornova/distinfo
@@ -0,0 +1,2 @@
+SHA256 (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 7595ca3c8910b546117822e88d863ebe0367468503b697c1e9b69a4ddc1431fa
+SIZE (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 33589
diff --git a/net-mgmt/tornova/pkg-descr b/net-mgmt/tornova/pkg-descr
new file mode 100644
index 000000000000..44b99f325dcd
--- /dev/null
+++ b/net-mgmt/tornova/pkg-descr
@@ -0,0 +1,3 @@
+TorNova is a frontend to Tor written in Python, GTK 3, and Stem.
+
+WWW: https://www.github.com/neelchauhan/TorNova