diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:57:28 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:57:28 +0000 |
commit | 16823aca0895c9b031af645a3897da40af984179 (patch) | |
tree | fc1fbfb42df3a13ee109d5f446bb65bb17cef727 /print | |
parent | Photo Image Print System for Linux --- EPSON Stylus Color 580 (diff) |
Photo Image Print System for Linux --- EPSON Stylus Photo 810/Stylus Photo 820
Notes
Notes:
svn path=/head/; revision=49777
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sp810_820/Makefile | 15 | ||||
-rw-r--r-- | print/pips-sp810_820/distinfo | 1 | ||||
-rw-r--r-- | print/pips-sp810_820/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips-sp810_820/pkg-descr | 26 |
5 files changed, 44 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 1d6e25a99a58..0876769bca4b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -99,6 +99,7 @@ SUBDIR += pips-sc680_777 SUBDIR += pips-sc880 SUBDIR += pips-sc980 + SUBDIR += pips-sp810_820 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-sp810_820/Makefile b/print/pips-sp810_820/Makefile new file mode 100644 index 000000000000..d73d2d683b0b --- /dev/null +++ b/print/pips-sp810_820/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON Stylus Photo 810/Stylus Photo 820 +# Date created: 01/11/06 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/ +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= -sp810_820 + +INTERNATIONAL_PRODUCTS=yes + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips-sp810_820/distinfo b/print/pips-sp810_820/distinfo new file mode 100644 index 000000000000..1fc7637ff377 --- /dev/null +++ b/print/pips-sp810_820/distinfo @@ -0,0 +1 @@ +MD5 (pips-sp810_820-2.1.i386.tgz) = b59c12dfe4091554641bc64894513c15 diff --git a/print/pips-sp810_820/pkg-comment b/print/pips-sp810_820/pkg-comment new file mode 100644 index 000000000000..8b90637423ba --- /dev/null +++ b/print/pips-sp810_820/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus Photo 810/Stylus Photo 820 diff --git a/print/pips-sp810_820/pkg-descr b/print/pips-sp810_820/pkg-descr new file mode 100644 index 000000000000..be80f8242524 --- /dev/null +++ b/print/pips-sp810_820/pkg-descr @@ -0,0 +1,26 @@ +This port is for a printer filter of EPSON Stylus Photo 810/Stylus Photo 820. 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. It +supports English, French, Germany, Spanish, Italian and Portugue. See +the below URL: + +WWW: http://www.epkowa.co.jp/ + +This port has a modified filter "filter-sc810_820.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips-sc810_820/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 pips-sc810_820 env LANG=fr pips-sc810_820 + env LANG=de pips-sc810_820 env LANG=es pips-sc810_820 + env LANG=it pips-sc810_820 env LANG=nl pips-sc810_820 + env LANG=pt pips-sc810_820 env LANG=ko pips-sc810_820 (*) + env LANG=zh_CN pips-sc810_820 (*)(**) env LANG=zh_TW.Big5 pips-sc810_820 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh |