diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:34:52 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:34:52 +0000 |
commit | b5b9f9b71d3a28e854e564c70eb236ee55c86345 (patch) | |
tree | b51c5b048e0ebebbf0360c46849c9fcdf9fd3029 /print | |
parent | 60b76f882ea71438057bd3ffe062d7f00d924b82 (diff) | |
download | ports-b5b9f9b71d3a28e854e564c70eb236ee55c86345.tar.gz ports-b5b9f9b71d3a28e854e564c70eb236ee55c86345.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips820/Makefile | 11 | ||||
-rw-r--r-- | print/pips820/distinfo | 1 | ||||
-rw-r--r-- | print/pips820/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips820/pkg-descr | 25 |
5 files changed, 39 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index aa94bf11d0ae..00ba0668487b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -112,6 +112,7 @@ SUBDIR += pips780 SUBDIR += pips780cs SUBDIR += pips800 + SUBDIR += pips820 SUBDIR += pips820_3300 SUBDIR += pips820ug SUBDIR += pips880 diff --git a/print/pips820/Makefile b/print/pips820/Makefile new file mode 100644 index 000000000000..df5cce4d97e3 --- /dev/null +++ b/print/pips820/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: pips for EPSON PM-820C +# Date created: 2000.08.04 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 820 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips820/distinfo b/print/pips820/distinfo new file mode 100644 index 000000000000..69baff32fb67 --- /dev/null +++ b/print/pips820/distinfo @@ -0,0 +1 @@ +MD5 (pips820-1.3.1.i386.tgz) = e2030bc3ff5fad3a63d5b59ab07f5db5 diff --git a/print/pips820/pkg-comment b/print/pips820/pkg-comment new file mode 100644 index 000000000000..78670c6dbb06 --- /dev/null +++ b/print/pips820/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-820C diff --git a/print/pips820/pkg-descr b/print/pips820/pkg-descr new file mode 100644 index 000000000000..4621922a11ee --- /dev/null +++ b/print/pips820/pkg-descr @@ -0,0 +1,25 @@ +This port is for a printer filter of EPSON PM-820C. 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. See the below +URL: + +WWW: http://www.epkowa.co.jp/ + +This port has a modified filter "filter820.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips820/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 pips820 env LANG=fr pips820 + env LANG=de pips820 env LANG=es pips820 + env LANG=it pips820 env LANG=nl pips820 + env LANG=pt pips820 env LANG=ko pips820 (*) + env LANG=zh_CN pips820 (*)(**) env LANG=zh_TW.Big5 pips820 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips820/readme_for_zh |