From owner-svn-ports-all@freebsd.org Sun Mar 5 20:01:43 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 AD434CFA6F3; Sun, 5 Mar 2017 20:01:43 +0000 (UTC) (envelope-from tobik@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 856141893; Sun, 5 Mar 2017 20:01:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v25K1glP041374; Sun, 5 Mar 2017 20:01:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v25K1gMV041369; Sun, 5 Mar 2017 20:01:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201703052001.v25K1gMV041369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 5 Mar 2017 20:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435501 - in head/net: . nethogs X-SVN-Group: ports-head 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: Sun, 05 Mar 2017 20:01:43 -0000 Author: tobik Date: Sun Mar 5 20:01:41 2017 New Revision: 435501 URL: https://svnweb.freebsd.org/changeset/ports/435501 Log: New port: net/nethogs NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process. WWW: https://github.com/raboof/nethogs PR: 213109 Submitted by: anastasios@mageirias.com Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9892 Added: head/net/nethogs/ head/net/nethogs/Makefile (contents, props changed) head/net/nethogs/distinfo (contents, props changed) head/net/nethogs/pkg-descr (contents, props changed) head/net/nethogs/pkg-message (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Mar 5 19:57:21 2017 (r435500) +++ head/net/Makefile Sun Mar 5 20:01:41 2017 (r435501) @@ -448,6 +448,7 @@ SUBDIR += netcat SUBDIR += netdude SUBDIR += netembryo + SUBDIR += nethogs SUBDIR += netmap SUBDIR += netpipes SUBDIR += netscript Added: head/net/nethogs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nethogs/Makefile Sun Mar 5 20:01:41 2017 (r435501) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= nethogs +PORTVERSION= 0.8.5 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= anastasios@mageirias.com +COMMENT= Small net top tool + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= raboof + +USES= gmake shebangfix + +SHEBANG_FILES= determineVersion.sh +bash_CMD= ${SH} + +PLIST_FILES= man/man8/nethogs.8.gz \ + sbin/nethogs + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs + +.include Added: head/net/nethogs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nethogs/distinfo Sun Mar 5 20:01:41 2017 (r435501) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488685002 +SHA256 (raboof-nethogs-v0.8.5_GH0.tar.gz) = 6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc +SIZE (raboof-nethogs-v0.8.5_GH0.tar.gz) = 112385 Added: head/net/nethogs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nethogs/pkg-descr Sun Mar 5 20:01:41 2017 (r435501) @@ -0,0 +1,5 @@ +NetHogs is a small 'net top' tool. Instead of breaking the traffic down +per protocol or per subnet, like most tools do, it groups bandwidth by +process. + +WWW: https://github.com/raboof/nethogs Added: head/net/nethogs/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nethogs/pkg-message Sun Mar 5 20:01:41 2017 (r435501) @@ -0,0 +1,10 @@ +In order for nethogs to work properly add the following entry to +/etc/fstab: + +proc /proc procfs rw,noauto 0 0 + +noauto prevents /proc from being automatically mounted at boot. + +To mount the file system without rebooting: + +# mount /proc