diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:44:36 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:44:36 +0000 |
commit | ff2835772c7d16c4be53ba4e43466649ef5f99c7 (patch) | |
tree | 486fcf6de749bbebbe2d917f6b186f296f442813 /print/pips800/pkg-descr | |
parent | 49dc563ec0f258c80539930547e30c7fb8ea9354 (diff) | |
download | ports-ff2835772c7d16c4be53ba4e43466649ef5f99c7.tar.gz ports-ff2835772c7d16c4be53ba4e43466649ef5f99c7.zip |
Notes
Diffstat (limited to 'print/pips800/pkg-descr')
-rw-r--r-- | print/pips800/pkg-descr | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/print/pips800/pkg-descr b/print/pips800/pkg-descr index ea317e304f57..41d6b9c16446 100644 --- a/print/pips800/pkg-descr +++ b/print/pips800/pkg-descr @@ -6,14 +6,20 @@ URL: WWW: http://www.epkowa.co.jp/ -And then this port has a modified filter "filter800.rev" which is -useful to print out more than one page. If you use it, you add the -next entries into /etc/printcap. +This port has a modified filter "filter800.rev" which is useful to +print out more than one page. Then you execute the next command: -pm800c|EPSON PM-800C:\ - :lp=/dev/lpt0:\ - :sh:\ - :if=/usr/local/libexec/pips800/filter800.rev:\ - :sd=/var/spool/lpd/pm800c:\ - :mx#0:\ - :lf=/var/log/lpd-errs +/usr/local/libexec/pips800/setup + +to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on. + +To run with Japanese/French/Germany/Spanish/Italian/Dutch/ +Portugue/Korean messages, you should execute as follows: + env LANG=ja_JP pips800 env LANG=fr pips800 + env LANG=de pips800 env LANG=es pips800 + env LANG=it pips800 env LANG=nl pips800 + env LANG=pt pips800 env LANG=ko pips800 (*) + env LANG=zh_CN pips800 (*)(**) env LANG=zh_TW.Big5 pips800 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh |