diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-25 20:24:18 +0000 |
commit | 9290192e49da38265fc529924edcece9af7ba72b (patch) | |
tree | d44b77db8583c8656d1e6cd093f8582f3f524155 /print/pips2200 | |
parent | 883d95f0669d1ef236351405fd067cd24be31b4b (diff) | |
download | ports-9290192e49da38265fc529924edcece9af7ba72b.tar.gz ports-9290192e49da38265fc529924edcece9af7ba72b.zip |
Notes
Diffstat (limited to 'print/pips2200')
-rw-r--r-- | print/pips2200/Makefile | 2 | ||||
-rw-r--r-- | print/pips2200/distinfo | 4 | ||||
-rw-r--r-- | print/pips2200/pkg-descr | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile index ae2669e2c2c8..551e31cd47ad 100644 --- a/print/pips2200/Makefile +++ b/print/pips2200/Makefile @@ -10,4 +10,4 @@ COMMENT= Photo Image Print System for Linux --- EPSON PM-2200C PRTYPE= 2200 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips2200/distinfo b/print/pips2200/distinfo index 3ddc3e646cbd..06d7fac00199 100644 --- a/print/pips2200/distinfo +++ b/print/pips2200/distinfo @@ -1,2 +1,2 @@ -MD5 (pips2200-1.3.1.i386.tgz) = a63d7212fb98c3a2a7aad8ef7ed73dcb -SIZE (pips2200-1.3.1.i386.tgz) = 971318 +MD5 (pips2200-1.3.2.tar.gz) = 489fbc8a63daab8749a3642fdd06d536 +SIZE (pips2200-1.3.2.tar.gz) = 1163318 diff --git a/print/pips2200/pkg-descr b/print/pips2200/pkg-descr index cfb756adec1c..a076497ad5c7 100644 --- a/print/pips2200/pkg-descr +++ b/print/pips2200/pkg-descr @@ -12,14 +12,3 @@ print out more than one page. Then you execute the next command: /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 |