Photo Image Print System for Linux -- EPSON PM-3500C (with Japanese messages)

This commit is contained in:
Satoshi Taoka 2001-03-08 01:53:13 +00:00
parent 00319f5851
commit 2053f9f42b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39216
4 changed files with 40 additions and 0 deletions

View file

@ -228,6 +228,7 @@
SUBDIR += pips2200
SUBDIR += pips3000
SUBDIR += pips3300
SUBDIR += pips3500
SUBDIR += pips670
SUBDIR += pips750_2000
SUBDIR += pips760

View file

@ -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"

View file

@ -0,0 +1 @@
Photo Image Print System for Linux -- EPSON PM-3500C (with Japanese messages)

View file

@ -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
*************************************************************