diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-08 16:19:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-08 16:19:37 +0000 |
commit | 1a40e8cf336171cc80832e42f31f4aa163440215 (patch) | |
tree | 1f66e9467338d496636028a0557857d28e79a312 /net/wimon | |
parent | 74492f15225ac8d35fc9bc1fd7275fedd14b02e0 (diff) | |
download | pkgsrc-1a40e8cf336171cc80832e42f31f4aa163440215.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/DESCR | 3 | ||||
-rw-r--r-- | net/wimon/Makefile | 25 | ||||
-rw-r--r-- | net/wimon/PLIST | 2 | ||||
-rw-r--r-- | net/wimon/distinfo | 4 |
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 |