Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 17:07:54 +0200 (CEST)
From:      Olivier Tharan <olive@oban.frmug.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        olive@oban.frmug.org
Subject:   ports/37418: New port: nload, network load monitor on console
Message-ID:  <20020424150754.85A565911@hobbes.oban.frmug.org>

next in thread | raw e-mail | index | archive | help

>Number:         37418
>Category:       ports
>Synopsis:       New port: nload, network load monitor on console
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 24 08:20:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD hobbes.oban.frmug.org 4.5-STABLE FreeBSD 4.5-STABLE #3: Mon Apr 22 16:34:48 CEST 2002 root@hobbes.oban.frmug.org:/usr/obj/usr/src/sys/HOBBES i386


	
>Description:
	nload is a console network monitor. Not sure about the utility, so
	feel free not to include it if it is one too much.

	Below is a shar archive. The patch is minimal, and I hope future
	releases of the upstream software will have it patched already (author
	contacted).
>How-To-Repeat:
	There are not enough network monitors yet!
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./pkg-comment
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#	./files
#	./files/patch-aa
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XConsole application which monitors network traffic in real time
END-of-./pkg-comment
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for: nload
X# Date created:		24 April 2002
X# Whom:			Olivier Tharan <olive@oban.frmug.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nload
XPORTVERSION=	0.4.0
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	olive@oban.frmug.org
X
XGNU_CONFIGURE=	yes
X
XMAN1=		nload.1
XMANCOMPRESSED=	yes
X
Xpost-install:
X	strip ${PREFIX}/bin/nload
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (nload-0.4.0.tar.gz) = a2d3607263f9d63883b90c03a3b7b2b1
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThis is a port of nload.
X
Xnload is a console application which monitors network traffic and
Xbandwidth usage in real time. It visualizes the in- and outgoing
Xtraffic using two graphs and provides additionally info like total
Xamount of transfered data and min/max network usage.
X
XWWW: http://www.roland-riegel.de/nload/index_en.html
X
X- Olivier Tharan
Xolive@oban.frmug.org
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/nload
END-of-./pkg-plist
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-aa
sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa'
X--- Makefile.in.bak	Wed Apr 24 16:39:22 2002
X+++ Makefile.in	Wed Apr 24 16:39:27 2002
X@@ -357,7 +357,7 @@
X install:
X 	$(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1
X 	$(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1
X-	gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
X+	gzip -f $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
X 
X uninstall:
X 	rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz
END-of-./files/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020424150754.85A565911>