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