diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:53:18 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 17:53:18 +0000 |
commit | ea9830f64a0241ab1e3b18ff27e656b263ea53e1 (patch) | |
tree | 28570ea2c28bbcc2d80b5a5f501cbd2729e4a1eb /print | |
parent | ff2835772c7d16c4be53ba4e43466649ef5f99c7 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc20/Makefile | 15 | ||||
-rw-r--r-- | print/pips-sc20/distinfo | 1 | ||||
-rw-r--r-- | print/pips-sc20/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips-sc20/pkg-descr | 26 |
5 files changed, 44 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 258d3fc85e0e..a88e722bc056 100644 --- a/print/Makefile +++ b/print/Makefile @@ -92,6 +92,7 @@ SUBDIR += perlftlib SUBDIR += pfaedit SUBDIR += pic2fig + SUBDIR += pips-sc20 SUBDIR += pips-sc680_777 SUBDIR += pips-sc880 SUBDIR += pips-sc980 diff --git a/print/pips-sc20/Makefile b/print/pips-sc20/Makefile new file mode 100644 index 000000000000..b9a0c5d4c139 --- /dev/null +++ b/print/pips-sc20/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON Stylus C20 +# Date created: 01/09/17 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTERDIR= ${.CURDIR}/../pips800 +DISTNAME= ${PORTNAME}-${PORTVERSION} +PRTYPE= -sc20s + +INTERNATIONAL_PRODUCTS=yes + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips-sc20/distinfo b/print/pips-sc20/distinfo new file mode 100644 index 000000000000..01dfef3c64d5 --- /dev/null +++ b/print/pips-sc20/distinfo @@ -0,0 +1 @@ +MD5 (pips-sc20s-2.1.i386.tgz) = 0204eea6ec6e398ae905a27acff46e52 diff --git a/print/pips-sc20/pkg-comment b/print/pips-sc20/pkg-comment new file mode 100644 index 000000000000..b546dfcc884c --- /dev/null +++ b/print/pips-sc20/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus SC20 diff --git a/print/pips-sc20/pkg-descr b/print/pips-sc20/pkg-descr new file mode 100644 index 000000000000..fae828a5ced1 --- /dev/null +++ b/print/pips-sc20/pkg-descr @@ -0,0 +1,26 @@ +This port is for a printer filter of EPSON Stylus SC20. 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-sc20s.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips-sc20s/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-sc20s env LANG=fr pips-sc20s + env LANG=de pips-sc20s env LANG=es pips-sc20s + env LANG=it pips-sc20s env LANG=nl pips-sc20s + env LANG=pt pips-sc20s env LANG=ko pips-sc20s (*) + env LANG=zh_CN pips-sc20s (*)(**) env LANG=zh_TW.Big5 pips-sc20s (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh |