[Lunar-commits] r17245 - moonbase/trunk/zbeta/ntop

Florin Braescu florin at lunar-linux.org
Thu Nov 10 05:42:36 UTC 2005


Author: florin
Date: 2005-11-10 05:42:34 +0000 (Thu, 10 Nov 2005)
New Revision: 17245

Modified:
   moonbase/trunk/zbeta/ntop/DEPENDS
   moonbase/trunk/zbeta/ntop/DETAILS
Log:
bump the version from 3.1 to 3.2.

Modified: moonbase/trunk/zbeta/ntop/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ntop/DEPENDS	2005-11-10 01:46:43 UTC (rev 17244)
+++ moonbase/trunk/zbeta/ntop/DEPENDS	2005-11-10 05:42:34 UTC (rev 17245)
@@ -1,10 +1,11 @@
-depends autoconf	&&
-depends automake	&&
-depends gdbm		&&
-depends libpcap		&&
-depends ncurses		&&
-depends libpng		&&
-depends gd              &&
-optional_depends "lsof"  "" "" "For lsof support"
-optional_depends "nmap"  "" "" "For nmap support"
+depends autoconf  &&
+depends automake  &&
+depends gdbm	  &&
+depends libpcap	  &&
+depends ncurses	  &&
+depends libpng	  &&
+depends gd        &&
+
+optional_depends "lsof"  ""               "" "For lsof support"  &&
+optional_depends "nmap"  ""               "" "For nmap support"  &&
 optional_depends "mysql" "--enable-mysql" "" "For My-SQL support"

Modified: moonbase/trunk/zbeta/ntop/DETAILS
===================================================================
--- moonbase/trunk/zbeta/ntop/DETAILS	2005-11-10 01:46:43 UTC (rev 17244)
+++ moonbase/trunk/zbeta/ntop/DETAILS	2005-11-10 05:42:34 UTC (rev 17245)
@@ -1,14 +1,20 @@
           MODULE=ntop
-         VERSION=3.1
+         VERSION=3.2
           SOURCE=$MODULE-$VERSION.tgz
-SOURCE_DIRECTORY=$MODULE
-      SOURCE_VFY=sha1:2aaae2f6f5a343d480eed7284db187b53f598b31
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:ab17e871890bc490746fe03f171523073b54e1e8
+      SOURCE_URL=$SFORGE_URL/$MODULE/
         WEB_SITE=http://www.ntop.org
          ENTERED=20020803
-         UPDATED=20050313
+         UPDATED=20051110
            SHORT="ntop is a network traffic probe."
+
 cat << EOF
-ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. 
-ntop users can use a a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface.
+ntop is a network traffic probe that shows the network usage, similar 
+to what the popular top Unix command does. ntop is based on libpcap 
+and it has been written in a portable way in order to virtually run on 
+every Unix platform and on Win32 as well. 
+ntop users can use a a web browser (e.g. netscape) to navigate through 
+ntop (that acts as a web server) traffic information and get a dump of 
+the network status. In the latter case, ntop can be seen as a simple 
+RMON-like agent with an embedded web interface.
 EOF



More information about the Lunar-commits mailing list