From owner-freebsd-ports Sun Sep 20 22:00:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27070 for freebsd-ports-outgoing; Sun, 20 Sep 1998 22:00:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27050 for ; Sun, 20 Sep 1998 22:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA27902; Sun, 20 Sep 1998 22:00:01 -0700 (PDT) Date: Sun, 20 Sep 1998 22:00:01 -0700 (PDT) Message-Id: <199809210500.WAA27902@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: "Richard M. Neswold" Subject: Re: ports/7780: Adding port: WMnet -- Network Throughput Monitor Reply-To: "Richard M. Neswold" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7780; it has been noted by GNATS. From: "Richard M. Neswold" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/7780: Adding port: WMnet -- Network Throughput Monitor Date: Sun, 20 Sep 1998 23:57:24 -0500 I added a man page to the project and found (and corrected!) a bug in handling the -i command line option. The new shell archive for this port is below: --------------------------------------------------------------------------- # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wmnet X# Version required: 1.0 X# Date created: 18 September 1998 X# Whom: Rich Neswold X# X# $Id$ X# X XDISTNAME= wmnet-1.0 XCATEGORIES= net XMASTER_SITES= ftp://ftp.mcs.net/mcsnet.users/rneswold/ X XMAINTAINER= rneswold@mcs.net X XLIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm X XMAN1= wmnet.1 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (wmnet-1.0.tar.gz) = 8f8eb50d21edae868fc7c6a0953e49b8 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/wmnet END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA network bandwidth monitor intended for the WindowMaker dock. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis application displays the data rate through a given network Xinterface. It is intended to be run from the WindowMaker dock, Xbut others have run it under the fvwm and AfterStep window managers. X XInformation about this software can be found on my web page: X X http://www.mcs.net/~rneswold/www/home.shtml X XPlease report any problems or improvements to me. X X-- X XRich Neswold Xrneswold@mcs.net END-of-./pkg/DESCR exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message