Date: Tue, 7 Nov 2017 21:50:50 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453705 - in head/security: . nyx Message-ID: <201711072150.vA7Loocp094806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711072150.vA7Loocp094806>