[Lunar-commits] r16127 - in moonbase/trunk/net: . nethogs

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Aug 17 02:26:53 UTC 2005


Author: v3rt1g0
Date: 2005-08-17 02:26:52 +0000 (Wed, 17 Aug 2005)
New Revision: 16127

Added:
   moonbase/trunk/net/nethogs/
   moonbase/trunk/net/nethogs/BUILD
   moonbase/trunk/net/nethogs/DEPENDS
   moonbase/trunk/net/nethogs/DETAILS
   moonbase/trunk/net/nethogs/nethogs-0.6.0-gcc34.diff
Log:
Inital import of nethogs 0.6.0


Added: moonbase/trunk/net/nethogs/BUILD
===================================================================
--- moonbase/trunk/net/nethogs/BUILD	2005-08-17 01:23:45 UTC (rev 16126)
+++ moonbase/trunk/net/nethogs/BUILD	2005-08-17 02:26:52 UTC (rev 16127)
@@ -0,0 +1,7 @@
+(
+  
+  patch_it $SCRIPT_DIRECTORY/nethogs-0.6.0-gcc34.diff 0  &&
+  sedit "s:CFLAGS=-O2:CFLAGS=$CFLAGS:" Makefile  &&
+  default_make
+ 
+) > $C_FIFO 2>&1

Added: moonbase/trunk/net/nethogs/DEPENDS
===================================================================
--- moonbase/trunk/net/nethogs/DEPENDS	2005-08-17 01:23:45 UTC (rev 16126)
+++ moonbase/trunk/net/nethogs/DEPENDS	2005-08-17 02:26:52 UTC (rev 16127)
@@ -0,0 +1 @@
+depends  libpcap

Added: moonbase/trunk/net/nethogs/DETAILS
===================================================================
--- moonbase/trunk/net/nethogs/DETAILS	2005-08-17 01:23:45 UTC (rev 16126)
+++ moonbase/trunk/net/nethogs/DETAILS	2005-08-17 02:26:52 UTC (rev 16127)
@@ -0,0 +1,21 @@
+          MODULE=nethogs
+         VERSION=0.6.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:7b2b6bcd342a30a67f5dc57d867f078889cf8e4f
+        WEB_SITE=http://nethogs.sourceforge.net
+         ENTERED=20050816
+         UPDATED=20050816
+           SHORT="a small 'net top' type tool"
+
+cat << EOF
+NetHogs is a small 'net top' tool. Instead of breaking the traffic down per
+protocol or per subnet, like most tools do, it groups bandwidth by process.
+This makes it easy to indentify programs that have gone wild and are 
+suddenly taking up your bandwidth.
+
+ *  Shows TCP download- and upload-speed per process
+ *  Supports both IPv4 and IPv6
+ *  Supports both Ethernet and PPP
+EOF

Added: moonbase/trunk/net/nethogs/nethogs-0.6.0-gcc34.diff
===================================================================
--- moonbase/trunk/net/nethogs/nethogs-0.6.0-gcc34.diff	2005-08-17 01:23:45 UTC (rev 16126)
+++ moonbase/trunk/net/nethogs/nethogs-0.6.0-gcc34.diff	2005-08-17 02:26:52 UTC (rev 16127)
@@ -0,0 +1,34 @@
+--- decpcap.c~	2005-04-04 01:53:06.000000000 -0300
++++ decpcap.c	2005-04-04 01:56:13.000000000 -0300
+@@ -76,6 +76,7 @@
+ 			break;
+ 		default:
+ 			// TODO
++			break;
+ 	}
+ }
+ 
+@@ -98,6 +99,7 @@
+ 			break;
+ 		default:
+ 			// TODO
++			break;
+ 	}
+ }
+ 
+@@ -128,6 +130,7 @@
+ 			break;
+ 		default:
+ 			// TODO
++			break;
+ 	}
+ }
+ 
+@@ -173,6 +176,7 @@
+ 			break;
+ 		default:
+ 			// TODO
++			break;
+ 	}
+ }
+ 



More information about the Lunar-commits mailing list