Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) (supported BCI-6 inks)
This commit is contained in:
parent
3c0931835f
commit
14ccef4fc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45641
5 changed files with 58 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += binder
|
||||
SUBDIR += bjfilter360
|
||||
SUBDIR += bjfilter850
|
||||
SUBDIR += bjfilter850ug
|
||||
SUBDIR += bookview
|
||||
SUBDIR += cannadic
|
||||
SUBDIR += canuum
|
||||
|
|
12
japanese/bjfilter850ug/Makefile
Normal file
12
japanese/bjfilter850ug/Makefile
Normal file
|
@ -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"
|
1
japanese/bjfilter850ug/pkg-comment
Normal file
1
japanese/bjfilter850ug/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) (supported BCI-6 inks)
|
42
japanese/bjfilter850ug/pkg-descr
Normal file
42
japanese/bjfilter850ug/pkg-descr
Normal file
|
@ -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.
|
2
japanese/bjfilter850ug/pkg-plist
Normal file
2
japanese/bjfilter850ug/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
libexec/ja-bjfilter850ug/filter850ug_gui
|
||||
@dirrm libexec/ja-bjfilter850ug
|
Loading…
Reference in a new issue