1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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

This commit is contained in:
Satoshi Taoka 2000-09-01 16:28:23 +00:00
parent af6055a997
commit 2fd7e5d0e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32172
4 changed files with 69 additions and 0 deletions

45
japanese/pips800/Makefile Normal file
View File

@ -0,0 +1,45 @@
# New ports collection makefile for: pips for EPSON PM-800C
# Date created: 00/04/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.1.1.1 2000-09-01 16:28:23 taoka Exp $
#
PORTNAME= pips${PRTYPE}
PORTVERSION= 1.2
CATEGORIES?= japanese print linux
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale
PREFIX= /compat/linux
NO_BUILD= yes
USE_PERL5= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
PRTYPE?= 800
RUN_DEPENDS+= /compat/linux/usr/lib/libPrt${PRTYPE}.so:${PORTSDIR}/print/pips${PRTYPE}
do-install: # empty
.include <bsd.port.post.mk>
# target for maintainer
_MAKE_COMMENT_DESCR:
.if ${PRTYPE} != 800
.for file in pkg/COMMENT pkg/DESCR
.if ${PRTYPE} == 820_3300
${SED} -e 's/PM-800C/PM-820C PM-3300C/g' \
-e 's/pm800c/pm820c_3300c/g' \
-e 's/800/${PRTYPE}/g' \
${MASTERDIR}/${file} > ${.CURDIR}/${file}
.else
${SED} -e 's/800/${PRTYPE}/g' ${MASTERDIR}/${file} \
> ${.CURDIR}/${file}
.endif
.endfor
.endif

View File

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

View File

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

View File

@ -0,0 +1 @@
@comment this plist intentionally left empty