Windowmaker dockapp to display network interface usage.
Similar in style to wmcpuload and wmmemmon. Thanks JP!
This commit is contained in:
parent
7a4de04dad
commit
e87b00c3f3
4 changed files with 27 additions and 0 deletions
3
wmnetload/DESCR
Normal file
3
wmnetload/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
A windowmaker dockapp to monitor network interface usage. Similar in style to
|
||||
wmcpuload and wmmemmon. Works under other window managers such as fluxbox and
|
||||
blackbox.
|
18
wmnetload/Makefile
Normal file
18
wmnetload/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/03 16:48:54 amadeus_z Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wmnetload-1.0
|
||||
CATEGORIES= x11 sysutils
|
||||
MASTER_SITES= http://dockapps.org/files/78/116/
|
||||
|
||||
MAINTAINER= poff@sixbit.org
|
||||
COMMENT= Windowmaker dockapp to monitor network interface usage
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-libs-from=${PREFIX}/lib
|
||||
|
||||
.include "../../devel/libdockapp/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
wmnetload/PLIST
Normal file
2
wmnetload/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/03 16:48:54 amadeus_z Exp $
|
||||
bin/wmnetload
|
4
wmnetload/distinfo
Normal file
4
wmnetload/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/08/03 16:48:54 amadeus_z Exp $
|
||||
|
||||
SHA1 (wmnetload-1.0.tar.gz) = 6d82121d4d227826c731e3980959d92b493b9d6a
|
||||
Size (wmnetload-1.0.tar.gz) = 75028 bytes
|
Loading…
Reference in a new issue