diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-28 21:49:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-28 21:49:34 +0000 |
commit | 22710f5dcb00acbc4816f5cb24add1ebfc26c266 (patch) | |
tree | 2e6d4fd6f23d3d9c8cb954200fa183cf489c5289 /print | |
parent | more for PX-G900. (diff) |
add slave port for Photo Image Print System for Linux --- EPSON PX-G900.
Notes
Notes:
svn path=/head/; revision=117531
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pipsg900/Makefile | 16 | ||||
-rw-r--r-- | print/pipsg900/distinfo | 2 | ||||
-rw-r--r-- | print/pipsg900/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index ac53324e184d..8043ffe06aec 100644 --- a/print/Makefile +++ b/print/Makefile @@ -195,6 +195,7 @@ SUBDIR += pips980 SUBDIR += pipsg700 SUBDIR += pipsg800 + SUBDIR += pipsg900 SUBDIR += pipsv500 SUBDIR += pipsv600 SUBDIR += pipsv700 diff --git a/print/pipsg900/Makefile b/print/pipsg900/Makefile new file mode 100644 index 000000000000..db81d71b57f7 --- /dev/null +++ b/print/pipsg900/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PX-G900 +# Date created: 2004.08.29 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PX-G900 + +PRTYPE= g900 + +PATCH_PRN= PATCH.PRN + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsg900/distinfo b/print/pipsg900/distinfo new file mode 100644 index 000000000000..ab06d9ecc552 --- /dev/null +++ b/print/pipsg900/distinfo @@ -0,0 +1,2 @@ +MD5 (pipsg900-2.6.2.tar.gz) = 6e0ac07322a188ae4d5ccafe848e2f7b +SIZE (pipsg900-2.6.2.tar.gz) = 3805702 diff --git a/print/pipsg900/pkg-descr b/print/pipsg900/pkg-descr new file mode 100644 index 000000000000..ee4de5510341 --- /dev/null +++ b/print/pipsg900/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PX-G900. 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/ |