diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-12-03 11:06:34 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-12-03 11:06:34 +0000 |
commit | 38b41ed2395925ba42979421ee118bd9ac0a3e32 (patch) | |
tree | a4058f273620402fbb375fd9eea2db9f048be88c /net | |
parent | 3770e12c8da83bb7f781eca67bed2052d06eff8d (diff) | |
download | FreeBSD-ports-38b41ed2395925ba42979421ee118bd9ac0a3e32.zip FreeBSD-ports-38b41ed2395925ba42979421ee118bd9ac0a3e32.tar.gz |
A network bandwidth monitor intended for the WindowMaker dock.
PR: ports/7780
Submitted by: "Richard M. Neswold" <rneswold@drmemory.fnal.gov>
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnet/Makefile | 19 | ||||
-rw-r--r-- | net/wmnet/distinfo | 1 | ||||
-rw-r--r-- | net/wmnet/files/patch-aa | 20 | ||||
-rw-r--r-- | net/wmnet/pkg-comment | 1 | ||||
-rw-r--r-- | net/wmnet/pkg-descr | 14 | ||||
-rw-r--r-- | net/wmnet/pkg-plist | 1 |
6 files changed, 56 insertions, 0 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile new file mode 100644 index 0000000..bed6e81 --- /dev/null +++ b/net/wmnet/Makefile @@ -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> diff --git a/net/wmnet/distinfo b/net/wmnet/distinfo new file mode 100644 index 0000000..c41bd2a --- /dev/null +++ b/net/wmnet/distinfo @@ -0,0 +1 @@ +MD5 (wmnet-1.1.tar.gz) = 63abd338dfeb2eef55750f649511d906 diff --git a/net/wmnet/files/patch-aa b/net/wmnet/files/patch-aa new file mode 100644 index 0000000..19926e3 --- /dev/null +++ b/net/wmnet/files/patch-aa @@ -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 + diff --git a/net/wmnet/pkg-comment b/net/wmnet/pkg-comment new file mode 100644 index 0000000..fa1c6b4 --- /dev/null +++ b/net/wmnet/pkg-comment @@ -0,0 +1 @@ +A network bandwidth monitor intended for the WindowMaker dock. diff --git a/net/wmnet/pkg-descr b/net/wmnet/pkg-descr new file mode 100644 index 0000000..f36d1a3 --- /dev/null +++ b/net/wmnet/pkg-descr @@ -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 diff --git a/net/wmnet/pkg-plist b/net/wmnet/pkg-plist new file mode 100644 index 0000000..208cab0 --- /dev/null +++ b/net/wmnet/pkg-plist @@ -0,0 +1 @@ +bin/wmnet |