diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 02:20:54 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 02:20:54 +0800 |
commit | f3a1b2b2ea6b1cdc7a1244596c46ee249104f5dd (patch) | |
tree | 42e60c142b8bd91ee6bdd4097c4541466e3316ae /print/pips670 | |
parent | e30b5066a596a954c8bae3b0f400296b71e7c74c (diff) | |
download | freebsd-ports-gnome-f3a1b2b2ea6b1cdc7a1244596c46ee249104f5dd.tar.gz freebsd-ports-gnome-f3a1b2b2ea6b1cdc7a1244596c46ee249104f5dd.tar.zst freebsd-ports-gnome-f3a1b2b2ea6b1cdc7a1244596c46ee249104f5dd.zip |
Update vertion to 1.3.1
Diffstat (limited to 'print/pips670')
-rw-r--r-- | print/pips670/Makefile | 1 | ||||
-rw-r--r-- | print/pips670/distinfo | 2 | ||||
-rw-r--r-- | print/pips670/pkg-descr | 26 |
3 files changed, 17 insertions, 12 deletions
diff --git a/print/pips670/Makefile b/print/pips670/Makefile index 79f10e9d9a37..a154c9a2b3d5 100644 --- a/print/pips670/Makefile +++ b/print/pips670/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTVERSION= 1.3 MASTERDIR= ${.CURDIR}/../pips800 PRTYPE= 670 diff --git a/print/pips670/distinfo b/print/pips670/distinfo index 1c0a386fe7c8..01d74f5bd959 100644 --- a/print/pips670/distinfo +++ b/print/pips670/distinfo @@ -1 +1 @@ -MD5 (pips670-1.3.i386.tgz) = c9a0c54834c3493afb11a1f4ae616612 +MD5 (pips670-1.3.1.i386.tgz) = aef641fcdd3bce04c5bcc039573d5400 diff --git a/print/pips670/pkg-descr b/print/pips670/pkg-descr index 49828c39dd91..9bddb629c016 100644 --- a/print/pips670/pkg-descr +++ b/print/pips670/pkg-descr @@ -6,14 +6,20 @@ URL: WWW: http://www.epkowa.co.jp/ -And then this port has a modified filter "filter670.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 "filter670.rev" which is useful to +print out more than one page. Then you execute the next command: -pm670c|EPSON PM-670C:\ - :lp=/dev/lpt0:\ - :sh:\ - :if=/usr/local/libexec/pips670/filter670.rev:\ - :sd=/var/spool/lpd/pm670c:\ - :mx#0:\ - :lf=/var/log/lpd-errs +/usr/local/libexec/pips670/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 pips670 env LANG=fr pips670 + env LANG=de pips670 env LANG=es pips670 + env LANG=it pips670 env LANG=nl pips670 + env LANG=pt pips670 env LANG=ko pips670 (*) + env LANG=zh_CN pips670 (*)(**) env LANG=zh_TW.Big5 pips670 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips670/readme_for_zh |