diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 10:00:24 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 10:00:24 +0800 |
commit | 8b4b8390a5c55492852dad55cb105b263a8beeb2 (patch) | |
tree | 6ac91dc49589debf42f79f014bb8ecacd6bed521 /japanese/pips880 | |
parent | 84dbc30c1020a22abef57c75362c4b5b63d91973 (diff) | |
download | freebsd-ports-gnome-8b4b8390a5c55492852dad55cb105b263a8beeb2.tar.gz freebsd-ports-gnome-8b4b8390a5c55492852dad55cb105b263a8beeb2.tar.zst freebsd-ports-gnome-8b4b8390a5c55492852dad55cb105b263a8beeb2.zip |
Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages)
Diffstat (limited to 'japanese/pips880')
-rw-r--r-- | japanese/pips880/Makefile | 14 | ||||
-rw-r--r-- | japanese/pips880/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips880/pkg-descr | 22 |
3 files changed, 37 insertions, 0 deletions
diff --git a/japanese/pips880/Makefile b/japanese/pips880/Makefile new file mode 100644 index 000000000000..37bf9fbd0fdb --- /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 000000000000..a7a2b7ba4a3c --- /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 000000000000..be68b243ea13 --- /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 +************************************************************* |