From owner-svn-ports-head@FreeBSD.ORG Sun May 31 14:03:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90D9DEF0; Sun, 31 May 2015 14:03:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 73B7D15BE; Sun, 31 May 2015 14:03:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VE3xkp065556; Sun, 31 May 2015 14:03:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VE3wd7065549; Sun, 31 May 2015 14:03:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505311403.t4VE3wd7065549@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 31 May 2015 14:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388091 - in head: . net-mgmt net-mgmt/pktstat 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.20 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: Sun, 31 May 2015 14:03:59 -0000 Author: amdmi3 Date: Sun May 31 14:03:57 2015 New Revision: 388091 URL: https://svnweb.freebsd.org/changeset/ports/388091 Log: - Revive net-mgmt/pktstat - Update to 1.8.5 - Use new upstream addresses - Add LICENSE - Pass maintainership to submitter Pktstat listens to the network and shows the bandwidth being consumed by packets of various kinds in realtime. It understands some protocols (including FTP, HTTP, and X11) and adds a descriptive name next to the entry. WWW: https://github.com/dleonard0/pktstat PR: 200418 Submitted by: freebsd@sosend.de Added: head/net-mgmt/pktstat/ - copied from r273443, head/net-mgmt/pktstat/ Modified: head/MOVED head/net-mgmt/Makefile head/net-mgmt/pktstat/Makefile (contents, props changed) head/net-mgmt/pktstat/distinfo (contents, props changed) head/net-mgmt/pktstat/pkg-descr (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 31 13:57:17 2015 (r388090) +++ head/MOVED Sun May 31 14:03:57 2015 (r388091) @@ -1891,7 +1891,6 @@ net-mgmt/asused||2011-05-02|Has expired: net-mgmt/ipsectrace||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/knowlan||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/p5-Altoids||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available -net-mgmt/pktstat||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-mgmt/scotty3||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-im/aim||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available net-im/jit||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sun May 31 13:57:17 2015 (r388090) +++ head/net-mgmt/Makefile Sun May 31 14:03:57 2015 (r388091) @@ -252,6 +252,7 @@ SUBDIR += phpipam SUBDIR += phpweathermap SUBDIR += pixilate + SUBDIR += pktstat SUBDIR += pmacct SUBDIR += pnp SUBDIR += pnp-icinga Modified: head/net-mgmt/pktstat/Makefile ============================================================================== --- head/net-mgmt/pktstat/Makefile Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/Makefile Sun May 31 14:03:57 2015 (r388091) @@ -1,24 +1,26 @@ -# New ports collection makefile for: pktstat -# Date created: 5 April 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= pktstat -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 +DISTVERSIONPREFIX= v CATEGORIES= net-mgmt -MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/pktstat/ CENKES -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@sosend.de COMMENT= Network traffic viewer -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= PUBLIC_DOMAIN +LICENSE_NAME= Public Domain +LICENSE_TEXT= The principal author has placed the entire work (source) in the public domain, thus choosing to not exercise copyright control over it. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USE_GITHUB= yes +GH_ACCOUNT= dleonard0 + +USES= autoreconf GNU_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} '/struct arphdr/d' ${WRKSRC}/ether.c Modified: head/net-mgmt/pktstat/distinfo ============================================================================== --- head/net-mgmt/pktstat/distinfo Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/distinfo Sun May 31 14:03:57 2015 (r388091) @@ -1,2 +1,2 @@ -SHA256 (pktstat-1.8.4.tar.gz) = 54a63270779ae619fd89d0cb9afcbdff29dc79deda959b0f7809b975fb670bc5 -SIZE (pktstat-1.8.4.tar.gz) = 119127 +SHA256 (dleonard0-pktstat-v1.8.5_GH0.tar.gz) = 9a365668d9c5d22484702a858ad1892ae6c7b904b5d0bc9ae075bd88a145b9cd +SIZE (dleonard0-pktstat-v1.8.5_GH0.tar.gz) = 41971 Modified: head/net-mgmt/pktstat/pkg-descr ============================================================================== --- head/net-mgmt/pktstat/pkg-descr Mon May 2 06:04:41 2011 (r273443) +++ head/net-mgmt/pktstat/pkg-descr Sun May 31 14:03:57 2015 (r388091) @@ -3,5 +3,4 @@ by packets of various kinds in realtime. (including FTP, HTTP, and X11) and adds a descriptive name next to the entry. -WWW: http://www.adaptive-enterprises.com.au/~d/software/pktstat/ -Author: David Leonard +WWW: https://github.com/dleonard0/pktstat