PPP monitor for X11 monitoring totals and current in/out rates.
This commit is contained in:
parent
979ab8073c
commit
f40467360e
5 changed files with 28 additions and 0 deletions
15
net/pload/Makefile
Normal file
15
net/pload/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 1999/01/06 05:16:59 hubertf Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= pload-0.9.1
|
||||||
|
CATEGORIES= net x11
|
||||||
|
MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
|
||||||
|
|
||||||
|
MAINTAINER= hubertf@netbsd.org
|
||||||
|
HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
|
||||||
|
|
||||||
|
HAS_CONFIGURE= YES
|
||||||
|
USE_X11= YES
|
||||||
|
INSTALL_TARGET= install install.man
|
||||||
|
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
net/pload/files/md5
Normal file
3
net/pload/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
$NetBSD: md5,v 1.1.1.1 1999/01/06 05:16:59 hubertf Exp $
|
||||||
|
|
||||||
|
MD5 (pload-0.9.1.tar.gz) = ac644c39b18b8708fec3abbc5f2f19ce
|
1
net/pload/pkg/COMMENT
Normal file
1
net/pload/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
||||||
|
PPP monitor for X11 monitoring totals and current in/out rates.
|
6
net/pload/pkg/DESCR
Normal file
6
net/pload/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Pload is a program to monitor ppp network device statistics. It
|
||||||
|
graphs information using Athena stripchart widgets.
|
||||||
|
|
||||||
|
Pload shows totals and current rates for a given ppp interface. It
|
||||||
|
is customizable to show only receive data or only send data also.
|
||||||
|
Additional customization can be accomplished using X resources.
|
3
net/pload/pkg/PLIST
Normal file
3
net/pload/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/06 05:17:00 hubertf Exp $
|
||||||
|
bin/pload
|
||||||
|
man/cat1/pload.0
|
Loading…
Reference in a new issue