diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-09 01:59:14 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-01-09 01:59:14 +0000 |
commit | 28de56696188c3157c8b6fc10fe3ca90ee5f92f4 (patch) | |
tree | f537a5892de36d411985db7a0bd03d5cb07e6a9b /japanese | |
parent | d7f1f8b8cc82910c1d149f91a26163f2a05cc4a2 (diff) | |
download | ports-28de56696188c3157c8b6fc10fe3ca90ee5f92f4.tar.gz ports-28de56696188c3157c8b6fc10fe3ca90ee5f92f4.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips780/Makefile | 14 | ||||
-rw-r--r-- | japanese/pips780/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips780/pkg-descr | 22 |
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 3643efa3307e..56027f314371 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -229,6 +229,7 @@ SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 + SUBDIR += pips780 SUBDIR += pips800 SUBDIR += pips820_3300 SUBDIR += pips900 diff --git a/japanese/pips780/Makefile b/japanese/pips780/Makefile new file mode 100644 index 000000000000..1d493191d669 --- /dev/null +++ b/japanese/pips780/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-780C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips780/pkg-comment b/japanese/pips780/pkg-comment new file mode 100644 index 000000000000..9f047ed5ade9 --- /dev/null +++ b/japanese/pips780/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-780C (with Japanese messages) diff --git a/japanese/pips780/pkg-descr b/japanese/pips780/pkg-descr new file mode 100644 index 000000000000..85c8d0b8713c --- /dev/null +++ b/japanese/pips780/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-780C. 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 "filter780.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm780c|EPSON PM-780C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips780/filter780.rev:\ + :sd=/var/spool/lpd/pm780c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips780 -la JP +************************************************************* |