diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:52:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:52:47 +0000 |
commit | 67cb0e4ed2e710e305a492a61155104465f2b9f2 (patch) | |
tree | 8b6e89c325df4d7b8b35cf5aed2493a533cac118 /print/wmlpq/pkg-descr | |
parent | bb8b021e51c49dc5abd9c24ca914766520641026 (diff) | |
download | ports-67cb0e4ed2e710e305a492a61155104465f2b9f2.tar.gz ports-67cb0e4ed2e710e305a492a61155104465f2b9f2.zip |
Notes
Diffstat (limited to 'print/wmlpq/pkg-descr')
-rw-r--r-- | print/wmlpq/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/wmlpq/pkg-descr b/print/wmlpq/pkg-descr new file mode 100644 index 000000000000..9366c3a7b5e1 --- /dev/null +++ b/print/wmlpq/pkg-descr @@ -0,0 +1,18 @@ +wmlpq is a Windowmaker dockapp which monitors up to 5 printqueues, +allowing you to see when your print job has finally been printed. +This is useful when you work in a networked environment with several +printers available, which are not in the same room; or (in some +cases) the same country, and is easier than typing lpq every 30 +seconds. + +Currently it requires that you are running a print server that can +emulate either BSD lpd or SysV lpsched. Experimental support for +cups and pdq is now included. It will display 8 LEDs for each of +up to 5 different printqueues; jobs are shown as green LEDs if +owned by you, red if owned by somebody else, and they move to the +left as they move up the queue. + +WWW: http://www.ur.uklinux.net/wmlpq/ +Author: Toby White <tow@theor.ch.cam.ac.uk> + +- Patrick Li <pat@databits.net> |