mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Photo Image Print System for Linux --- EPSON PM-780CS
This commit is contained in:
parent
658b2eeae6
commit
c1ceb95c7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49782
@ -110,6 +110,7 @@
|
||||
SUBDIR += pips760
|
||||
SUBDIR += pips770
|
||||
SUBDIR += pips780
|
||||
SUBDIR += pips780cs
|
||||
SUBDIR += pips800
|
||||
SUBDIR += pips820_3300
|
||||
SUBDIR += pips880
|
||||
|
12
print/pips780cs/Makefile
Normal file
12
print/pips780cs/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# New ports collection makefile for: pips for EPSON PM-780CS
|
||||
# Date created: 01/09/17
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 2.1
|
||||
MASTERDIR= ${.CURDIR}/../pips800
|
||||
PRTYPE= 780cs
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
print/pips780cs/distinfo
Normal file
1
print/pips780cs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pips780cs-2.1.i386.tgz) = 34e9964a59b68c5d0499959935b9a789
|
1
print/pips780cs/pkg-comment
Normal file
1
print/pips780cs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Photo Image Print System for Linux --- EPSON PM-780CS
|
25
print/pips780cs/pkg-descr
Normal file
25
print/pips780cs/pkg-descr
Normal file
@ -0,0 +1,25 @@
|
||||
This port is for a printer filter of EPSON PM-780CS. 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/
|
||||
|
||||
This port has a modified filter "filter780cs.rev" which is useful to
|
||||
print out more than one page. Then you execute the next command:
|
||||
|
||||
/usr/local/libexec/pips780cs/setup
|
||||
|
||||
to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
|
||||
|
||||
To run with Japanese/French/Germany/Spanish/Italian/Dutch/
|
||||
Portugue/Korean messages, you should execute as follows:
|
||||
env LANG=ja_JP pips780cs env LANG=fr pips780cs
|
||||
env LANG=de pips780cs env LANG=es pips780cs
|
||||
env LANG=it pips780cs env LANG=nl pips780cs
|
||||
env LANG=pt pips780cs env LANG=ko pips780cs (*)
|
||||
env LANG=zh_CN pips780cs (*)(**) env LANG=zh_TW.Big5 pips780cs (**)
|
||||
|
||||
(*) These do not work well.
|
||||
(**) See more informations in /usr/local/share/doc/pips780cs/readme_for_zh
|
Loading…
Reference in New Issue
Block a user