summaryrefslogtreecommitdiff
path: root/net/wimon
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-08 16:19:37 +0000
committerxtraeme <xtraeme>2004-07-08 16:19:37 +0000
commit8b1446d59476515b3b621929edfbd042dbfde98a (patch)
tree1f66e9467338d496636028a0557857d28e79a312 /net/wimon
parentfbb692dc9417fb727552eff40a608eae21c33f06 (diff)
downloadpkgsrc-8b1446d59476515b3b621929edfbd042dbfde98a.tar.gz
Initial import of wimon-0.2.
wimon is a curses tool that shows a real-time graph of your wireless connection status. It is based on Bill Paul's wiconfig. It runs on NetBSD, FreeBSD and OpenBSD.
Diffstat (limited to 'net/wimon')
-rw-r--r--net/wimon/DESCR3
-rw-r--r--net/wimon/Makefile25
-rw-r--r--net/wimon/PLIST2
-rw-r--r--net/wimon/distinfo4
4 files changed, 34 insertions, 0 deletions
diff --git a/net/wimon/DESCR b/net/wimon/DESCR
new file mode 100644
index 00000000000..1587a5b4199
--- /dev/null
+++ b/net/wimon/DESCR
@@ -0,0 +1,3 @@
+wimon is a curses tool that shows a real-time graph of your wireless
+connection status. It is based on Bill Paul's wiconfig.
+It runs on NetBSD, FreeBSD and OpenBSD.
diff --git a/net/wimon/Makefile b/net/wimon/Makefile
new file mode 100644
index 00000000000..8eb617198eb
--- /dev/null
+++ b/net/wimon/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+#
+
+DISTNAME= wimon-0.2
+CATEGORIES= net
+MASTER_SITES= http://imil.net/wimon/
+
+MAINTAINER= imil@gcu.info
+HOMEPAGE= http://imil.net/wimon/
+COMMENT= Tool that shows a real-time graph of your wireless connection
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
+
+WRKSRC= ${WRKDIR}/wimon
+USE_BUILDLINK3= yes
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wimon ${PREFIX}/bin
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/wimon/PLIST b/net/wimon/PLIST
new file mode 100644
index 00000000000..43ef0ce9b3b
--- /dev/null
+++ b/net/wimon/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+bin/wimon
diff --git a/net/wimon/distinfo b/net/wimon/distinfo
new file mode 100644
index 00000000000..f4d704edce7
--- /dev/null
+++ b/net/wimon/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+
+SHA1 (wimon-0.2.tar.gz) = 67f19e3cddfa856e7bb5ec480f133791147638b7
+Size (wimon-0.2.tar.gz) = 5605 bytes