Import of ntop, a program for showing network information, similar

to what top(1) does for processes.

PR:		7566
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com>
This commit is contained in:
Matthew Hunt 1998-08-11 02:59:56 +00:00
parent f8b907bb46
commit 38080660bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12437
5 changed files with 32 additions and 0 deletions

23
net/ntop/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: ntop
# Version required: 0.2.2
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id$
#
DISTNAME= ntop-0.4-src
PKGNAME= ntop-0.4
CATEGORIES= net
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
MAINTAINER= billf@chc-chimes.com
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_AUTOCONF= yes
ALL_TARGET=
post-install:
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>

1
net/ntop/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ntop-0.4-src.tar.gz) = 6867ac4fd7390de478ce0c401c11e23e

1
net/ntop/pkg-comment Normal file
View File

@ -0,0 +1 @@
shows the network usage, with an interface similar to top(1)

6
net/ntop/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
ntop is a tool that shows the network usage, similar to what the popular top
Unix command does. ntop is based on libpcap.
http://jake.unipi.it/~deri/ntop/
Bill Fumerola <billf@chc-chimes.com>

1
net/ntop/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/ntop