diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-15 21:31:06 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-15 21:31:06 +0000 |
commit | 04371ceaeffc696e9dfbab713250a11a05fc5cec (patch) | |
tree | 3bab6b5d2daa920e1307cb6d97f8275e26b3953e /net/nload | |
parent | 6b7a332ae7bd66c9e39226625cefe1bcbb5cafe9 (diff) | |
download | ports-04371ceaeffc696e9dfbab713250a11a05fc5cec.tar.gz ports-04371ceaeffc696e9dfbab713250a11a05fc5cec.zip |
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>
Notes
Notes:
svn path=/head/; revision=63034
Diffstat (limited to 'net/nload')
-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 000000000000..be12a367d1ff --- /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 000000000000..30b296480075 --- /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 000000000000..fb3956723b1e --- /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 000000000000..57a3abb2861d --- /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 000000000000..7af31af02ae5 --- /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 000000000000..e62fe2d37a1e --- /dev/null +++ b/net/nload/pkg-plist @@ -0,0 +1 @@ +bin/nload |