diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-01-06 05:16:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-01-06 05:16:59 +0000 |
commit | f40467360ebc5d7232163f9712c103740a4bc6c0 (patch) | |
tree | 6fd0d875e7eedfddbe631cc9e1af989b18da204c /net/pload | |
parent | 979ab8073c9db21da906b960fc15cbb23ab82d26 (diff) | |
download | pkgsrc-f40467360ebc5d7232163f9712c103740a4bc6c0.tar.gz |
PPP monitor for X11 monitoring totals and current in/out rates.
Diffstat (limited to 'net/pload')
-rw-r--r-- | net/pload/Makefile | 15 | ||||
-rw-r--r-- | net/pload/files/md5 | 3 | ||||
-rw-r--r-- | net/pload/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/pload/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/pload/pkg/PLIST | 3 |
5 files changed, 28 insertions, 0 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile new file mode 100644 index 00000000000..5990ce004f6 --- /dev/null +++ b/net/pload/Makefile @@ -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" diff --git a/net/pload/files/md5 b/net/pload/files/md5 new file mode 100644 index 00000000000..d8f4657e11c --- /dev/null +++ b/net/pload/files/md5 @@ -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 diff --git a/net/pload/pkg/COMMENT b/net/pload/pkg/COMMENT new file mode 100644 index 00000000000..4fdea53525e --- /dev/null +++ b/net/pload/pkg/COMMENT @@ -0,0 +1 @@ +PPP monitor for X11 monitoring totals and current in/out rates. diff --git a/net/pload/pkg/DESCR b/net/pload/pkg/DESCR new file mode 100644 index 00000000000..985929fef96 --- /dev/null +++ b/net/pload/pkg/DESCR @@ -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. diff --git a/net/pload/pkg/PLIST b/net/pload/pkg/PLIST new file mode 100644 index 00000000000..de4a6ea1cf3 --- /dev/null +++ b/net/pload/pkg/PLIST @@ -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 |