summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-18 01:07:56 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-18 01:07:56 +0000
commit6698537e465e449618716e8977f1e8675642e1fc (patch)
tree28151f113a83ab95ca674631acaf967d47f39390 /sysutils
parent5c90d935a263b49a9081fe869bbbc6e7edda1b3a (diff)
downloadpkgsrc-6698537e465e449618716e8977f1e8675642e1fc.tar.gz
Add man-page for bbsload, provided by Emanuele Rocca
(emarocca at libero dot it).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bbsload/Makefile5
-rw-r--r--sysutils/bbsload/PLIST3
-rw-r--r--sysutils/bbsload/distinfo3
-rw-r--r--sysutils/bbsload/patches/patch-ac78
4 files changed, 86 insertions, 3 deletions
diff --git a/sysutils/bbsload/Makefile b/sysutils/bbsload/Makefile
index 38261b742e0..8a5be182b52 100644
--- a/sysutils/bbsload/Makefile
+++ b/sysutils/bbsload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/25 21:50:55 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/18 01:07:56 jschauma Exp $
#
DISTNAME= bbsload-0.2.5
@@ -13,4 +13,7 @@ GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_X11BASE= YES
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/bbsload.1 ${PREFIX}/man/man1/bbsload.1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/bbsload/PLIST b/sysutils/bbsload/PLIST
index bce9a32e990..eaf7cc1f2f5 100644
--- a/sysutils/bbsload/PLIST
+++ b/sysutils/bbsload/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:43 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/03/18 01:07:56 jschauma Exp $
bin/bbsload
+man/man1/bbsload.1
share/bbtools/README.bbsload
share/bbtools/bbsload.bb
share/bbtools/bbsload.nobb
diff --git a/sysutils/bbsload/distinfo b/sysutils/bbsload/distinfo
index b31e451d948..8cd37ffc433 100644
--- a/sysutils/bbsload/distinfo
+++ b/sysutils/bbsload/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/16 21:49:27 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/03/18 01:07:56 jschauma Exp $
SHA1 (bbsload-0.2.5.tar.gz) = 4c4a023dd8ded57b959167e64877cc86c2709e52
Size (bbsload-0.2.5.tar.gz) = 79203 bytes
SHA1 (patch-aa) = 51a725db6d11831f48bf2896304569a584ce41ef
SHA1 (patch-ab) = 3a14f1b186939e75a74468f481583d49a2a30b4e
+SHA1 (patch-ac) = 476ca12d419d2057ce256d0dcbcf262883f86bed
diff --git a/sysutils/bbsload/patches/patch-ac b/sysutils/bbsload/patches/patch-ac
new file mode 100644
index 00000000000..525a96e1edb
--- /dev/null
+++ b/sysutils/bbsload/patches/patch-ac
@@ -0,0 +1,78 @@
+$NetBSD: patch-ac,v 1.1 2003/03/18 01:07:57 jschauma Exp $
+
+--- /dev/null Mon Mar 17 19:52:07 2003
++++ bbsload.1 Mon Mar 17 19:53:44 2003
+@@ -0,0 +1,73 @@
++.TH BBSLOAD 1 "March 14, 2003" bbsload "bbtools"
++.SH NAME
++bbsload \- system load tool for Blackbox
++
++.SH SYNOPSIS
++.B bbsload
++[\fIOPTIONS\fR]
++
++.SH DESCRIPTION
++\fBbbsload\fR is a Blackbox tool to display your system load.
++
++It can show simple system bar graphs, including load averages for 1, 5 and 15
++minute periods, memory usage, swap usage, total system usage, as well as CPU
++loads for user, nice and system processes and idle time.
++
++.SH USAGE
++By default \fBbbsload\fR reads the Blackbox style-file as defined in
++\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The
++result is an application which looks a lot like the toolbar.
++
++The \fI-geometry\fR is given as +x+y or -x-y (or combination)
++where -x-y is the (x,y) distance of the right bottom of screen
++to the right bottom of \fBbbsload\fR.
++
++So \fI-geometry -0-0\fR puts the application in the lower right corner of the
++screen.
++
++.SH OPTIONS
++A summary of the options supported by \fBbbsload\fR is included below.
++
++.TP
++\fB\-display\fR \fIdisplay name\fR
++X server to connect to
++.TP
++\fB\-c[onfig]\fR \fIfilename\fR
++use alternate config file
++.TP
++.B \-d[ecorated]
++Show 'normal' decorated window
++.TP
++\fB\-geom[etry]\fR \fIgeometry\fR
++Set geometry of window
++.TP
++\fB\-h[elp]\fR
++Show summary of options and exit.
++.TP
++\fB\-n[obb]\fR
++fall back on default configuration
++.TP
++\fB\-s[hape]\fR
++Don't display groundplate
++.TP
++\fB\-v[ersion]\fR
++Display version number
++.TP
++\fB\-w[ithdrawn]\fR
++Place bbtool in the Slit
++
++.SH FILES
++Default: \fI$datadir=/usr/local/share/\fR
++.br
++.SS "Under Blackbox"
++.nf
++\fI$datadir/bbtools/bbsload.bb\fR the global configuration file
++\fI$HOME/.bbtools/bbsload.bb\fR a local configuration file
++
++.SS "Under other Window managers"
++.nf
++\fI$datadir/bbtools/bbsload.nobb\fR the global configuration file
++\fI$HOME/.bbtools/bbsload.nobb\fR a local configuration file
++
++.SH AUTHOR
++This manual page was written by Emanuele Rocca <emarocca@libero.it>, for the Debian GNU/Linux system (but may be used by others).