summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/iftop/Makefile27
-rw-r--r--net-mgmt/iftop/pkg-descr13
2 files changed, 24 insertions, 16 deletions
diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile
index 62215f0eb3f3..14c9ea29c156 100644
--- a/net-mgmt/iftop/Makefile
+++ b/net-mgmt/iftop/Makefile
@@ -7,38 +7,37 @@
PORTNAME= iftop
PORTVERSION= 0.16
+PORTREVISION= 1
CATEGORIES= net-mgmt
-MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ \
- http://voodoo.oberon.net/
+MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Network utility for real-time bandwidth usage information
+MAINTAINER= vd@datamax.bg
+COMMENT= Display bandwidth usage on an interface by host
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --with-resolver=netdb_1thread
USE_REINPLACE= yes
MAN8= iftop.8
+.if !defined(NOPORTDOCS)
PORTDOCS= README
+.endif
PLIST_FILES= bin/iftop
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MAN8PREFIX}/man/man8
post-install:
-.ifndef (NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for i in README
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/iftop/pkg-descr b/net-mgmt/iftop/pkg-descr
index 768905ed87a4..c2f0728e85e0 100644
--- a/net-mgmt/iftop/pkg-descr
+++ b/net-mgmt/iftop/pkg-descr
@@ -1,4 +1,13 @@
-iftop provides real-time bandwidth usage information on a
-specified interface, listed by host pairs.
+iftop listens to network traffic on a named interface, or
+on the first interface it can find which looks like an
+external interface if none is specified, and displays a
+table of current bandwidth usage by pairs of hosts. iftop
+must be run with sufficient permissions to monitor all
+network traffic on the interface; see pcap(3) for more
+information, but on most systems this means that it must
+be run as root.
WWW: http://www.ex-parrot.com/~pdw/iftop/
+
+- Vasil Dimov
+vd@datamax.bg