summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-17 21:36:14 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-17 21:36:14 +0000
commitd594de043b7f3cb52823b2df699f347115a15205 (patch)
tree69d886570e7d65fa91cafe10834472ec4e37071d /net/ntop
parentReflect import of ``portscanner''. (diff)
Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,
and other people's -CURRENT systems. Glad to get this in under the ports freeze crunch so this port doesn't have to be marked BROKEN. PR: ports/8709 Reviewed by: Brian Ruth <bruth@wmht.org> Submitted by: Brian Ruth <bruth@wmht.org>
Notes
Notes: svn path=/head/; revision=14618
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile25
-rw-r--r--net/ntop/distinfo3
-rw-r--r--net/ntop/pkg-comment2
-rw-r--r--net/ntop/pkg-descr6
4 files changed, 19 insertions, 17 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 1f59643b176d..39fed1374dfe 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,30 +1,31 @@
# New ports collection makefile for: ntop
-# Version required: 1.0
+# Version required: 1.1a3
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.4 1998/11/12 00:01:32 billf Exp $
+# $Id: Makefile,v 1.5 1998/11/12 15:21:53 billf Exp $
#
-DISTNAME= ntop-1.0.src
-PKGNAME= ntop-1.0
+DISTNAME=
+PKGNAME= ntop-1.1a3
CATEGORIES= net
-MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/
+MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \
+ ftp://ftp.ee.lbl.gov/ \
+ http://www.FreeBSD.org/~billf/
+DISTFILES= libpcap-0.4.tar.Z ${NTOPDISTFILE}.tar.gz
-MAINTAINER= billf@chc-chimes.com
+MAINTAINER= billf@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PKGNAME}
+NTOPDISTFILE= ntop-1.1a3
+WRKSRC= ${WRKDIR}/${NTOPDISTFILE}
USE_AUTOCONF= yes
ALL_TARGET=
INSTALL_TARGET= install
-CFLAGS+= -D__dead=
MAN8= ntop.8
-post-extract:
-
- ${CP} ${FILESDIR}/ethertype.h ${WRKSRC}
- ${CP} ${FILESDIR}/gnuc.h ${WRKSRC}
+post-patch:
+ @cd ${WRKDIR}/libpcap-0.4/; ./configure; make
post-install:
strip ${PREFIX}/sbin/ntop
diff --git a/net/ntop/distinfo b/net/ntop/distinfo
index fc65cf691823..5c89afef05b6 100644
--- a/net/ntop/distinfo
+++ b/net/ntop/distinfo
@@ -1 +1,2 @@
-MD5 (ntop-1.0.src.tar.gz) = 25ad6dc31771e96ceacb0cd824f20d1c
+MD5 (libpcap-0.4.tar.Z) = 3e0025a24218d327b152075c70a578e9
+MD5 (ntop-1.1a3.tar.gz) = 60ff834a89f1dbecb1bd377d8a168fd6
diff --git a/net/ntop/pkg-comment b/net/ntop/pkg-comment
index c69b9405a136..cb64979d0d1d 100644
--- a/net/ntop/pkg-comment
+++ b/net/ntop/pkg-comment
@@ -1 +1 @@
-shows the network usage, with an interface similar to top(1)
+shows network usage with an interface similar to top(1)
diff --git a/net/ntop/pkg-descr b/net/ntop/pkg-descr
index 2bc6a91e8e92..d1e4953c2a2e 100644
--- a/net/ntop/pkg-descr
+++ b/net/ntop/pkg-descr
@@ -1,6 +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.
+ntop is a tool that shows the network usage, similar to what the popular
+top(1) Unix command does. ntop is based on libpcap.
http://jake.unipi.it/~deri/ntop/
-Bill Fumerola <billf@chc-chimes.com>
+Bill Fumerola <billf@FreeBSD.org>