Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 14:03:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201505311403.t4VE3wd7065549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $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 <leonard at users.sourceforge.net>
+WWW: https://github.com/dleonard0/pktstat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311403.t4VE3wd7065549>