diff options
-rw-r--r-- | print/pips2200/Makefile | 1 | ||||
-rw-r--r-- | print/pips2200/distinfo | 2 | ||||
-rw-r--r-- | print/pips2200/pkg-descr | 26 |
3 files changed, 17 insertions, 12 deletions
diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile index c8550facb6e6..bc5740901d7a 100644 --- a/print/pips2200/Makefile +++ b/print/pips2200/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTVERSION= 1.3 MASTERDIR= ${.CURDIR}/../pips800 PRTYPE= 2200 diff --git a/print/pips2200/distinfo b/print/pips2200/distinfo index 15e081c423b0..aadca74b5af2 100644 --- a/print/pips2200/distinfo +++ b/print/pips2200/distinfo @@ -1 +1 @@ -MD5 (pips2200-1.3.i386.tgz) = 18d0be4177135d290035f7fd9c3990f6 +MD5 (pips2200-1.3.1.i386.tgz) = a63d7212fb98c3a2a7aad8ef7ed73dcb diff --git a/print/pips2200/pkg-descr b/print/pips2200/pkg-descr index 44244b8fa288..cfb756adec1c 100644 --- a/print/pips2200/pkg-descr +++ b/print/pips2200/pkg-descr @@ -6,14 +6,20 @@ URL: WWW: http://www.epkowa.co.jp/ -And then this port has a modified filter "filter2200.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 "filter2200.rev" which is useful to +print out more than one page. Then you execute the next command: -pm2200c|EPSON PM-2200C:\ - :lp=/dev/lpt0:\ - :sh:\ - :if=/usr/local/libexec/pips2200/filter2200.rev:\ - :sd=/var/spool/lpd/pm2200c:\ - :mx#0:\ - :lf=/var/log/lpd-errs +/usr/local/libexec/pips2200/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 pips2200 env LANG=fr pips2200 + env LANG=de pips2200 env LANG=es pips2200 + env LANG=it pips2200 env LANG=nl pips2200 + env LANG=pt pips2200 env LANG=ko pips2200 (*) + env LANG=zh_CN pips2200 (*)(**) env LANG=zh_TW.Big5 pips2200 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips2200/readme_for_zh |