Date: Wed, 13 Apr 2016 10:47:14 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413197 - in head/net-mgmt: . tornova Message-ID: <201604131047.u3DAlETU002407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Apr 13 10:47:14 2016 New Revision: 413197 URL: https://svnweb.freebsd.org/changeset/ports/413197 Log: 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 Added: head/net-mgmt/tornova/ head/net-mgmt/tornova/Makefile (contents, props changed) head/net-mgmt/tornova/distinfo (contents, props changed) head/net-mgmt/tornova/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile (contents, props changed) Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Apr 13 10:46:01 2016 (r413196) +++ head/net-mgmt/Makefile Wed Apr 13 10:47:14 2016 (r413197) @@ -321,6 +321,7 @@ SUBDIR += tcpreplay SUBDIR += tcptrack SUBDIR += telegraf + SUBDIR += tornova SUBDIR += torrus SUBDIR += unifi3 SUBDIR += unifi4 Added: head/net-mgmt/tornova/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/tornova/Makefile Wed Apr 13 10:47:14 2016 (r413197) @@ -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> Added: head/net-mgmt/tornova/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/tornova/distinfo Wed Apr 13 10:47:14 2016 (r413197) @@ -0,0 +1,2 @@ +SHA256 (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 7595ca3c8910b546117822e88d863ebe0367468503b697c1e9b69a4ddc1431fa +SIZE (neelchauhan-TorNova-v0.2.3_GH0.tar.gz) = 33589 Added: head/net-mgmt/tornova/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/tornova/pkg-descr Wed Apr 13 10:47:14 2016 (r413197) @@ -0,0 +1,3 @@ +TorNova is a frontend to Tor written in Python, GTK 3, and Stem. + +WWW: https://www.github.com/neelchauhan/TorNova
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131047.u3DAlETU002407>