1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Photo Image Print System for Linux --- EPSON Stylus Color980

This commit is contained in:
Satoshi Taoka 2001-02-12 17:10:23 +00:00
parent 7c3ae6a7a4
commit 72adcdb23c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38268
5 changed files with 47 additions and 0 deletions

View File

@ -78,6 +78,7 @@
SUBDIR += pic2fig
SUBDIR += pips-sc680_777
SUBDIR += pips-sc880
SUBDIR += pips-sc980
SUBDIR += pips2200
SUBDIR += pips3000
SUBDIR += pips3300

11
print/pips-sc980/Makefile Normal file
View File

@ -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"

View File

@ -0,0 +1 @@
MD5 (pips-sc680_777-1.0.i386.tgz) = 31c0e58dc713f78d9639ef011b28b712

View File

@ -0,0 +1 @@
Photo Image Print System for Linux --- EPSON Stylus Color980

View File

@ -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
*************************************************************