diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:27:49 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:27:49 +0800 |
commit | 158c29475edac4b9f526a5c9da198657f6bb318b (patch) | |
tree | d39d7d112444d4a9f77ead47855f8b32a99b3fd7 /print | |
parent | 35e1d5d90bfa8efe3c21e71f20ffecffea8c8da1 (diff) | |
download | freebsd-ports-gnome-158c29475edac4b9f526a5c9da198657f6bb318b.tar.gz freebsd-ports-gnome-158c29475edac4b9f526a5c9da198657f6bb318b.tar.zst freebsd-ports-gnome-158c29475edac4b9f526a5c9da198657f6bb318b.zip |
add slave port for Photo Image Print System for Linux --- EPSON PM-740C
(for CUPS)
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips740-cups/Makefile | 15 | ||||
-rw-r--r-- | print/pips740-cups/distinfo | 2 | ||||
-rw-r--r-- | print/pips740-cups/pkg-descr | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index aeb1bbab612f..80e862cfbcfb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -175,6 +175,7 @@ SUBDIR += pips3500 SUBDIR += pips670 SUBDIR += pips740 + SUBDIR += pips740-cups SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 diff --git a/print/pips740-cups/Makefile b/print/pips740-cups/Makefile new file mode 100644 index 000000000000..a562cb157b00 --- /dev/null +++ b/print/pips740-cups/Makefile @@ -0,0 +1,15 @@ +# 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 CUPS) + +PRTYPE= 740 +DIST_TYPE= cups + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips740-cups/distinfo b/print/pips740-cups/distinfo new file mode 100644 index 000000000000..7e4660b0eed9 --- /dev/null +++ b/print/pips740-cups/distinfo @@ -0,0 +1,2 @@ +MD5 (pips740-cups-2.6.2.tar.gz) = eb130356dc62bb0e5bcc3ad74a1ca745 +SIZE (pips740-cups-2.6.2.tar.gz) = 2438919 diff --git a/print/pips740-cups/pkg-descr b/print/pips740-cups/pkg-descr new file mode 100644 index 000000000000..6b3d4ed064b7 --- /dev/null +++ b/print/pips740-cups/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/ |