From owner-svn-ports-all@freebsd.org Tue Nov 7 21:52:07 2017 Return-Path: Delivered-To: svn-ports-all@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 09CE3E65A96; Tue, 7 Nov 2017 21:52:07 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (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 B59AA6F728; Tue, 7 Nov 2017 21:52:06 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA7Loo8h094810; Tue, 7 Nov 2017 21:50:50 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA7Loocp094806; Tue, 7 Nov 2017 21:50:50 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201711072150.vA7Loocp094806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 7 Nov 2017 21:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453705 - in head/security: . nyx X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: in head/security: . nyx X-SVN-Commit-Revision: 453705 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 21:52:07 -0000 Author: cs Date: Tue Nov 7 21:50:50 2017 New Revision: 453705 URL: https://svnweb.freebsd.org/changeset/ports/453705 Log: Nyx is a command-line monitor for Tor. With this you can get detailed real-time information about your relay such as bandwidth usage, connections, logs, and much more. WWW: https://nyx.torproject.org/ Added: head/security/nyx/ head/security/nyx/Makefile (contents, props changed) head/security/nyx/distinfo (contents, props changed) head/security/nyx/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Nov 7 21:47:05 2017 (r453704) +++ head/security/Makefile Tue Nov 7 21:50:50 2017 (r453705) @@ -419,6 +419,7 @@ SUBDIR += nmap SUBDIR += nss SUBDIR += nss_compat_ossl + SUBDIR += nyx SUBDIR += oath-toolkit SUBDIR += obfsclient SUBDIR += obfsproxy Added: head/security/nyx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nyx/Makefile Tue Nov 7 21:50:50 2017 (r453705) @@ -0,0 +1,23 @@ +# Created by: Carlo Strub +# $FreeBSD$ + +PORTNAME= nyx +PORTVERSION= 2.0.4 +CATEGORIES= security net +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Command-line monitor for Tor + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}stem>1.5.0:security/py-stem \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 + +USES= python:2.6+ +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/security/nyx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nyx/distinfo Tue Nov 7 21:50:50 2017 (r453705) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510090679 +SHA256 (nyx-2.0.4.tar.gz) = 38db634789c2d72e485522a490397eb5f77c0bd7c689453efe57808c99dba75e +SIZE (nyx-2.0.4.tar.gz) = 4074259 Added: head/security/nyx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nyx/pkg-descr Tue Nov 7 21:50:50 2017 (r453705) @@ -0,0 +1,5 @@ +Nyx is a command-line monitor for Tor. With this you can get detailed real-time +information about your relay such as bandwidth usage, connections, logs, and +much more. + +WWW: https://nyx.torproject.org/