diff options
author | billf <billf@FreeBSD.org> | 1998-11-17 21:36:14 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-17 21:36:14 +0000 |
commit | 6cfa4c1041000694e4a992d70a07e352d63057c0 (patch) | |
tree | 5258784875843a966fecd05c664ce5f45c4298d1 /net | |
parent | 0d9f8d72b289a2ead5a5138dd112f7b34f1a2ade (diff) | |
download | FreeBSD-ports-6cfa4c1041000694e4a992d70a07e352d63057c0.zip FreeBSD-ports-6cfa4c1041000694e4a992d70a07e352d63057c0.tar.gz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 25 | ||||
-rw-r--r-- | net/ntop/distinfo | 3 | ||||
-rw-r--r-- | net/ntop/pkg-comment | 2 | ||||
-rw-r--r-- | net/ntop/pkg-descr | 6 |
4 files changed, 19 insertions, 17 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 1f59643..39fed13 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 fc65cf6..5c89afe 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 c69b940..cb64979 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 2bc6a91..d1e4953 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> |