diff --git a/print/Makefile b/print/Makefile index 1edf412d1014..5f02142a4de4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -75,6 +75,7 @@ SUBDIR += pdflib3 SUBDIR += pdq SUBDIR += perlftlib + SUBDIR += pips-sc680_777 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-sc680_777/Makefile b/print/pips-sc680_777/Makefile new file mode 100644 index 000000000000..e9ee6cfba294 --- /dev/null +++ b/print/pips-sc680_777/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: pips for EPSON Stylus Color777/EPSON Stylus Color680 +# Date created: 2001.01.05 +# Whom: Satoshi Taoka +# +# $FreeBSD$ +# + +PORTVERSION= 1.0 +MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/777_680/ +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= -sc680_777 + +INTERNATIONAL_PRODUCTS=yes + +.include "${MASTERDIR}/Makefile" + +# to cancel in this port (for international products) +_MAKE_COMMENT_DESCR: diff --git a/print/pips-sc680_777/distinfo b/print/pips-sc680_777/distinfo new file mode 100644 index 000000000000..588594ec9ce7 --- /dev/null +++ b/print/pips-sc680_777/distinfo @@ -0,0 +1 @@ +MD5 (pips-sc680_777-1.0.i386.tgz) = 31c0e58dc713f78d9639ef011b28b712 diff --git a/print/pips-sc680_777/pkg-comment b/print/pips-sc680_777/pkg-comment new file mode 100644 index 000000000000..d9fdd867ec47 --- /dev/null +++ b/print/pips-sc680_777/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus Color777/Color680 diff --git a/print/pips-sc680_777/pkg-descr b/print/pips-sc680_777/pkg-descr new file mode 100644 index 000000000000..dbf6253c7dd5 --- /dev/null +++ b/print/pips-sc680_777/pkg-descr @@ -0,0 +1,32 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +Stylus Color777/EPSON Stylus Color680 which are international +products. By using this driver you can print out as high quality as +you use Windows driver. It supporse English, French, Germany, Spanish, +Italian and Portugue. See the below URL: + +WWW: http://www.epkowa.co.jp/ + +And this port has a modified filter "filter-sc680_777.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +sc680_777|EPSON Stylus Color777/EPSON Stylus Color680:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/sc680_777/filter-sc680_777.rev:\ + :sd=/var/spool/lpd/sc680_777:\ + :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-sc680_777 + env LANG=fr pips-sc680_777 + env LANG=de pips-sc680_777 + env LANG=es pips-sc680_777 + env LANG=it pips-sc680_777 + env LANG=nl pips-sc680_777 + env LANG=pt pips-sc680_777 + env LANG=ko pips-sc680_777 +*************************************************************