- Enable suport for libwrap.

- Bump PORTREVISION.
- Update pkg-{comment,descr} while I'm at it.

Requested by:   Dave Cole <dacole@corp.attcanada.ca> (libwrap support)
This commit is contained in:
Johann Visagie 2002-01-25 08:59:58 +00:00
parent 7d9b000bdb
commit 0ee1c3906b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53706
3 changed files with 14 additions and 7 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ntop
PORTVERSION= 2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ntop.org/pub/local/ntop/source/ \
ftp://ftp.us.ntop.org/pub/ntop/source/ \
@ -36,7 +36,11 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=${DBDIR} \
--with-gdbm-root=${LOCALBASE} \
--with-gdchart-root=${LOCALBASE} \
--with-gdchart-root=${LOCALBASE}
.if !defined(WITHOUT_TCPWRAP)
CONFIGURE_ARGS+= --enable-tcpwrap
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400014

View File

@ -1 +1 @@
Shows network usage with an interface similar to top(1)
Network monitoring tool with command line and web interfaces

View File

@ -1,6 +1,9 @@
ntop is a tool that shows the network usage, similar to what the popular
top(1) Unix command does. ntop is based on libpcap.
ntop is a flexible and feature-rich tool for monitoring and troubleshooting
local area networks. It provides command line and web interfaces, the latter
via an embedded web server. ntop is based on libpcap.
WWW: http://www.ntop.org/
Author: Luca Deri <deri@ntop.org>
WWW: http://www.ntop.org/
Bill Fumerola <billf@FreeBSD.org>
-- Bill Fumerola <billf@FreeBSD.org> (original port)
-- Johann Visagie <wjv@FreeBSD.org> (maintainer since 2.0)