diff options
author | ume <ume@FreeBSD.org> | 2004-08-26 19:26:46 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-26 19:26:46 +0000 |
commit | 2435dbf01ea8b72f6bee4e9e5cfc2ca028d01b84 (patch) | |
tree | aac2357a60fb2b5003a9a176b60d4f5808ba0324 /print | |
parent | c1e6bef0b59744a325902f570e325a8fd2fb29e5 (diff) | |
download | FreeBSD-ports-2435dbf01ea8b72f6bee4e9e5cfc2ca028d01b84.zip FreeBSD-ports-2435dbf01ea8b72f6bee4e9e5cfc2ca028d01b84.tar.gz |
add slave port for Photo Image Print System for Linux --- EPSON PM-740C
(for LPR)
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips740/Makefile | 17 | ||||
-rw-r--r-- | print/pips740/distinfo | 2 | ||||
-rw-r--r-- | print/pips740/pkg-descr | 7 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 01d0626..aeb1bba 100644 --- a/print/Makefile +++ b/print/Makefile @@ -174,6 +174,7 @@ SUBDIR += pips3300 SUBDIR += pips3500 SUBDIR += pips670 + SUBDIR += pips740 SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 diff --git a/print/pips740/Makefile b/print/pips740/Makefile new file mode 100644 index 0000000..32d2a38 --- /dev/null +++ b/print/pips740/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: pips for EPSON PM-740C +# 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-740C (for LPR) + +PRTYPE= 740 +DIST_TYPE= lpr + +PATCH_PRN= BID.PRN + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips740/distinfo b/print/pips740/distinfo new file mode 100644 index 0000000..6a375ae --- /dev/null +++ b/print/pips740/distinfo @@ -0,0 +1,2 @@ +MD5 (pips740-2.6.2.tar.gz) = fb21195ea479f1eed05fabfe31fd2e9a +SIZE (pips740-2.6.2.tar.gz) = 3049719 diff --git a/print/pips740/pkg-descr b/print/pips740/pkg-descr new file mode 100644 index 0000000..6b3d4ed --- /dev/null +++ b/print/pips740/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PM-740C. 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/ |