diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 01:56:43 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 01:56:43 +0800 |
commit | 7c0ebe9074bd788a052060d9853ae539f458b5b8 (patch) | |
tree | 31d88753995fcf1780099a0f923b51a462f5e4ca /print | |
parent | 1a60175dab137c16df3b826dceca88f247a90a59 (diff) | |
download | freebsd-ports-gnome-7c0ebe9074bd788a052060d9853ae539f458b5b8.tar.gz freebsd-ports-gnome-7c0ebe9074bd788a052060d9853ae539f458b5b8.tar.zst freebsd-ports-gnome-7c0ebe9074bd788a052060d9853ae539f458b5b8.zip |
Photo Image Print System for Linux --- EPSON Stylus Color 580
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc580/Makefile | 14 | ||||
-rw-r--r-- | print/pips-sc580/distinfo | 1 | ||||
-rw-r--r-- | print/pips-sc580/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips-sc580/pkg-descr | 26 |
5 files changed, 43 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index dadea7e2a0bf..1d6e25a99a58 100644 --- a/print/Makefile +++ b/print/Makefile @@ -95,6 +95,7 @@ SUBDIR += pips-sc20 SUBDIR += pips-sc40 SUBDIR += pips-sc480 + SUBDIR += pips-sc580 SUBDIR += pips-sc680_777 SUBDIR += pips-sc880 SUBDIR += pips-sc980 diff --git a/print/pips-sc580/Makefile b/print/pips-sc580/Makefile new file mode 100644 index 000000000000..77f11e40da7c --- /dev/null +++ b/print/pips-sc580/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON Stylus Color 580 +# Date created: 01/09/17 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.0 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= -sc580 + +INTERNATIONAL_PRODUCTS=yes + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips-sc580/distinfo b/print/pips-sc580/distinfo new file mode 100644 index 000000000000..19553fadbe7f --- /dev/null +++ b/print/pips-sc580/distinfo @@ -0,0 +1 @@ +MD5 (pips-sc580-2.0.i386.tgz) = 5172b01d73da361f74c49c05611be93c diff --git a/print/pips-sc580/pkg-comment b/print/pips-sc580/pkg-comment new file mode 100644 index 000000000000..77012240a3fd --- /dev/null +++ b/print/pips-sc580/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON Stylus Color 580 diff --git a/print/pips-sc580/pkg-descr b/print/pips-sc580/pkg-descr new file mode 100644 index 000000000000..20b525404303 --- /dev/null +++ b/print/pips-sc580/pkg-descr @@ -0,0 +1,26 @@ +This port is for a printer filter of EPSON Stylus Color 580. 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/ + +This port has a modified filter "filter-sc580.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips-sc580/setup + +to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on. + +To run with Japanese/French/Germany/Spanish/Italian/Dutch/ +Portugue/Korean messages, you should execute as follows: + env LANG=ja_JP pips-sc580 env LANG=fr pips-sc580 + env LANG=de pips-sc580 env LANG=es pips-sc580 + env LANG=it pips-sc580 env LANG=nl pips-sc580 + env LANG=pt pips-sc580 env LANG=ko pips-sc580 (*) + env LANG=zh_CN pips-sc580 (*)(**) env LANG=zh_TW.Big5 pips-sc580 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh |