summaryrefslogtreecommitdiff
path: root/wm/bbpager
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-12-14 00:21:36 +0000
committerjschauma <jschauma@pkgsrc.org>2002-12-14 00:21:36 +0000
commite27c7784aceeecc730d77a5c6139bd0faa470de7 (patch)
treeaad52e5a4896d3f15f6f5ce76dd25d029ca18446 /wm/bbpager
parented6bead0b2258acfa38a79792d7e263b9ec7ed7f (diff)
downloadpkgsrc-e27c7784aceeecc730d77a5c6139bd0faa470de7.tar.gz
Add man-pages that I had sitting around (originally sent to the author, too)
While we're at it, update to version 0.3.1 Changes: fix compilation for gcc-3.0 and up
Diffstat (limited to 'wm/bbpager')
-rw-r--r--wm/bbpager/Makefile8
-rw-r--r--wm/bbpager/PLIST4
-rw-r--r--wm/bbpager/distinfo8
-rw-r--r--wm/bbpager/patches/patch-aa89
-rw-r--r--wm/bbpager/patches/patch-ab56
5 files changed, 159 insertions, 6 deletions
diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile
index bfec0bc590f..705894e9013 100644
--- a/wm/bbpager/Makefile
+++ b/wm/bbpager/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/08/25 21:51:27 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/14 00:21:36 jschauma Exp $
#
-DISTNAME= bbpager-0.3.0
+DISTNAME= bbpager-0.3.1
CATEGORIES= x11 wm
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/
@@ -13,4 +13,8 @@ GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_X11BASE= YES
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/bbpager.bb.5 ${PREFIX}/man/man5
+
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/bbpager/PLIST b/wm/bbpager/PLIST
index 8ccb567f35a..1a1f8700820 100644
--- a/wm/bbpager/PLIST
+++ b/wm/bbpager/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:47 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/14 00:21:36 jschauma Exp $
bin/bbpager
+man/man1/bbpager.1
+man/man5/bbpager.bb.5
share/bbtools/README.bbpager
share/bbtools/bbpager.bb
share/bbtools/bbpager.nobb
diff --git a/wm/bbpager/distinfo b/wm/bbpager/distinfo
index 639fab8b4ed..bf0cb6bea00 100644
--- a/wm/bbpager/distinfo
+++ b/wm/bbpager/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/03/14 15:14:40 wiz Exp $
+$NetBSD: distinfo,v 1.2 2002/12/14 00:21:36 jschauma Exp $
-SHA1 (bbpager-0.3.0.tar.gz) = 0bfbf4a84c7fd1e94833d95f0fd91cfd7baa2cfe
-Size (bbpager-0.3.0.tar.gz) = 80916 bytes
+SHA1 (bbpager-0.3.1.tar.gz) = a0a6708e7badb62d5e8cbbac276ccdc4eb109ea4
+Size (bbpager-0.3.1.tar.gz) = 81686 bytes
+SHA1 (patch-aa) = b82d730bb85d59df9cfc916865935b6f13988bc4
+SHA1 (patch-ab) = 0086f41b642bc8770d19995302701748823386c3
diff --git a/wm/bbpager/patches/patch-aa b/wm/bbpager/patches/patch-aa
new file mode 100644
index 00000000000..8b7f7cce882
--- /dev/null
+++ b/wm/bbpager/patches/patch-aa
@@ -0,0 +1,89 @@
+$NetBSD: patch-aa,v 1.1 2002/12/14 00:21:37 jschauma Exp $
+
+--- /dev/null Fri Dec 13 18:13:40 2002
++++ bbpager.1 Fri Dec 13 19:13:48 2002
+@@ -0,0 +1,84 @@
++.TH BBPAGER 1 "August 08, 2001" bbpager "bbtools"
++.SH NAME
++bbpager \- a pager tool for Blackbox
++
++.SH SYNOPSIS
++.B bbpager
++[\fIOPTIONS\fR]
++
++.SH DESCRIPTION
++\fBbbpager\fR is a pager for Blackbox and other Window Managers.
++
++.SH USAGE
++By default \fBbbpager\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 \fBbbpager\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 \fBbbpager\fR is included below.
++
++.TP
++\fB\-c[onfig]\fR \fIfilename\fR
++use alternate config file
++.TP
++.B \-d[ecorated]
++Show 'normal' decorated window
++.TP
++\fB\-display\fR \fIdisplay name\fR
++X server to connect to
++.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/bbpager.bb\fR the global configuration file
++\fI$HOME/.bbtools/bbpager.bb\fR a local configuration file
++
++.SS "Under other Window managers"
++.nf
++\fI$datadir/bbtools/bbpager.nobb\fR the global configuration file
++\fI$HOME/.bbtools/bbpager.nobb\fR a local configuration file
++
++.SH VERSION
++0.3.1
++
++.SH BUGS
++- reports X-windows errors on certain windows
++.br
++- moving 'stick'ed windows to other workspace causes segfault
++.br
++- shaded windows don't show as such on the pager
++
++.SH "SEE ALSO"
++.BR bbpager.bb(5)
++
++.SH AUTHOR
++John Kennis <j.m.b.m.kennis@ele.tue.nl> - bbpager
++.br
++Jan Schaumann <jschauma@netmeister.org> - this man page
diff --git a/wm/bbpager/patches/patch-ab b/wm/bbpager/patches/patch-ab
new file mode 100644
index 00000000000..087d20af4d6
--- /dev/null
+++ b/wm/bbpager/patches/patch-ab
@@ -0,0 +1,56 @@
+$NetBSD: patch-ab,v 1.1 2002/12/14 00:21:37 jschauma Exp $
+
+--- /dev/null Fri Dec 13 18:13:40 2002
++++ bbpager.bb.5 Fri Dec 13 19:12:19 2002
+@@ -0,0 +1,51 @@
++.TH BBPAGER.BB 5 "August 08, 2001" bbpager.bb bbtools
++.SH NAME
++bbpager.bb \- bbpager configuration file
++
++.SH SYNOPSIS
++.B $HOME/.bbtools/bbpager.bb
++
++.SH DESCRIPTION
++By default \fBbbpager\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.
++
++.SS "Reconfigure bbpager"
++If the resource \fIbbpager.autoConfig\fR is set to \fItrue\fR the tool will
++periodically check if the main config files, \fI$HOME/.blackboxrc\fR for
++Blackbox users and the file specified in \fI$HOME/.bbtoolsrc\fR for other WM's
++to see if they have changed. If so \fBbbpager\fR will reconfigure.
++
++.SS "Copying the look of the Blackbox toolbar"
++\fBbbpager\fR automatically copies the style of the blackbox toolbar. It
++copies:
++
++.nr
++bevelWidth -> bbpager.bevelWidth
++.br
++toolbar -> bbpager.frame
++.br
++toolbar.label -> bbpager.label
++.br
++toolbar.color -> bbpager.frame.color
++.br
++toolbar.colorTo -> bbpager.frame.colorTo
++.br
++toolbar.label.color -> bbpager.label.color
++.br
++toolbar.label.colorTo -> bbpager.label.colorTo
++.br
++toolbar.textColor -> bbpager.textColor
++
++.SH WARNING
++If \fI$HOME/.bbtoolsrc\fR is defined \fBbbpager\fR won't copy the blackbox
++style.
++
++.SH "SEE ALSO"
++.BR bbpager(1)
++
++.SH AUTHOR
++.nr
++John Kennis <j.m.b.m.kennis@ele.tue.nl> - bbpager
++.br
++Jan Schaumann <jschauma@netmeister.org> - this man page