diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 02:00:24 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 02:00:24 +0000 |
commit | 8b4b8390a5c55492852dad55cb105b263a8beeb2 (patch) | |
tree | 6ac91dc49589debf42f79f014bb8ecacd6bed521 /japanese | |
parent | 84dbc30c1020a22abef57c75362c4b5b63d91973 (diff) | |
download | FreeBSD-ports-8b4b8390a5c55492852dad55cb105b263a8beeb2.zip FreeBSD-ports-8b4b8390a5c55492852dad55cb105b263a8beeb2.tar.gz |
Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips880/Makefile | 14 | ||||
-rw-r--r-- | japanese/pips880/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips880/pkg-descr | 22 |
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 56027f3..1d94730 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -232,6 +232,7 @@ SUBDIR += pips780 SUBDIR += pips800 SUBDIR += pips820_3300 + SUBDIR += pips880 SUBDIR += pips900 SUBDIR += plain2 SUBDIR += plan diff --git a/japanese/pips880/Makefile b/japanese/pips880/Makefile new file mode 100644 index 0000000..37bf9fb --- /dev/null +++ b/japanese/pips880/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-880C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 880 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips880/pkg-comment b/japanese/pips880/pkg-comment new file mode 100644 index 0000000..a7a2b7b --- /dev/null +++ b/japanese/pips880/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages) diff --git a/japanese/pips880/pkg-descr b/japanese/pips880/pkg-descr new file mode 100644 index 0000000..be68b24 --- /dev/null +++ b/japanese/pips880/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-880C. By using this driver you can print out as high quality as you +use Windows driver. See the below URL: + +WWW: http://www.epkowa.co.jp/ + +And this port has a modified filter "filter880.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm880c|EPSON PM-880C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips880/filter880.rev:\ + :sd=/var/spool/lpd/pm880c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips880 -la JP +************************************************************* |