From owner-cvs-all@FreeBSD.ORG Wed Oct 19 20:28:17 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD36A1065674; Wed, 19 Oct 2011 20:28:17 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B45DE8FC16; Wed, 19 Oct 2011 20:28:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9JKSHFi091716; Wed, 19 Oct 2011 20:28:17 GMT (envelope-from cs@repoman.freebsd.org) Received: (from cs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9JKSHl1091715; Wed, 19 Oct 2011 20:28:17 GMT (envelope-from cs) Message-Id: <201110192028.p9JKSHl1091715@repoman.freebsd.org> From: Carlo Strub Date: Wed, 19 Oct 2011 20:28:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/py-arm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 20:28:18 -0000 cs 2011-10-19 20:28:17 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-arm Makefile distinfo pkg-descr pkg-plist Log: The anonymizing relay monitor (arm) is a terminal status monitor for Tor, intended for command-line aficionados, ssh connections, and anyone with a tty terminal. This works much like top does for system usage, providing real time statistics for: * bandwidth, cpu, and memory usage * relay's current configuration * logged events * connection details (ip, hostname, fingerprint, and consensus data) * ... etc PR: ports/159017 Approved by: glarkin@ (mentor) Revision Changes Path 1.1217 +1 -0 ports/security/Makefile 1.1 +52 -0 ports/security/py-arm/Makefile (new) 1.1 +2 -0 ports/security/py-arm/distinfo (new) 1.1 +12 -0 ports/security/py-arm/pkg-descr (new) 1.1 +281 -0 ports/security/py-arm/pkg-plist (new)