diff options
author | taoka <taoka@FreeBSD.org> | 2001-02-12 17:09:24 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-02-12 17:09:24 +0000 |
commit | 860b1ec8db4162f50a43aeaa1ae2f1f0374e7eb1 (patch) | |
tree | 5860de6f7d2413c31082b7d730e8e663608d6a7d /print | |
parent | d06c757560bd1e11f542a80dd715398002b9547e (diff) | |
download | FreeBSD-ports-860b1ec8db4162f50a43aeaa1ae2f1f0374e7eb1.zip FreeBSD-ports-860b1ec8db4162f50a43aeaa1ae2f1f0374e7eb1.tar.gz |
Photo Image Print System for Linux --- EPSON Stylus Color880
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc880/Makefile | 15 | ||||
-rw-r--r-- | print/pips-sc880/distinfo | 1 | ||||
-rw-r--r-- | print/pips-sc880/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips-sc880/pkg-descr | 33 |
5 files changed, 51 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index f0c83d2..f71472c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -77,6 +77,7 @@ SUBDIR += perlftlib SUBDIR += pic2fig SUBDIR += pips-sc680_777 + SUBDIR += pips-sc880 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-sc880/Makefile b/print/pips-sc880/Makefile new file mode 100644 index 0000000..c491aa9 --- /dev/null +++ b/print/pips-sc880/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON Stylus Color 880 +# Date created: 2001.02.06 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.0 +MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/ +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE?= -sc880 + +INTERNATIONAL_PRODUCTS=yes + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips-sc880/distinfo b/print/pips-sc880/distinfo new file mode 100644 index 0000000..699e45e --- /dev/null +++ b/print/pips-sc880/distinfo @@ -0,0 +1 @@ +MD5 (pips-sc880-1.0.i386.tgz) = c54dfb35f9485f998c358de8a246e3e0 diff --git a/print/pips-sc880/pkg-comment b/print/pips-sc880/pkg-comment new file mode 100644 index 0000000..159e246 --- /dev/null +++ b/print/pips-sc880/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus Color880 diff --git a/print/pips-sc880/pkg-descr b/print/pips-sc880/pkg-descr new file mode 100644 index 0000000..e897b11 --- /dev/null +++ b/print/pips-sc880/pkg-descr @@ -0,0 +1,33 @@ +This port is for a printer filter of EPSON Stylus Color880. 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/ + +And then this port has a modified filter "filter-sc880.rev" which is +useful to print out more than one page. If you use it, you add the +next entries into /etc/printcap. + +sc880|EPSON Stylus Color880:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/sc880/filter-sc880.rev:\ + :sd=/var/spool/lpd/sc880:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese/French/Germany/Spanish +/Italian/Dutch/Portugue/Korean messages, you should execute as follows: + env LANG=ja_JP pips-sc880 + env LANG=fr pips-sc880 + env LANG=de pips-sc880 + env LANG=es pips-sc880 + env LANG=it pips-sc880 + env LANG=nl pips-sc880 + env LANG=pt pips-sc880 + env LANG=ko pips-sc880 +************************************************************* |