diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:21:43 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:21:43 +0800 |
commit | 0cabbb7142ceea6d596a1aad8483e327415c3e6b (patch) | |
tree | 96403fe1411892d235aac409aedcffbe09da8af1 /print | |
parent | b311c96496d7935267a3fe290d7f273f47b0917b (diff) | |
download | freebsd-ports-gnome-0cabbb7142ceea6d596a1aad8483e327415c3e6b.tar.gz freebsd-ports-gnome-0cabbb7142ceea6d596a1aad8483e327415c3e6b.tar.zst freebsd-ports-gnome-0cabbb7142ceea6d596a1aad8483e327415c3e6b.zip |
add slave port for Photo Image Print System for Linux --- EPSON PM-870C
(for CUPS)
Diffstat (limited to 'print')
-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/ |