summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-07-05 13:10:50 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-07-05 13:10:50 +0000
commit3edb6e23f09924b314bf7f491909ab9da273200b (patch)
tree011c0b44254cafa07fefd24872fc2d9d651fd1c8 /sysutils
parentAs threatened on freebsd-ports: all startup scripts know about the two (diff)
Xwipower is the wave power level meter for wi(4). It also has a battry
level meter on your notebook computer. WWW: http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/
Notes
Notes: svn path=/head/; revision=30230
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xwipower/Makefile20
-rw-r--r--sysutils/xwipower/distinfo1
-rw-r--r--sysutils/xwipower/files/patch-aa25
-rw-r--r--sysutils/xwipower/pkg-comment1
-rw-r--r--sysutils/xwipower/pkg-descr7
-rw-r--r--sysutils/xwipower/pkg-plist2
6 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile
new file mode 100644
index 000000000000..84a79fa5f247
--- /dev/null
+++ b/sysutils/xwipower/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xwipower
+# Date created: 05 July 2000
+# Whom: sumikawa
+#
+# $FreeBSD$
+#
+
+PORTNAME= xwipower
+PORTVERSION= 20000623
+CATEGORIES= sysutils
+MASTER_SITES= http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= sumikawa@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/xwipower
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/xwipower/distinfo b/sysutils/xwipower/distinfo
new file mode 100644
index 000000000000..a1857cbd6e31
--- /dev/null
+++ b/sysutils/xwipower/distinfo
@@ -0,0 +1 @@
+MD5 (xwipower-20000623.tgz) = 40217ec8637f33a2dc226e090c2ecb9e
diff --git a/sysutils/xwipower/files/patch-aa b/sysutils/xwipower/files/patch-aa
new file mode 100644
index 000000000000..fd11ee2af56d
--- /dev/null
+++ b/sysutils/xwipower/files/patch-aa
@@ -0,0 +1,25 @@
+--- xwipower.c~ Wed Jul 5 21:08:34 2000
++++ xwipower.c Wed Jul 5 21:13:11 2000
+@@ -93,7 +93,7 @@
+
+ Widget toplevel;
+ Widget base, strip_chart_obj;
+-char *iface = NULL;
++char *iface = "wi0";
+
+
+ unsigned long MyColor(display, color)
+@@ -223,10 +223,10 @@
+ static void usage(app)
+ char *app;
+ {
+- fprintf(stderr, "usage: %s -i iface [-gd]\n", app);
++ fprintf(stderr, "usage: %s [-i iface] [-gd]\n", app);
+ fprintf(stderr, "\tQuality of 802.11b-DS radio wave viewer.\n", app);
+- fprintf(stderr, "\t%s -i iface -c Chart mode\n", app);
+- fprintf(stderr, "\t%s -i iface -a Antena mode\n\n", app);
++ fprintf(stderr, "\t%s [-i iface] -c Chart mode\n", app);
++ fprintf(stderr, "\t%s [-i iface] -a Antena mode\n\n", app);
+ exit(1);
+ }
+
diff --git a/sysutils/xwipower/pkg-comment b/sysutils/xwipower/pkg-comment
new file mode 100644
index 000000000000..073bb04e795a
--- /dev/null
+++ b/sysutils/xwipower/pkg-comment
@@ -0,0 +1 @@
+Wave power level meter for wi(4)
diff --git a/sysutils/xwipower/pkg-descr b/sysutils/xwipower/pkg-descr
new file mode 100644
index 000000000000..9895536d228d
--- /dev/null
+++ b/sysutils/xwipower/pkg-descr
@@ -0,0 +1,7 @@
+Xwipower is the wave power level meter for wi(4). It also has a battry
+level meter on your notebook computer.
+
+WWW: http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/
+
+---
+sumikawa@FreeBSD.org
diff --git a/sysutils/xwipower/pkg-plist b/sysutils/xwipower/pkg-plist
new file mode 100644
index 000000000000..3e89361b9431
--- /dev/null
+++ b/sysutils/xwipower/pkg-plist
@@ -0,0 +1,2 @@
+bin/xwipower
+lib/X11/app-defaults/Xwipower