diff options
author | ume <ume@FreeBSD.org> | 2004-08-26 19:24:36 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-26 19:24:36 +0000 |
commit | 53e864a80ed53bf88842f1219dba78ad2b623159 (patch) | |
tree | dbae113caa534a2c5a4df5f6d37ed3236ecbcc13 /print | |
parent | 906ac36b66758cb9f3a19faf1a62410fb3440c5d (diff) | |
download | FreeBSD-ports-53e864a80ed53bf88842f1219dba78ad2b623159.zip FreeBSD-ports-53e864a80ed53bf88842f1219dba78ad2b623159.tar.gz |
add slave port for Photo Image Print System for Linux --- EPSON PM-970C
(for LPR)
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips970/Makefile | 20 | ||||
-rw-r--r-- | print/pips970/distinfo | 2 | ||||
-rw-r--r-- | print/pips970/pkg-descr | 7 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 86cbacc..2961e25 100644 --- a/print/Makefile +++ b/print/Makefile @@ -185,6 +185,7 @@ SUBDIR += pips880 SUBDIR += pips900 SUBDIR += pips940 + SUBDIR += pips970 SUBDIR += pips980 SUBDIR += pipsv500 SUBDIR += pipsv600 diff --git a/print/pips970/Makefile b/print/pips970/Makefile new file mode 100644 index 0000000..d8a4cf7 --- /dev/null +++ b/print/pips970/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pips for EPSON PM-970C +# Date created: 2004.08.26 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PM-970C (for LPR) + +PRTYPE= 970 +DIST_TYPE= lpr + +PATCH_PRN= BID.PRN.4 BID.PRN.7 PATCH.PRN.4 PATCH.PRN.4.2 PATCH.PRN.4.3 \ + PATCH.PRN.4.COLOR PATCH.PRN.4.COLOR.2 PATCH.PRN.4.COLOR.3 \ + PATCH.PRN.7 PATCH.PRN.7.2 PATCH.PRN.7.3 PATCH.PRN.7.COLOR \ + PATCH.PRN.7.COLOR.2 PATCH.PRN.7.COLOR.3 + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips970/distinfo b/print/pips970/distinfo new file mode 100644 index 0000000..99e40bb --- /dev/null +++ b/print/pips970/distinfo @@ -0,0 +1,2 @@ +MD5 (pips970-2.6.2.tar.gz) = 1c3ffe9f19f6bbb70c3810fe058a65b5 +SIZE (pips970-2.6.2.tar.gz) = 6943730 diff --git a/print/pips970/pkg-descr b/print/pips970/pkg-descr new file mode 100644 index 0000000..e544b55 --- /dev/null +++ b/print/pips970/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PM-970C. 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/ |