mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e4c6d6a9c6
PR: 11072 Submiited by: Mikhail Teterin <mi@aldan.algebra.com>
19 lines
939 B
Plaintext
19 lines
939 B
Plaintext
Send print jobs to lpd servers anywhere on a network. Does not require
|
|
lpd server to be listed in client's /etc/printcap, and is therefore
|
|
useful for printing from machines one does not have root access on.
|
|
|
|
This version has been completely redesigned and rewritten from the
|
|
ground up. the source code is oh-so-much-better than before. there are
|
|
also a number of user-visible changes:
|
|
|
|
. addition of new rlprm command
|
|
. new hooks for internationalization support
|
|
. build procedure now uses automake in addition to autoconf
|
|
. new --timeout option in case remote end dies
|
|
. new --send-data-first option to improve support for buggy lpd's
|
|
. now works with hp jetdirect printers
|
|
. shiny-new rlpr progress meter, useful for printing over slow links
|
|
. all printing commands default to `lp' printer now, like bsd
|
|
|
|
Will use the installed gettext (see devel/gettext port) or its own.
|