diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-07-31 01:47:54 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-07-31 01:47:54 +0000 |
commit | 14ccef4fc6734893c28e047020deed9eb2ee36a7 (patch) | |
tree | 26f96579e1c55c46fca76ffd9af861074208b437 /japanese | |
parent | 3c0931835f11eb29377991d5a05a295faa3389e8 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/bjfilter850ug/Makefile | 12 | ||||
-rw-r--r-- | japanese/bjfilter850ug/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/bjfilter850ug/pkg-descr | 42 | ||||
-rw-r--r-- | japanese/bjfilter850ug/pkg-plist | 2 |
5 files changed, 58 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1d28e68e5582..b2428de1b6a5 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -20,6 +20,7 @@ SUBDIR += binder SUBDIR += bjfilter360 SUBDIR += bjfilter850 + SUBDIR += bjfilter850ug SUBDIR += bookview SUBDIR += cannadic SUBDIR += canuum diff --git a/japanese/bjfilter850ug/Makefile b/japanese/bjfilter850ug/Makefile new file mode 100644 index 000000000000..8c5433218dae --- /dev/null +++ b/japanese/bjfilter850ug/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bjfilter870 with Japanese +# Date created: 01/07/27 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../bjfilter850 +PRTYPE= 850 +SUFIX_PRTYPE= ug + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter850ug/pkg-comment b/japanese/bjfilter850ug/pkg-comment new file mode 100644 index 000000000000..78c948385456 --- /dev/null +++ b/japanese/bjfilter850ug/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) (supported BCI-6 inks) diff --git a/japanese/bjfilter850ug/pkg-descr b/japanese/bjfilter850ug/pkg-descr new file mode 100644 index 000000000000..d952ff78bd1e --- /dev/null +++ b/japanese/bjfilter850ug/pkg-descr @@ -0,0 +1,42 @@ +This port is for a printer filter of Canon BJ F850ug. The filter is +called Canon Bubble Jet Print Filter for Linux and there exist the +filters for other Canon bubble jet printers. By using this driver you +can print out as high quality as you use the Windows driver. See the +below URLs: + +WWW: http://www.canon-sales.co.jp/drv-upd/linux/bjlinux100.html + file:/usr/local/share/doc/bjfiltercom-1.1_1/html/README.HTM + file:/usr/local/share/doc/bjfiltercom-1.1_1/html/INDEX.HTM + file:/usr/local/share/doc/bjfiltercom-1.1_1/html/FAQ.HTM + +And then this port has filters filter850ug and filter850ug_gui which are +useful to print out more than one page. If you use it, you add the +next entry into /etc/printcap. + +bjfilter850ug|Canon BJ F850ug:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/bjfilter850ug/filter850ug:\ + :sd=/var/spool/lpd/bjfilter850ug:\ + :mx#0:\ + :lf=/var/log/lpd-errs +bjfilter850ug_gui|Canon BJ F850ug with GUI:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/ja-bjfilter850ug/filter850ug_gui:\ + :sd=/var/spool/lpd/bjfilter850ug_gui:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +Notice: If you use filter850ug_gui then the host which you are using +have to run X and be the printer saver (connected the printer Canon BJ). + +********************************************************************* +To run with Japanese messages, you should execute with "env LANG=ja_JP" +in a command line. For example, + env LANG=ja_JP bjfilter --gui --model BJF850ug sample.bmp > /dev/lpt0 +********************************************************************* + +Notice: This is supported BCI-6 inks. + +Notice: bjfilter850 and bjfilter850ug cannot be installed simultaneously. diff --git a/japanese/bjfilter850ug/pkg-plist b/japanese/bjfilter850ug/pkg-plist new file mode 100644 index 000000000000..b23523ad3d83 --- /dev/null +++ b/japanese/bjfilter850ug/pkg-plist @@ -0,0 +1,2 @@ +libexec/ja-bjfilter850ug/filter850ug_gui +@dirrm libexec/ja-bjfilter850ug |