diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:28:39 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:28:39 +0000 |
commit | 7384fbd5c3f11d4f171a24dd2d9cf9ce23b6182b (patch) | |
tree | 5f9bc6cb48a4315b63086456080421b681020a6a /print/pips-sc880 | |
parent | ea920e86420bb8d625fd101f82ef23aaee15ecc8 (diff) |
Update messages in these files
Correct Makefile's to clarify
Notes
Notes:
svn path=/head/; revision=49791
Diffstat (limited to 'print/pips-sc880')
-rw-r--r-- | print/pips-sc880/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc880/pkg-comment | 2 | ||||
-rw-r--r-- | print/pips-sc880/pkg-descr | 39 |
3 files changed, 17 insertions, 25 deletions
diff --git a/print/pips-sc880/Makefile b/print/pips-sc880/Makefile index c491aa9becf6..fad524c2a704 100644 --- a/print/pips-sc880/Makefile +++ b/print/pips-sc880/Makefile @@ -6,7 +6,6 @@ # PORTVERSION= 1.0 -MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/ MASTERDIR= ${.CURDIR}/../pips800 PRTYPE?= -sc880 diff --git a/print/pips-sc880/pkg-comment b/print/pips-sc880/pkg-comment index 159e2467be54..f7326572de6b 100644 --- a/print/pips-sc880/pkg-comment +++ b/print/pips-sc880/pkg-comment @@ -1 +1 @@ -Photo Image Print System for Linux --- EPSON Stylus Color880 +Photo Image Print System for Linux --- EPSON Stylus Color 880 diff --git a/print/pips-sc880/pkg-descr b/print/pips-sc880/pkg-descr index e897b11f573e..0eb7d1d19268 100644 --- a/print/pips-sc880/pkg-descr +++ b/print/pips-sc880/pkg-descr @@ -1,4 +1,4 @@ -This port is for a printer filter of EPSON Stylus Color880. The filter +This port is for a printer filter of EPSON Stylus Color 880. 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 @@ -7,27 +7,20 @@ the below URL: WWW: http://www.epkowa.co.jp/ -And then this port has a modified filter "filter-sc880.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 "filter-sc880.rev" which is useful to +print out more than one page. Then you execute the next command: -sc880|EPSON Stylus Color880:\ - :lp=/dev/lpt0:\ - :sh:\ - :if=/usr/local/libexec/sc880/filter-sc880.rev:\ - :sd=/var/spool/lpd/sc880:\ - :mx#0:\ - :lf=/var/log/lpd-errs +/usr/local/libexec/pips-sc880/setup -************************************************************* -To run with Japanese/French/Germany/Spanish -/Italian/Dutch/Portugue/Korean messages, you should execute as follows: - env LANG=ja_JP pips-sc880 - env LANG=fr pips-sc880 - env LANG=de pips-sc880 - env LANG=es pips-sc880 - env LANG=it pips-sc880 - env LANG=nl pips-sc880 - env LANG=pt pips-sc880 - env LANG=ko pips-sc880 -************************************************************* +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 pips-sc880 env LANG=fr pips-sc880 + env LANG=de pips-sc880 env LANG=es pips-sc880 + env LANG=it pips-sc880 env LANG=nl pips-sc880 + env LANG=pt pips-sc880 env LANG=ko pips-sc880 (*) + env LANG=zh_CN pips-sc880 (*)(**) env LANG=zh_TW.Big5 pips-sc880 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh |