summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-08-11 02:59:56 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-08-11 02:59:56 +0000
commit38080660bd404dd10b87791f49e35ae313bdb31e (patch)
tree3701e199f7a90090e47035f2bdeb319876709c06 /net/ntop
parentA terminal-based World-Wide Web Client with multi-byte modifications. (diff)
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>
Notes
Notes: svn path=/head/; revision=12437
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile23
-rw-r--r--net/ntop/distinfo1
-rw-r--r--net/ntop/pkg-comment1
-rw-r--r--net/ntop/pkg-descr6
-rw-r--r--net/ntop/pkg-plist1
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