pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wimon Initial import of wimon-0.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc94f527aa49
branches: trunk
changeset: 477754:cc94f527aa49
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Jul 08 16:19:37 2004 +0000
description:
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:
net/wimon/DESCR | 3 +++
net/wimon/Makefile | 25 +++++++++++++++++++++++++
net/wimon/PLIST | 2 ++
net/wimon/distinfo | 4 ++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 8d6027d03eaa -r cc94f527aa49 net/wimon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wimon/DESCR Thu Jul 08 16:19:37 2004 +0000
@@ -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 -r 8d6027d03eaa -r cc94f527aa49 net/wimon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wimon/Makefile Thu Jul 08 16:19:37 2004 +0000
@@ -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@localhost
+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 -r 8d6027d03eaa -r cc94f527aa49 net/wimon/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wimon/PLIST Thu Jul 08 16:19:37 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 16:19:37 xtraeme Exp $
+bin/wimon
diff -r 8d6027d03eaa -r cc94f527aa49 net/wimon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wimon/distinfo Thu Jul 08 16:19:37 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index