diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 02:01:05 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 02:01:05 +0800 |
commit | 0dc116f18512ebc9e0ebce2269e6cec3e743b388 (patch) | |
tree | 0dd3fb345a0770dee86656211c6ec509793d49af /print | |
parent | a1f1a8dfc590b0af08864510ad199b75e9805f44 (diff) | |
download | freebsd-ports-gnome-0dc116f18512ebc9e0ebce2269e6cec3e743b388.tar.gz freebsd-ports-gnome-0dc116f18512ebc9e0ebce2269e6cec3e743b388.tar.zst freebsd-ports-gnome-0dc116f18512ebc9e0ebce2269e6cec3e743b388.zip |
Photo Image Print System for Linux --- EPSON PM-780CS
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips780cs/Makefile | 12 | ||||
-rw-r--r-- | print/pips780cs/distinfo | 1 | ||||
-rw-r--r-- | print/pips780cs/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips780cs/pkg-descr | 25 |
5 files changed, 40 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 1b6d9ce0c350..c71d03c93fc2 100644 --- a/print/Makefile +++ b/print/Makefile @@ -110,6 +110,7 @@ SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips780 + SUBDIR += pips780cs SUBDIR += pips800 SUBDIR += pips820_3300 SUBDIR += pips880 diff --git a/print/pips780cs/Makefile b/print/pips780cs/Makefile new file mode 100644 index 000000000000..fe5e93fcb194 --- /dev/null +++ b/print/pips780cs/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-780CS +# Date created: 01/09/17 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780cs + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips780cs/distinfo b/print/pips780cs/distinfo new file mode 100644 index 000000000000..16f51892f808 --- /dev/null +++ b/print/pips780cs/distinfo @@ -0,0 +1 @@ +MD5 (pips780cs-2.1.i386.tgz) = 34e9964a59b68c5d0499959935b9a789 diff --git a/print/pips780cs/pkg-comment b/print/pips780cs/pkg-comment new file mode 100644 index 000000000000..f15bfac151dd --- /dev/null +++ b/print/pips780cs/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-780CS diff --git a/print/pips780cs/pkg-descr b/print/pips780cs/pkg-descr new file mode 100644 index 000000000000..db9db70a470e --- /dev/null +++ b/print/pips780cs/pkg-descr @@ -0,0 +1,25 @@ +This port is for a printer filter of EPSON PM-780CS. 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/ + +This port has a modified filter "filter780cs.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips780cs/setup + +to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on. + +To run with Japanese/French/Germany/Spanish/Italian/Dutch/ +Portugue/Korean messages, you should execute as follows: + env LANG=ja_JP pips780cs env LANG=fr pips780cs + env LANG=de pips780cs env LANG=es pips780cs + env LANG=it pips780cs env LANG=nl pips780cs + env LANG=pt pips780cs env LANG=ko pips780cs (*) + env LANG=zh_CN pips780cs (*)(**) env LANG=zh_TW.Big5 pips780cs (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips780cs/readme_for_zh |