svn commit: r388091 - in head: . net-mgmt net-mgmt/pktstat
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 14:03:59 UTC 2015
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 at 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 at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at 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 at FreeBSD.org
+MAINTAINER= freebsd at 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
More information about the svn-ports-head
mailing list