diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-15 21:31:06 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-15 21:31:06 +0000 |
commit | 9f6e0c357478b402129e0f97abf9465db20501e3 (patch) | |
tree | 6ab68d1f4820f09b0cad743fb1257d5fb90fd9a7 /net | |
parent | 1235717954623468725405cc5ae7d00e4e2d6003 (diff) | |
download | FreeBSD-ports-9f6e0c357478b402129e0f97abf9465db20501e3.zip FreeBSD-ports-9f6e0c357478b402129e0f97abf9465db20501e3.tar.gz |
New port: net/nload.
nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing
traffic using two graphs and provides additionally info like total
amount of transfered data and min/max network usage.
WWW: http://www.roland-riegel.de/nload/index_en.html
PR: ports/37418
Submitted by: Olivier Tharan <olive@oban.frmug.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/nload/Makefile | 24 | ||||
-rw-r--r-- | net/nload/distinfo | 1 | ||||
-rw-r--r-- | net/nload/files/patch-aa | 11 | ||||
-rw-r--r-- | net/nload/pkg-comment | 1 | ||||
-rw-r--r-- | net/nload/pkg-descr | 11 | ||||
-rw-r--r-- | net/nload/pkg-plist | 1 |
6 files changed, 49 insertions, 0 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile new file mode 100644 index 0000000..be12a36 --- /dev/null +++ b/net/nload/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: nload +# Date created: 24 April 2002 +# Whom: Olivier Tharan <olive@oban.frmug.org> +# +# $FreeBSD$ +# + +PORTNAME= nload +PORTVERSION= 0.4.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= olive@oban.frmug.org + +GNU_CONFIGURE= yes + +MAN1= nload.1 +MANCOMPRESSED= yes + +post-install: + strip ${PREFIX}/bin/nload + +.include <bsd.port.mk> diff --git a/net/nload/distinfo b/net/nload/distinfo new file mode 100644 index 0000000..30b2964 --- /dev/null +++ b/net/nload/distinfo @@ -0,0 +1 @@ +MD5 (nload-0.4.0.tar.gz) = a2d3607263f9d63883b90c03a3b7b2b1 diff --git a/net/nload/files/patch-aa b/net/nload/files/patch-aa new file mode 100644 index 0000000..fb39567 --- /dev/null +++ b/net/nload/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.bak Wed Apr 24 16:39:22 2002 ++++ Makefile.in Wed Apr 24 16:39:27 2002 +@@ -357,7 +357,7 @@ + install: + $(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1 + $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1 +- gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1 ++ gzip -f $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1 + + uninstall: + rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz diff --git a/net/nload/pkg-comment b/net/nload/pkg-comment new file mode 100644 index 0000000..57a3abb --- /dev/null +++ b/net/nload/pkg-comment @@ -0,0 +1 @@ +Console application which monitors network traffic in real time diff --git a/net/nload/pkg-descr b/net/nload/pkg-descr new file mode 100644 index 0000000..7af31af --- /dev/null +++ b/net/nload/pkg-descr @@ -0,0 +1,11 @@ +This is a port of nload. + +nload is a console application which monitors network traffic and +bandwidth usage in real time. It visualizes the in- and outgoing +traffic using two graphs and provides additionally info like total +amount of transfered data and min/max network usage. + +WWW: http://www.roland-riegel.de/nload/index_en.html + +- Olivier Tharan +olive@oban.frmug.org diff --git a/net/nload/pkg-plist b/net/nload/pkg-plist new file mode 100644 index 0000000..e62fe2d --- /dev/null +++ b/net/nload/pkg-plist @@ -0,0 +1 @@ +bin/nload |