From f40467360ebc5d7232163f9712c103740a4bc6c0 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 6 Jan 1999 05:16:59 +0000 Subject: PPP monitor for X11 monitoring totals and current in/out rates. --- net/pload/Makefile | 15 +++++++++++++++ net/pload/files/md5 | 3 +++ net/pload/pkg/COMMENT | 1 + net/pload/pkg/DESCR | 6 ++++++ net/pload/pkg/PLIST | 3 +++ 5 files changed, 28 insertions(+) create mode 100644 net/pload/Makefile create mode 100644 net/pload/files/md5 create mode 100644 net/pload/pkg/COMMENT create mode 100644 net/pload/pkg/DESCR create mode 100644 net/pload/pkg/PLIST (limited to 'net/pload') 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 -- cgit v1.2.3