diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:01:05 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:01:05 +0000 |
commit | c1ceb95c7bda9de0a29502fb02c2e31b1b5f7b8f (patch) | |
tree | e0736b9db6d0d7d354dd7c0ffcc019b49b07029b | |
parent | 658b2eeae69c3d86cb6b0c3da11b7b6bc87a10ce (diff) | |
download | ports-c1ceb95c7bda9de0a29502fb02c2e31b1b5f7b8f.tar.gz ports-c1ceb95c7bda9de0a29502fb02c2e31b1b5f7b8f.zip |
Notes
-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 |