diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 19:21:43 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 19:21:43 +0000 |
commit | e650b4010ddf937b37b20306e38817f8286913d7 (patch) | |
tree | 3a7638045b259ec8dad4619353a884522ecd73fd | |
parent | 068b7c5e5823425022eee28a06cc912f1db48d1d (diff) |
Notes
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips870-cups/Makefile | 15 | ||||
-rw-r--r-- | print/pips870-cups/distinfo | 2 | ||||
-rw-r--r-- | print/pips870-cups/pkg-descr | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 8be927330308..e890d817123e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -181,6 +181,7 @@ SUBDIR += pips800 SUBDIR += pips820 SUBDIR += pips870 + SUBDIR += pips870-cups SUBDIR += pips880 SUBDIR += pips900 SUBDIR += pips980 diff --git a/print/pips870-cups/Makefile b/print/pips870-cups/Makefile new file mode 100644 index 000000000000..e642598a30a5 --- /dev/null +++ b/print/pips870-cups/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: pips for EPSON PM-870C +# 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-870C (for CUPS) + +PRTYPE= 870 +DIST_TYPE= cups + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips870-cups/distinfo b/print/pips870-cups/distinfo new file mode 100644 index 000000000000..9e5b000ae5d5 --- /dev/null +++ b/print/pips870-cups/distinfo @@ -0,0 +1,2 @@ +MD5 (pips870-cups-2.6.2.tar.gz) = 7e387f03c1d94c99a4e9b36b24d9d423 +SIZE (pips870-cups-2.6.2.tar.gz) = 2946265 diff --git a/print/pips870-cups/pkg-descr b/print/pips870-cups/pkg-descr new file mode 100644 index 000000000000..2c4c5e680f92 --- /dev/null +++ b/print/pips870-cups/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PM-870C. 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/ |