1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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

This commit is contained in:
Satoshi Taoka 2001-01-09 02:00:24 +00:00
parent 28de566961
commit 00c4a42cae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36977
4 changed files with 38 additions and 0 deletions

View File

@ -232,6 +232,7 @@
SUBDIR += pips780
SUBDIR += pips800
SUBDIR += pips820_3300
SUBDIR += pips880
SUBDIR += pips900
SUBDIR += plain2
SUBDIR += plan

14
japanese/pips880/Makefile Normal file
View File

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

View File

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

View File

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