mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Photo Image Print System for Linux -- EPSON PM-3500C
This commit is contained in:
parent
4a69fe427b
commit
00319f5851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39215
5 changed files with 34 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
SUBDIR += pips2200
|
SUBDIR += pips2200
|
||||||
SUBDIR += pips3000
|
SUBDIR += pips3000
|
||||||
SUBDIR += pips3300
|
SUBDIR += pips3300
|
||||||
|
SUBDIR += pips3500
|
||||||
SUBDIR += pips670
|
SUBDIR += pips670
|
||||||
SUBDIR += pips750_2000
|
SUBDIR += pips750_2000
|
||||||
SUBDIR += pips760
|
SUBDIR += pips760
|
||||||
|
|
12
print/pips3500/Makefile
Normal file
12
print/pips3500/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# New ports collection makefile for: pips for EPSON PM-3500C
|
||||||
|
# Date created: 2001.02.03
|
||||||
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTVERSION= 1.3
|
||||||
|
MASTERDIR= ${.CURDIR}/../pips800
|
||||||
|
PRTYPE= 3500
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
1
print/pips3500/distinfo
Normal file
1
print/pips3500/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (pips3500-1.3.i386.tgz) = 2ade9da1484c4ff8f7c57b8bba0b7e05
|
1
print/pips3500/pkg-comment
Normal file
1
print/pips3500/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Photo Image Print System for Linux --- EPSON PM-3500C
|
19
print/pips3500/pkg-descr
Normal file
19
print/pips3500/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
This port is for a printer filter of EPSON PM-3500C. 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/
|
||||||
|
|
||||||
|
And then this port has a modified filter "filter3500.rev" which is
|
||||||
|
useful to print out more than one page. If you use it, you add the
|
||||||
|
next entries into /etc/printcap.
|
||||||
|
|
||||||
|
pm3500c|EPSON PM-3500C:\
|
||||||
|
:lp=/dev/lpt0:\
|
||||||
|
:sh:\
|
||||||
|
:if=/usr/local/libexec/pips3500/filter3500.rev:\
|
||||||
|
:sd=/var/spool/lpd/pm3500c:\
|
||||||
|
:mx#0:\
|
||||||
|
:lf=/var/log/lpd-errs
|
Loading…
Add table
Reference in a new issue