Photo Image Print System for Linux --- EPSON PM-790PT
This commit is contained in:
parent
28ebe94b0b
commit
3a2ffa7255
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49810
5 changed files with 32 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
SUBDIR += pips770
|
||||
SUBDIR += pips780
|
||||
SUBDIR += pips780cs
|
||||
SUBDIR += pips790
|
||||
SUBDIR += pips800
|
||||
SUBDIR += pips820
|
||||
SUBDIR += pips820_3300
|
||||
|
|
12
print/pips790/Makefile
Normal file
12
print/pips790/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: pips for EPSON PM-790PT
|
||||
# Date created: 01/09/17
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 2.0
|
||||
MASTERDIR= ${.CURDIR}/../pips800
|
||||
PRTYPE= 790
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
print/pips790/distinfo
Normal file
1
print/pips790/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pips790-2.0.i386.tgz) = 397f9e3e56a7130ca24b8d06c277ea8b
|
1
print/pips790/pkg-comment
Normal file
1
print/pips790/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Photo Image Print System for Linux --- EPSON PM-790PT
|
17
print/pips790/pkg-descr
Normal file
17
print/pips790/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
This port is for a printer filter of EPSON PM-790PT. 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 "filter790.rev" which is useful to
|
||||
print out more than one page. Then you execute the next command:
|
||||
|
||||
/usr/local/libexec/pips790/setup
|
||||
|
||||
to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
|
||||
|
||||
To run with Japanese messages, you have to execute as follows:
|
||||
env LANG=ja_JP pips790
|
Loading…
Reference in a new issue