diff options
author | taoka <taoka@FreeBSD.org> | 2001-07-31 01:49:56 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-07-31 01:49:56 +0000 |
commit | 85844c75111124e91bb51e1b2eec7ef7964d6e03 (patch) | |
tree | d0357733b9816f47d10fcdcde17c294bace76495 /japanese | |
parent | 3b0f7608fdf7caff8125ba96f8efe0ad643fc317 (diff) | |
download | FreeBSD-ports-85844c75111124e91bb51e1b2eec7ef7964d6e03.zip FreeBSD-ports-85844c75111124e91bb51e1b2eec7ef7964d6e03.tar.gz |
Canon Bubble Jet Print Filter for Linux -- BJ F870 (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/bjfilter870/Makefile | 11 | ||||
-rw-r--r-- | japanese/bjfilter870/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/bjfilter870/pkg-descr | 38 | ||||
-rw-r--r-- | japanese/bjfilter870/pkg-plist | 2 |
5 files changed, 53 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 113d46c..1d26e0b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -22,6 +22,7 @@ SUBDIR += bjfilter850 SUBDIR += bjfilter850ug SUBDIR += bjfilter860 + SUBDIR += bjfilter870 SUBDIR += bookview SUBDIR += cannadic SUBDIR += canuum diff --git a/japanese/bjfilter870/Makefile b/japanese/bjfilter870/Makefile new file mode 100644 index 0000000..12647ae --- /dev/null +++ b/japanese/bjfilter870/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: bjfilter870 with Japanese +# Date created: 01/07/27 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../bjfilter850 +PRTYPE= 870 + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter870/pkg-comment b/japanese/bjfilter870/pkg-comment new file mode 100644 index 0000000..162f70b --- /dev/null +++ b/japanese/bjfilter870/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ F870 (with Japanese messages) diff --git a/japanese/bjfilter870/pkg-descr b/japanese/bjfilter870/pkg-descr new file mode 100644 index 0000000..eca5e0c --- /dev/null +++ b/japanese/bjfilter870/pkg-descr @@ -0,0 +1,38 @@ +This port is for a printer filter of Canon BJ F870. 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 filter870 and filter870_gui which are +useful to print out more than one page. If you use it, you add the +next entry into /etc/printcap. + +bjfilter870|Canon BJ F870:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/bjfilter870/filter870:\ + :sd=/var/spool/lpd/bjfilter870:\ + :mx#0:\ + :lf=/var/log/lpd-errs +bjfilter870_gui|Canon BJ F870 with GUI:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/ja-bjfilter870/filter870_gui:\ + :sd=/var/spool/lpd/bjfilter870_gui:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +Notice: If you use filter870_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 BJF870 sample.bmp > /dev/lpt0 +********************************************************************* diff --git a/japanese/bjfilter870/pkg-plist b/japanese/bjfilter870/pkg-plist new file mode 100644 index 0000000..bb97399 --- /dev/null +++ b/japanese/bjfilter870/pkg-plist @@ -0,0 +1,2 @@ +libexec/ja-bjfilter870/filter870_gui +@dirrm libexec/ja-bjfilter870 |