From 72adcdb23c3bdf6e1b90f00bdd541f33501ebbe8 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Mon, 12 Feb 2001 17:10:23 +0000 Subject: [PATCH] Photo Image Print System for Linux --- EPSON Stylus Color980 --- print/Makefile | 1 + print/pips-sc980/Makefile | 11 +++++++++++ print/pips-sc980/distinfo | 1 + print/pips-sc980/pkg-comment | 1 + print/pips-sc980/pkg-descr | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 print/pips-sc980/Makefile create mode 100644 print/pips-sc980/distinfo create mode 100644 print/pips-sc980/pkg-comment create mode 100644 print/pips-sc980/pkg-descr diff --git a/print/Makefile b/print/Makefile index f71472ca57d3..623d53ef748c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -78,6 +78,7 @@ SUBDIR += pic2fig SUBDIR += pips-sc680_777 SUBDIR += pips-sc880 + SUBDIR += pips-sc980 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-sc980/Makefile b/print/pips-sc980/Makefile new file mode 100644 index 000000000000..0fc076462824 --- /dev/null +++ b/print/pips-sc980/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: pips for EPSON Stylus Color980 +# Date created: 2001.02.06 +# Whom: Satoshi Taoka +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../pips-sc880 +PRTYPE= -sc980 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips-sc980/distinfo b/print/pips-sc980/distinfo new file mode 100644 index 000000000000..588594ec9ce7 --- /dev/null +++ b/print/pips-sc980/distinfo @@ -0,0 +1 @@ +MD5 (pips-sc680_777-1.0.i386.tgz) = 31c0e58dc713f78d9639ef011b28b712 diff --git a/print/pips-sc980/pkg-comment b/print/pips-sc980/pkg-comment new file mode 100644 index 000000000000..df318c3a0dc3 --- /dev/null +++ b/print/pips-sc980/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus Color980 diff --git a/print/pips-sc980/pkg-descr b/print/pips-sc980/pkg-descr new file mode 100644 index 000000000000..cfb72b74ded7 --- /dev/null +++ b/print/pips-sc980/pkg-descr @@ -0,0 +1,33 @@ +This port is for a printer filter of EPSON Stylus Color980. 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-sc980.rev" which is +useful to print out more than one page. If you use it, you add the +next entries into /etc/printcap. + +sc980|EPSON Stylus Color980:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/sc980/filter-sc980.rev:\ + :sd=/var/spool/lpd/sc980:\ + :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-sc980 + env LANG=fr pips-sc980 + env LANG=de pips-sc980 + env LANG=es pips-sc980 + env LANG=it pips-sc980 + env LANG=nl pips-sc980 + env LANG=pt pips-sc980 + env LANG=ko pips-sc980 +*************************************************************