1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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

This commit is contained in:
Satoshi Taoka 2000-12-11 02:07:20 +00:00
parent 1ba696da99
commit 3b01bb140f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35835
4 changed files with 40 additions and 0 deletions

View File

@ -224,6 +224,7 @@
SUBDIR += pips2200
SUBDIR += pips3000
SUBDIR += pips3300
SUBDIR += pips670
SUBDIR += pips760
SUBDIR += pips770
SUBDIR += pips800

16
japanese/pips670/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: pips for EPSON PM-670C
# Date created: 2000.12.09
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES?= japanese print linux
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
PRTYPE= 670
do-install: # empty
.include "${MASTERDIR}/Makefile"

View File

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

View File

@ -0,0 +1,22 @@
Photo Image Print System for Linux is the Printer filter for EPSON
PM-670C. 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 "filter670.rev" when you print out
more than one page useful. For example, if you use it, you add the
next entry into /etc/printcap.
pm670c|EPSON PM-670C:\
:lp=/dev/lpt0:\
:sh:\
:if=/usr/local/libexec/pips670/filter670.rev:\
:sd=/var/spool/lpd/pm670c:\
:mx#0:\
:lf=/var/log/lpd-errs
*************************************************************
To run with Japanese messages, you should execute as follows:
env LANG=ja_JP pips670 -la JP
*************************************************************