diff options
author | taoka <taoka@FreeBSD.org> | 2001-02-13 01:10:23 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-02-13 01:10:23 +0800 |
commit | 8c831ef003d70a468ad2a421a15df3a9847ef7a5 (patch) | |
tree | 7cd7b62fe731e20532e0acb3ec479552fffb1ffa | |
parent | 860b1ec8db4162f50a43aeaa1ae2f1f0374e7eb1 (diff) | |
download | freebsd-ports-gnome-8c831ef003d70a468ad2a421a15df3a9847ef7a5.tar.gz freebsd-ports-gnome-8c831ef003d70a468ad2a421a15df3a9847ef7a5.tar.zst freebsd-ports-gnome-8c831ef003d70a468ad2a421a15df3a9847ef7a5.zip |
Photo Image Print System for Linux --- EPSON Stylus Color980
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc980/Makefile | 11 | ||||
-rw-r--r-- | print/pips-sc980/distinfo | 1 | ||||
-rw-r--r-- | print/pips-sc980/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips-sc980/pkg-descr | 33 |
5 files changed, 47 insertions, 0 deletions
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 <taoka@FreeBSD.org> +# +# $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 +************************************************************* |