From b5d1fe73d7d44e95a123fe56d7db226a45e20666 Mon Sep 17 00:00:00 2001 From: ume Date: Thu, 26 Aug 2004 19:17:49 +0000 Subject: add slave port for Photo Image Print System for Linux --- EPSON PX-V600 --- print/Makefile | 1 + print/pipsv600/Makefile | 16 ++++++++++++++++ print/pipsv600/distinfo | 2 ++ print/pipsv600/pkg-descr | 7 +++++++ 4 files changed, 26 insertions(+) create mode 100644 print/pipsv600/Makefile create mode 100644 print/pipsv600/distinfo create mode 100644 print/pipsv600/pkg-descr diff --git a/print/Makefile b/print/Makefile index c8c3f39b0464..856656f8892c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -183,6 +183,7 @@ SUBDIR += pips880 SUBDIR += pips900 SUBDIR += pipsv500 + SUBDIR += pipsv600 SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 diff --git a/print/pipsv600/Makefile b/print/pipsv600/Makefile new file mode 100644 index 000000000000..a7f5328498b9 --- /dev/null +++ b/print/pipsv600/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PX-V600 +# Date created: 2004.08.27 +# Whom: Hajimu UMEMOTO +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PX-V600 + +PRTYPE= v600 + +PATCH_PRN= BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsv600/distinfo b/print/pipsv600/distinfo new file mode 100644 index 000000000000..20524281b87d --- /dev/null +++ b/print/pipsv600/distinfo @@ -0,0 +1,2 @@ +MD5 (pipsv600-2.6.2.tar.gz) = fd627bd21d6a3f7e14b810fc50d79a70 +SIZE (pipsv600-2.6.2.tar.gz) = 2551262 diff --git a/print/pipsv600/pkg-descr b/print/pipsv600/pkg-descr new file mode 100644 index 000000000000..b6c585955bf2 --- /dev/null +++ b/print/pipsv600/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PX-V600. 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/ -- cgit