diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 17:10:23 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 17:10:23 +0000 |
commit | 72adcdb23c3bdf6e1b90f00bdd541f33501ebbe8 (patch) | |
tree | 911ca1e62287caa7d29372cf93b4de7fd5aacac5 /print/pips-sc980/pkg-descr | |
parent | 7c3ae6a7a44ae133b8f0a9bd35ee630a6f094e4c (diff) |
Notes
Diffstat (limited to 'print/pips-sc980/pkg-descr')
-rw-r--r-- | print/pips-sc980/pkg-descr | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/print/pips-sc980/pkg-descr b/print/pips-sc980/pkg-descr new file mode 100644 index 000000000000..cfb72b74ded7 --- /dev/null +++ b/print/pips-sc980/pkg-descr @@ -0,0 +1,33 @@ +This port is for a printer filter of EPSON Stylus Color980. The filter +is called Photo Image Print System for Linux and there exist the +filters for other EPSON bubble jet printers. By using this driver you +can print out as high quality as you use the Windows driver. It +supports English, French, Germany, Spanish, Italian and Portugue. See +the below URL: + +WWW: http://www.epkowa.co.jp/ + +And then this port has a modified filter "filter-sc980.rev" which is +useful to print out more than one page. If you use it, you add the +next entries into /etc/printcap. + +sc980|EPSON Stylus Color980:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/sc980/filter-sc980.rev:\ + :sd=/var/spool/lpd/sc980:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese/French/Germany/Spanish +/Italian/Dutch/Portugue/Korean messages, you should execute as follows: + env LANG=ja_JP pips-sc980 + env LANG=fr pips-sc980 + env LANG=de pips-sc980 + env LANG=es pips-sc980 + env LANG=it pips-sc980 + env LANG=nl pips-sc980 + env LANG=pt pips-sc980 + env LANG=ko pips-sc980 +************************************************************* |