diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:53:13 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:53:13 +0000 |
commit | 2053f9f42bb4b5e0320aae5e050ef182f33de90f (patch) | |
tree | 69f804c1645f42aa775a5a1c006a0c62e29ef84d /japanese | |
parent | 00319f585103b5200dc4a381fbb963bf83dc9e17 (diff) | |
download | ports-2053f9f42bb4b5e0320aae5e050ef182f33de90f.tar.gz ports-2053f9f42bb4b5e0320aae5e050ef182f33de90f.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips3500/Makefile | 14 | ||||
-rw-r--r-- | japanese/pips3500/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips3500/pkg-descr | 24 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ea1ce1a391c2..24df64f0258c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -228,6 +228,7 @@ SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 + SUBDIR += pips3500 SUBDIR += pips670 SUBDIR += pips750_2000 SUBDIR += pips760 diff --git a/japanese/pips3500/Makefile b/japanese/pips3500/Makefile new file mode 100644 index 000000000000..a9a988f7403c --- /dev/null +++ b/japanese/pips3500/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-3500C +# Date created: 2001.02.03 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 3500 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips3500/pkg-comment b/japanese/pips3500/pkg-comment new file mode 100644 index 000000000000..297235d44ee3 --- /dev/null +++ b/japanese/pips3500/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-3500C (with Japanese messages) diff --git a/japanese/pips3500/pkg-descr b/japanese/pips3500/pkg-descr new file mode 100644 index 000000000000..7c2e3fdb044e --- /dev/null +++ b/japanese/pips3500/pkg-descr @@ -0,0 +1,24 @@ +This port is for a printer filter of EPSON PM-3500C. 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. See the below +URL: + +WWW: http://www.epkowa.co.jp/ + +And then this port has a modified filter "filter3500.rev" which is +useful to print out more than one page. If you use it, you add the +next entries into /etc/printcap. + +pm3500c|EPSON PM-3500C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips3500/filter3500.rev:\ + :sd=/var/spool/lpd/pm3500c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips3500 -la JP +************************************************************* |