diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-08-11 02:59:56 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-08-11 02:59:56 +0000 |
commit | 38080660bd404dd10b87791f49e35ae313bdb31e (patch) | |
tree | 3701e199f7a90090e47035f2bdeb319876709c06 /net/ntop | |
parent | f8b907bb46462731a81cbd937d798769d6a619f7 (diff) | |
download | ports-38080660bd404dd10b87791f49e35ae313bdb31e.tar.gz ports-38080660bd404dd10b87791f49e35ae313bdb31e.zip |
Notes
Diffstat (limited to 'net/ntop')
-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 000000000000..50a8d6f67dee --- /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 000000000000..5042e10db90e --- /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 000000000000..c69b9405a136 --- /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 000000000000..2bc6a91e8e92 --- /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 000000000000..0b00ca4a675c --- /dev/null +++ b/net/ntop/pkg-plist @@ -0,0 +1 @@ +sbin/ntop |