mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Photo Image Print System for Linux --- EPSON PM-820C UG
This commit is contained in:
parent
c1ceb95c7b
commit
528014b67d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49784
5 changed files with 40 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
SUBDIR += pips780cs
|
||||
SUBDIR += pips800
|
||||
SUBDIR += pips820_3300
|
||||
SUBDIR += pips820ug
|
||||
SUBDIR += pips880
|
||||
SUBDIR += pips900
|
||||
SUBDIR += pkfonts118
|
||||
|
|
12
print/pips820ug/Makefile
Normal file
12
print/pips820ug/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: pips for EPSON PM-820C UG
|
||||
# Date created: 01/11/06
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 2.1
|
||||
MASTERDIR= ${.CURDIR}/../pips800
|
||||
PRTYPE= 820ug
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
print/pips820ug/distinfo
Normal file
1
print/pips820ug/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pips820ug-2.1.i386.tgz) = 068a82d3f2dc969e0eede417be4c2e63
|
1
print/pips820ug/pkg-comment
Normal file
1
print/pips820ug/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Photo Image Print System for Linux --- EPSON PM-820CUG
|
25
print/pips820ug/pkg-descr
Normal file
25
print/pips820ug/pkg-descr
Normal file
|
@ -0,0 +1,25 @@
|
|||
This port is for a printer filter of EPSON PM-820CUG. 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 "filter820ug.rev" which is useful to
|
||||
print out more than one page. Then you execute the next command:
|
||||
|
||||
/usr/local/libexec/pips820ug/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 pips820ug env LANG=fr pips820ug
|
||||
env LANG=de pips820ug env LANG=es pips820ug
|
||||
env LANG=it pips820ug env LANG=nl pips820ug
|
||||
env LANG=pt pips820ug env LANG=ko pips820ug (*)
|
||||
env LANG=zh_CN pips820ug (*)(**) env LANG=zh_TW.Big5 pips820ug (**)
|
||||
|
||||
(*) These do not work well.
|
||||
(**) See more informations in /usr/local/share/doc/pips820ug/readme_for_zh
|
Loading…
Add table
Reference in a new issue