From olivier.tharan@idealx.com  Wed Apr 24 08:12:20 2002
Return-Path: <olivier.tharan@idealx.com>
Received: from sarajevo.idealx.com (sarajevo.idealx.com [213.41.87.90])
	by hub.freebsd.org (Postfix) with ESMTP id E95F037B417
	for <freebsd-gnats-submit@freebsd.org>; Wed, 24 Apr 2002 08:12:16 -0700 (PDT)
Received: from hobbes.UUCP (uucp@localhost)
	by sarajevo.idealx.com (8.10.1/8.10.1) with UUCP id g3OFA8Y25937;
	Wed, 24 Apr 2002 17:10:08 +0200 (CEST)
Received: by hobbes.oban.frmug.org (Postfix, from userid 1001)
	id 85A565911; Wed, 24 Apr 2002 17:07:54 +0200 (CEST)
Message-Id: <20020424150754.85A565911@hobbes.oban.frmug.org>
Date: Wed, 24 Apr 2002 17:07:54 +0200 (CEST)
From: Olivier Tharan <olive@oban.frmug.org>
Reply-To: Olivier Tharan <olive@oban.frmug.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: olive@oban.frmug.org
Subject: New port: nload, network load monitor on console
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37418
>Category:       ports
>Synopsis:       New port: nload, network load monitor on console
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 24 08:20:00 PDT 2002
>Closed-Date:    Mon Jul 15 14:35:09 PDT 2002
>Last-Modified:  Mon Jul 15 14:35:09 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: roberto 
State-Changed-When: Mon Jul 15 14:34:50 PDT 2002 
State-Changed-Why:  
Port committed, thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37418 
>Unformatted:
