diff options
author | mph <mph@FreeBSD.org> | 1998-08-11 10:59:56 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-08-11 10:59:56 +0800 |
commit | a50d95f88a198394d4b8d9d7c51a4f39b8a23a52 (patch) | |
tree | 9e1111f9a2d9c133951cf4b08c79a0aeedb9471c /net | |
parent | 511f049da56e37900533b5eff597e6afe060f608 (diff) | |
download | freebsd-ports-graphics-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.tar.gz freebsd-ports-graphics-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.tar.zst freebsd-ports-graphics-a50d95f88a198394d4b8d9d7c51a4f39b8a23a52.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 23 | ||||
-rw-r--r-- | net/ntop/distinfo | 1 | ||||
-rw-r--r-- | net/ntop/pkg-comment | 1 | ||||
-rw-r--r-- | net/ntop/pkg-descr | 6 | ||||
-rw-r--r-- | net/ntop/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile new file mode 100644 index 00000000000..50a8d6f67de --- /dev/null +++ b/net/ntop/Makefile @@ -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> diff --git a/net/ntop/distinfo b/net/ntop/distinfo new file mode 100644 index 00000000000..5042e10db90 --- /dev/null +++ b/net/ntop/distinfo @@ -0,0 +1 @@ +MD5 (ntop-0.4-src.tar.gz) = 6867ac4fd7390de478ce0c401c11e23e diff --git a/net/ntop/pkg-comment b/net/ntop/pkg-comment new file mode 100644 index 00000000000..c69b9405a13 --- /dev/null +++ b/net/ntop/pkg-comment @@ -0,0 +1 @@ +shows the network usage, with an interface similar to top(1) diff --git a/net/ntop/pkg-descr b/net/ntop/pkg-descr new file mode 100644 index 00000000000..2bc6a91e8e9 --- /dev/null +++ b/net/ntop/pkg-descr @@ -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> diff --git a/net/ntop/pkg-plist b/net/ntop/pkg-plist new file mode 100644 index 00000000000..0b00ca4a675 --- /dev/null +++ b/net/ntop/pkg-plist @@ -0,0 +1 @@ +sbin/ntop |