diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:02:04 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-11-07 18:02:04 +0000 |
commit | 528014b67dc5199f5dfcc4c8a04440f677ec71bc (patch) | |
tree | 3fbb983a99c79c911a9ee8ddb8d0b62880f02a48 /print | |
parent | c1ceb95c7bda9de0a29502fb02c2e31b1b5f7b8f (diff) | |
download | ports-528014b67dc5199f5dfcc4c8a04440f677ec71bc.tar.gz ports-528014b67dc5199f5dfcc4c8a04440f677ec71bc.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips820ug/Makefile | 12 | ||||
-rw-r--r-- | print/pips820ug/distinfo | 1 | ||||
-rw-r--r-- | print/pips820ug/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips820ug/pkg-descr | 25 |
5 files changed, 40 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index c71d03c93fc2..756c62f3f1cd 100644 --- a/print/Makefile +++ b/print/Makefile @@ -113,6 +113,7 @@ SUBDIR += pips780cs SUBDIR += pips800 SUBDIR += pips820_3300 + SUBDIR += pips820ug SUBDIR += pips880 SUBDIR += pips900 SUBDIR += pkfonts118 diff --git a/print/pips820ug/Makefile b/print/pips820ug/Makefile new file mode 100644 index 000000000000..4e61f57dfb30 --- /dev/null +++ b/print/pips820ug/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-820C UG +# Date created: 01/11/06 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 820ug + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips820ug/distinfo b/print/pips820ug/distinfo new file mode 100644 index 000000000000..3e66438e8d0d --- /dev/null +++ b/print/pips820ug/distinfo @@ -0,0 +1 @@ +MD5 (pips820ug-2.1.i386.tgz) = 068a82d3f2dc969e0eede417be4c2e63 diff --git a/print/pips820ug/pkg-comment b/print/pips820ug/pkg-comment new file mode 100644 index 000000000000..265de4da353e --- /dev/null +++ b/print/pips820ug/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-820CUG diff --git a/print/pips820ug/pkg-descr b/print/pips820ug/pkg-descr new file mode 100644 index 000000000000..e7e6ef0b33d8 --- /dev/null +++ b/print/pips820ug/pkg-descr @@ -0,0 +1,25 @@ +This port is for a printer filter of EPSON PM-820CUG. 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 "filter820ug.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips820ug/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 pips820ug env LANG=fr pips820ug + env LANG=de pips820ug env LANG=es pips820ug + env LANG=it pips820ug env LANG=nl pips820ug + env LANG=pt pips820ug env LANG=ko pips820ug (*) + env LANG=zh_CN pips820ug (*)(**) env LANG=zh_TW.Big5 pips820ug (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips820ug/readme_for_zh |