diff options
author | abs <abs@pkgsrc.org> | 2006-09-25 12:16:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-09-25 12:16:12 +0000 |
commit | 16b4ecf8c1b77061f141378a7927bca3e69bdddd (patch) | |
tree | 3dda791b715062d612abd6bf4411e7b15cf102b8 /net/iftop | |
parent | e81f28f7594a20b495266a7d9acef1905d967dd9 (diff) | |
download | pkgsrc-16b4ecf8c1b77061f141378a7927bca3e69bdddd.tar.gz |
Updat enet/iftop to 0.17:
0.17 12/02/06
* Added support for ppp interfaces on FreeBSD (and others using DLT_PPP)
* Fixed segfault bug in config file handling.
* Fixes to man page
William Robinet <william.robinet@conostix.com>
* Fix for hash table memory handling bug (caused segfaults on Mac OS X)
* Header fixes for Mac OS X
Ken McLeod <thecloud@apple.com>
* Fixes for compile time errors apparent on Mac OS 10.4.3
Georg Schwarz <georg.schwarz@freenet.de>
* Improvements to configure to support cross-compilation
* Addition of "NO_SYSTEM" compiler flag to prevent subshell execution
Tim Freeman <tim@fungible.com>
* Fix to get hardware address on FreeBSD and OpenBSD
Nicolas Bernard <n.bernard@worldonline.fr>
* Added 802.1q VLAN support
Jacek Konieczny <jajcus@bnet.pl>
Diffstat (limited to 'net/iftop')
-rw-r--r-- | net/iftop/Makefile | 7 | ||||
-rw-r--r-- | net/iftop/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 6978ad3b5a2..9482c73408a 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/25 12:16:12 abs Exp $ # -DISTNAME= iftop-0.16 -PKGREVISION= 1 +DISTNAME= iftop-0.17 CATEGORIES= net MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ @@ -10,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ COMMENT= Display bandwidth usage on an interface -USE_NCURSES= # mvchgat() +USE_NCURSES= YES # mvchgat() GNU_CONFIGURE= yes .include "../../devel/ncurses/buildlink3.mk" diff --git a/net/iftop/distinfo b/net/iftop/distinfo index 9c21bac0e31..803a70d82d7 100644 --- a/net/iftop/distinfo +++ b/net/iftop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:13:50 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/09/25 12:16:12 abs Exp $ -SHA1 (iftop-0.16.tar.gz) = 6ac701e87b9ed3b7ce4d6e0a286006889d956701 -RMD160 (iftop-0.16.tar.gz) = 5423408f1bb5e8f4e16b0cb8f5523bd6cd424b32 -Size (iftop-0.16.tar.gz) = 153446 bytes +SHA1 (iftop-0.17.tar.gz) = 75ce6afc8c0bf851278b0a15e66f523af90cfda9 +RMD160 (iftop-0.17.tar.gz) = 0111fdd3d2ba068acd41d9279c987d6699840736 +Size (iftop-0.17.tar.gz) = 160381 bytes |