From owner-freebsd-ports Wed Apr 24 8:21:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7290237B404 for ; Wed, 24 Apr 2002 08:21:33 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3OFK1w46007; Wed, 24 Apr 2002 08:20:01 -0700 (PDT) (envelope-from gnats) Received: from sarajevo.idealx.com (sarajevo.idealx.com [213.41.87.90]) by hub.freebsd.org (Postfix) with ESMTP id E95F037B417 for ; 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 Reply-To: Olivier Tharan To: FreeBSD-gnats-submit@FreeBSD.org Cc: olive@oban.frmug.org X-Send-Pr-Version: 3.113 Subject: ports/37418: New port: nload, network load monitor on console Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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