From 52de9edb0f6d941d78cd35b972ee97f99481d108 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Sat, 30 Jun 2001 04:07:28 +0000 Subject: Canon Bubble Jet Print Filter for Linux -- BJ F360 --- print/bjfilter360/Makefile | 12 ++++++++++++ print/bjfilter360/distinfo | 1 + print/bjfilter360/pkg-comment | 1 + print/bjfilter360/pkg-descr | 22 ++++++++++++++++++++++ print/bjfilter360/pkg-plist | 7 +++++++ 5 files changed, 43 insertions(+) create mode 100644 print/bjfilter360/Makefile create mode 100644 print/bjfilter360/distinfo create mode 100644 print/bjfilter360/pkg-comment create mode 100644 print/bjfilter360/pkg-descr create mode 100644 print/bjfilter360/pkg-plist (limited to 'print/bjfilter360') diff --git a/print/bjfilter360/Makefile b/print/bjfilter360/Makefile new file mode 100644 index 000000000000..420caf7d7580 --- /dev/null +++ b/print/bjfilter360/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bjfilter360 +# Date created: 2001.06.30 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../bjfilter850 + +PRTYPE?= 360 + +.include "${MASTERDIR}/Makefile" diff --git a/print/bjfilter360/distinfo b/print/bjfilter360/distinfo new file mode 100644 index 000000000000..9a143ac90e58 --- /dev/null +++ b/print/bjfilter360/distinfo @@ -0,0 +1 @@ +MD5 (bjfilter/bjfilter360-1.1-0.i386.rpm) = ebef6d6c3ccf0b3921f72315c56e20ec diff --git a/print/bjfilter360/pkg-comment b/print/bjfilter360/pkg-comment new file mode 100644 index 000000000000..bdb2aa0d6875 --- /dev/null +++ b/print/bjfilter360/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ F850 diff --git a/print/bjfilter360/pkg-descr b/print/bjfilter360/pkg-descr new file mode 100644 index 000000000000..018e0f12fd4f --- /dev/null +++ b/print/bjfilter360/pkg-descr @@ -0,0 +1,22 @@ +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/html/README.HTM + file:/usr/local/share/doc/bjfiltercom-1.1/html/INDEX.HTM + file:/usr/local/share/doc/bjfiltercom-1.1/html/FAQ.HTM + +And then this port has a filter "filter360" which is 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 diff --git a/print/bjfilter360/pkg-plist b/print/bjfilter360/pkg-plist new file mode 100644 index 000000000000..aca9ae8cc5e5 --- /dev/null +++ b/print/bjfilter360/pkg-plist @@ -0,0 +1,7 @@ +bin/bjf360ps +libexec/bjfilter360/filter360 +@dirrm libexec/bjfilter360 +@cwd /compat/linux +usr/lib/bjlib/cnb_0980.tbl +usr/lib/libcnbpo098.so.1.0.0 +@dirrm usr/lib/bjlib -- cgit v1.2.3