summaryrefslogtreecommitdiff
path: root/net/wmnet
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-03 11:06:34 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-03 11:06:34 +0000
commit720ee006862097612eb010c9a0ab17ab4e63c161 (patch)
tree66473de65e495cf008527acbca9436a7f4c0eff2 /net/wmnet
parentActivate wmnet. (diff)
A network bandwidth monitor intended for the WindowMaker dock.
PR: ports/7780 Submitted by: "Richard M. Neswold" <rneswold@drmemory.fnal.gov>
Notes
Notes: svn path=/head/; revision=15091
Diffstat (limited to 'net/wmnet')
-rw-r--r--net/wmnet/Makefile19
-rw-r--r--net/wmnet/distinfo1
-rw-r--r--net/wmnet/files/patch-aa20
-rw-r--r--net/wmnet/pkg-comment1
-rw-r--r--net/wmnet/pkg-descr14
-rw-r--r--net/wmnet/pkg-plist1
6 files changed, 56 insertions, 0 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
new file mode 100644
index 000000000000..bed6e81080f2
--- /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 000000000000..c41bd2af1105
--- /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 000000000000..19926e3b9dbd
--- /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 000000000000..fa1c6b4b6e7c
--- /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 000000000000..f36d1a3e25bb
--- /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 000000000000..208cab01d8a4
--- /dev/null
+++ b/net/wmnet/pkg-plist
@@ -0,0 +1 @@
+bin/wmnet