diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-29 03:33:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-29 03:33:06 +0000 |
commit | d6f353e14ecd49b42a41aa6b0f50d4c185664674 (patch) | |
tree | 1b38add698f80811bc922346569d4732d27365ef | |
parent | 603726da3ab92c12dbfb1859665ef178859e9d9f (diff) | |
download | pkgsrc-d6f353e14ecd49b42a41aa6b0f50d4c185664674.tar.gz |
Add and enable iftop-0.16
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7d31b684f40..24106c1f1c6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5035 2004/02/29 00:19:29 recht Exp $ +$NetBSD: CHANGES,v 1.5036 2004/02/29 03:33:07 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1088,3 +1088,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gkrellm to 2.1.27 [cube 2004-02-28] Updated prayer to to 1.0.8nb2 [heinz 2004-02-28] Updated cairo to 0.1.17nb1 [recht 2004-02-29] + Added iftop-0.16 [xtraeme 2004-02-29] diff --git a/net/Makefile b/net/Makefile index 41f6e3ac4e5..5cbea82b306 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.448 2004/02/26 22:56:56 agc Exp $ +# $NetBSD: Makefile,v 1.449 2004/02/29 03:33:06 xtraeme Exp $ # COMMENT= Networking tools @@ -106,6 +106,7 @@ SUBDIR+= host SUBDIR+= hping SUBDIR+= httptunnel SUBDIR+= icsi-finger +SUBDIR+= iftop SUBDIR+= ip6_int SUBDIR+= ipa SUBDIR+= ipcalc |