Photo Image Print System for Linux --- EPSON PM-750C PM-2000C
This commit is contained in:
parent
c99ba8b165
commit
93648db412
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35859
5 changed files with 37 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
SUBDIR += pips3000
|
||||
SUBDIR += pips3300
|
||||
SUBDIR += pips670
|
||||
SUBDIR += pips750_2000
|
||||
SUBDIR += pips760
|
||||
SUBDIR += pips770
|
||||
SUBDIR += pips800
|
||||
|
|
17
print/pips750_2000/Makefile
Normal file
17
print/pips750_2000/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: pips for EPSON PM-750C PM-2000C
|
||||
# Date created: 2000.11.07
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= print linux
|
||||
PORTVERSION= 1.3
|
||||
#MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/
|
||||
MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/750/
|
||||
MASTERDIR= ${.CURDIR}/../pips800
|
||||
COMMENT= ${.CURDIR}/pkg-comment
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PRTYPE= 750_2000
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
print/pips750_2000/distinfo
Normal file
1
print/pips750_2000/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pips750_2000-1.3.i386.tgz) = 8917ef721a702378f623086a782eeba5
|
1
print/pips750_2000/pkg-comment
Normal file
1
print/pips750_2000/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Photo Image Print System for Linux --- EPSON PM-750C PM-2000C
|
17
print/pips750_2000/pkg-descr
Normal file
17
print/pips750_2000/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
Photo Image Print System for Linux is the Printer filter for EPSON
|
||||
PM-750C PM-2000C. 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 "filter750_2000.rev" when you print out
|
||||
more than one page useful. For example, if you use it, you add the
|
||||
next entry into /etc/printcap.
|
||||
|
||||
pm750c_2000c|EPSON PM-750C PM-2000C:\
|
||||
:lp=/dev/lpt0:\
|
||||
:sh:\
|
||||
:if=/usr/local/libexec/pips750_2000/filter750_2000.rev:\
|
||||
:sd=/var/spool/lpd/pm750c_2000c:\
|
||||
:mx#0:\
|
||||
:lf=/var/log/lpd-errs
|
Loading…
Reference in a new issue