[Lunar-commits] CVS: moonbase/net/netwatch DEPENDS, NONE, 1.1 BUILD, 1.1.1.1, 1.2 DETAILS, 1.4, 1.5

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Oct 11 23:40:03 UTC 2004


Update of /var/cvs/lunar/moonbase/net/netwatch
In directory espresso.foo-projects.org:/tmp/cvs-serv22120/netwatch

Modified Files:
	BUILD DETAILS 
Added Files:
	DEPENDS 
Log Message:
Adding missing depends of ncurses and simplified the build file a bit.


--- NEW FILE: DEPENDS ---
depends ncurses

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/netwatch/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ BUILD	11 Oct 2004 23:40:00 -0000	1.2
@@ -1,18 +1,9 @@
 (
-  # the Makefile's path for the man page is hardcoded... it does 
-  # not accept the configure option. We fix this here:
-  sedit "s/usr\/man\/man1/usr\/share\/man\/man1/" Makefile.in &&
+  # Fixes the Makefile's hardcoded path for the man page
+  sedit "s:usr/man/man1:usr/share/man/man1:" Makefile.in &&
 
-  (
-  patch -p0 <<EOF
---- netwatch.c	2001-02-26 04:27:07.000000000 +0100
-+++ netwatch.c	2002-07-08 00:50:59.000000000 +0200
-@@ -72,2 +72,3 @@
- */
-+#include <time.h>
- #include <sys/wait.h>
-EOF
-  ) &&
+  # Add a missing include
+  sedit "s:<sys/time.h>:<sys/time.h>\n#include <time.h>:" netwatch.c &&
 
   default_build
  

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/netwatch/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	5 Oct 2004 09:30:13 -0000	1.4
+++ DETAILS	11 Oct 2004 23:40:00 -0000	1.5
@@ -5,8 +5,10 @@
         WEB_SITE=http://www.slctech.org/~mackay/netwatch.html
          ENTERED=20020707
 	 UPDATED=20020707
-           SHORT="A network traffic monitor for the console"
+           SHORT="A ncurses based network traffic monitor"
+
 cat << EOF
-A curses based network monitor that shows various aspects of network traffic
-passing your machine.
+A curses based network monitor that shows various aspects of network
+traffic passing your machine.  It's based on a program called 
+"statnet."
 EOF



More information about the Lunar-commits mailing list