Canon Bubble Jet Print Filter for Linux -- BJ F360 (with Japanese messages)

This commit is contained in:
Satoshi Taoka 2001-07-31 01:46:22 +00:00
parent 50952ed425
commit 3c0931835f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45640
5 changed files with 53 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += balsa
SUBDIR += bible_names-fpw
SUBDIR += binder
SUBDIR += bjfilter360
SUBDIR += bjfilter850
SUBDIR += bookview
SUBDIR += cannadic

View File

@ -0,0 +1,11 @@
# New ports collection makefile for: bjfilter360 with Japanese
# Date created: 01/07/27
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../bjfilter850
PRTYPE= 360
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
Canon Bubble Jet Print Filter for Linux -- BJ F360 (with Japanese messages)

View File

@ -0,0 +1,38 @@
This port is for a printer filter of Canon BJ F360. 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 filter360 and filter360_gui which are
useful to print out more than one page. If you use it, you add the
next entry into /etc/printcap.
bjfilter360|Canon BJ F360:\
:lp=/dev/lpt0:\
:sh:\
:if=/usr/local/libexec/bjfilter360/filter360:\
:sd=/var/spool/lpd/bjfilter360:\
:mx#0:\
:lf=/var/log/lpd-errs
bjfilter360_gui|Canon BJ F360 with GUI:\
:lp=/dev/lpt0:\
:sh:\
:if=/usr/local/libexec/ja-bjfilter360/filter360_gui:\
:sd=/var/spool/lpd/bjfilter360_gui:\
:mx#0:\
:lf=/var/log/lpd-errs
Notice: If you use filter360_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 BJF360 sample.bmp > /dev/lpt0
*********************************************************************

View File

@ -0,0 +1,2 @@
libexec/ja-bjfilter360/filter360_gui
@dirrm libexec/ja-bjfilter360