A network bandwidth monitor intended for the WindowMaker dock.

PR:		ports/7780
Submitted by:	"Richard M. Neswold" <rneswold@drmemory.fnal.gov>
This commit is contained in:
Jun Kuriyama 1998-12-03 11:06:34 +00:00
parent 5e510f386e
commit 720ee00686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15091
6 changed files with 56 additions and 0 deletions

19
net/wmnet/Makefile Normal file
View file

@ -0,0 +1,19 @@
# New ports collection makefile for: wmnet
# Version required: 1.1
# Date created: 24 November 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $Id$
#
DISTNAME= wmnet-1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.mcs.net/mcsnet.users/rneswold/
MAINTAINER= rneswold@mcs.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
MAN1= wmnet.1
.include <bsd.port.mk>

1
net/wmnet/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (wmnet-1.1.tar.gz) = 63abd338dfeb2eef55750f649511d906

20
net/wmnet/files/patch-aa Normal file
View file

@ -0,0 +1,20 @@
--- Makefile.orig Sat Sep 19 02:58:38 1998
+++ Makefile Thu Dec 3 01:04:50 1998
@@ -9,14 +9,15 @@
LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
LIBS = -lXpm -lXext -lX11 -lkvm
OBJS = main.o if.o wmgeneral.o
+INCDIR = -I${X11BASE}/include
.c.o :
- cc -c -g -O1 -Wall $< -o $*.o
+ cc -c -g -O1 -Wall ${INCDIR} $< -o $*.o
all :: wmnet
wmnet : $(OBJS)
- cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS)
+ cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS) ${INCDIR}
main.o : wmnet-mask.xbm wmnet-master.xpm wmnet.h wmgeneral.h

1
net/wmnet/pkg-comment Normal file
View file

@ -0,0 +1 @@
A network bandwidth monitor intended for the WindowMaker dock.

14
net/wmnet/pkg-descr Normal file
View file

@ -0,0 +1,14 @@
This application displays the data rate through a given network
interface. It is intended to be run from the WindowMaker dock,
but others have run it under the fvwm and AfterStep window managers.
Information about this software can be found on my web page:
http://www.mcs.net/~rneswold/www/home.shtml
Please report any problems or improvements to me.
--
Rich Neswold
rneswold@mcs.net

1
net/wmnet/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/wmnet