From owner-freebsd-ports Sat Sep 8 3:50:18 2001 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 B19C737B406 for ; Sat, 8 Sep 2001 03:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Ao1x46355; Sat, 8 Sep 2001 03:50:01 -0700 (PDT) (envelope-from gnats) Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.53]) by hub.freebsd.org (Postfix) with ESMTP id 8454337B403 for ; Sat, 8 Sep 2001 03:43:32 -0700 (PDT) Received: from libero.it (151.33.123.114) by smtp3.libero.it (5.5.025) id 3B8D24DB0026F01D for FreeBSD-gnats-submit@freebsd.org; Sat, 8 Sep 2001 12:43:31 +0200 Received: (from flag@localhost) by libero.it (8.11.4/8.11.3) id f88AjBR01982; Sat, 8 Sep 2001 12:45:11 +0200 (CEST) (envelope-from flag) Message-Id: <200109081045.f88AjBR01982@libero.it> Date: Sat, 8 Sep 2001 12:45:11 +0200 (CEST) From: Flag Reply-To: Flag To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30432: New port: wmnet2-1.06 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: 30432 >Category: ports >Synopsis: New port: wmnet2-1.06 >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: Sat Sep 08 03:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Flag >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD newluxor.skynet.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 11 00:10:49 CEST 2001 flag@newluxor.skynet.org:/usr/obj/usr/src/sys/NEWLUXOR i386 x86 FreeBSD4.3 >Description: >How-To-Repeat: >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: # # wmnet2 # wmnet2/distinfo # wmnet2/Makefile # wmnet2/pkg-descr # wmnet2/pkg-comment # wmnet2/pkg-plist # wmnet2/files # wmnet2/files/patch-aa # echo c - wmnet2 mkdir -p wmnet2 > /dev/null 2>&1 echo x - wmnet2/distinfo sed 's/^X//' >wmnet2/distinfo << 'END-of-wmnet2/distinfo' XMD5 (wmnet-1.06.tar.gz) = 64e74c37c0cb5fd4fb81cfb0f5c4a264 END-of-wmnet2/distinfo echo x - wmnet2/Makefile sed 's/^X//' >wmnet2/Makefile << 'END-of-wmnet2/Makefile' X# New ports collection makefile for: wmnet2 X# Date created: 7 September 2001 X# Whom: Paolo Pisati (Flag) X# X# $FreeBSD$ X# X XPORTNAME= wmnet2 XPORTVERSION= 1.06 XCATEGORIES= net XMASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/ XDISTNAME= wmnet-1.06 X XMAINTAINER= flag@libero.it X XMAN1= wmnet.1 XUSE_IMAKE= yes X X.include END-of-wmnet2/Makefile echo x - wmnet2/pkg-descr sed 's/^X//' >wmnet2/pkg-descr << 'END-of-wmnet2/pkg-descr' X XThis little program polls network statistics and does a few things with Xthe data it gets. It has small blinking lights for the rx and tx of IP Xpackets, a digital speedometer of your polled stat's current Xspeed and a bar graph like xload et. al which has a Xtx speed graph from bottom-up and rx speed graph from the top-down. XThe speedometer keeps track of the current speed per second and shows Xit in a color corresponding to which of rx or tx that has the highest Xspeed at the moment. Also, the graph is drawn in a way that the highest Xspeed is drawn on top of the other while the other is in the background. X XWWW: http://http://www.digitalkaos.net/linux/wmnet/ X X- Paolo Xflag@libero.it END-of-wmnet2/pkg-descr echo x - wmnet2/pkg-comment sed 's/^X//' >wmnet2/pkg-comment << 'END-of-wmnet2/pkg-comment' XCool network monitor for WindowMaker END-of-wmnet2/pkg-comment echo x - wmnet2/pkg-plist sed 's/^X//' >wmnet2/pkg-plist << 'END-of-wmnet2/pkg-plist' Xbin/wmnet END-of-wmnet2/pkg-plist echo c - wmnet2/files mkdir -p wmnet2/files > /dev/null 2>&1 echo x - wmnet2/files/patch-aa sed 's/^X//' >wmnet2/files/patch-aa << 'END-of-wmnet2/files/patch-aa' X*** drivers.c.orig Fri Sep 7 16:39:23 2001 X--- drivers.c Fri Jun 29 23:21:52 2001 X*************** X*** 15,20 **** X--- 15,21 ---- X #include X #include X #include X+ #include X #include X #include X #include X*************** X*** 24,29 **** X--- 25,32 ---- X /* For FreeBSD */ X #ifdef USE_KVM X #include X+ #include X+ #include X #include X #include X X*************** X*** 490,496 **** X #ifdef __OpenBSD__ X ifnet_addr = (unsigned long)ifnet->if_list.tqe_next; X #else X! ifnet_addr = (unsigned long)ifnet->if_next; X #endif X } X } X--- 493,500 ---- X #ifdef __OpenBSD__ X ifnet_addr = (unsigned long)ifnet->if_list.tqe_next; X #else X! //ifnet_addr = (unsigned long)ifnet->if_next; X! ifnet_addr = (unsigned long) TAILQ_NEXT(ifnet,if_link); X #endif X } X } END-of-wmnet2/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