From owner-svn-ports-head@freebsd.org Wed Apr 13 10:47:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9958B0F6AC; Wed, 13 Apr 2016 10:47:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8229E1EE7; Wed, 13 Apr 2016 10:47:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DAlE64002411; Wed, 13 Apr 2016 10:47:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3DAlETU002407; Wed, 13 Apr 2016 10:47:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604131047.u3DAlETU002407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 13 Apr 2016 10:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413197 - in head/net-mgmt: . tornova X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 10:47:15 -0000 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 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