diff options
author | taoka <taoka@FreeBSD.org> | 2001-07-31 09:48:51 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-07-31 09:48:51 +0800 |
commit | 3b0f7608fdf7caff8125ba96f8efe0ad643fc317 (patch) | |
tree | c53f632d1a7a28ddc2b83b088578ae2a6b1540db /japanese | |
parent | 8774ce1aa3ca3c184b3f090c824d487c4c7cfd7c (diff) | |
download | freebsd-ports-gnome-3b0f7608fdf7caff8125ba96f8efe0ad643fc317.tar.gz freebsd-ports-gnome-3b0f7608fdf7caff8125ba96f8efe0ad643fc317.tar.zst freebsd-ports-gnome-3b0f7608fdf7caff8125ba96f8efe0ad643fc317.zip |
Canon Bubble Jet Print Filter for Linux -- BJ F860 (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/bjfilter860/Makefile | 11 | ||||
-rw-r--r-- | japanese/bjfilter860/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/bjfilter860/pkg-descr | 38 | ||||
-rw-r--r-- | japanese/bjfilter860/pkg-plist | 2 |
5 files changed, 53 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index b2428de1b6a5..113d46c10f01 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -21,6 +21,7 @@ SUBDIR += bjfilter360 SUBDIR += bjfilter850 SUBDIR += bjfilter850ug + SUBDIR += bjfilter860 SUBDIR += bookview SUBDIR += cannadic SUBDIR += canuum diff --git a/japanese/bjfilter860/Makefile b/japanese/bjfilter860/Makefile new file mode 100644 index 000000000000..46cfea9ae557 --- /dev/null +++ b/japanese/bjfilter860/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: bjfilter860 with Japanese +# Date created: 01/07/27 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../bjfilter850 +PRTYPE= 860 + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter860/pkg-comment b/japanese/bjfilter860/pkg-comment new file mode 100644 index 000000000000..11c498c76e9c --- /dev/null +++ b/japanese/bjfilter860/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ F860 (with Japanese messages) diff --git a/japanese/bjfilter860/pkg-descr b/japanese/bjfilter860/pkg-descr new file mode 100644 index 000000000000..54aaf112d4bb --- /dev/null +++ b/japanese/bjfilter860/pkg-descr @@ -0,0 +1,38 @@ +This port is for a printer filter of Canon BJ F860. 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 filter860 and filter860_gui which are +useful to print out more than one page. If you use it, you add the +next entry into /etc/printcap. + +bjfilter860|Canon BJ F860:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/bjfilter860/filter860:\ + :sd=/var/spool/lpd/bjfilter860:\ + :mx#0:\ + :lf=/var/log/lpd-errs +bjfilter860_gui|Canon BJ F860 with GUI:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/ja-bjfilter860/filter860_gui:\ + :sd=/var/spool/lpd/bjfilter860_gui:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +Notice: If you use filter860_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 BJF860 sample.bmp > /dev/lpt0 +********************************************************************* diff --git a/japanese/bjfilter860/pkg-plist b/japanese/bjfilter860/pkg-plist new file mode 100644 index 000000000000..a41f36b4bdec --- /dev/null +++ b/japanese/bjfilter860/pkg-plist @@ -0,0 +1,2 @@ +libexec/ja-bjfilter860/filter860_gui +@dirrm libexec/ja-bjfilter860 |