diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-01 05:46:51 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-01 05:46:51 +0000 |
commit | 9ce90e7cb598f9632e7d450ce84e529bd17c4811 (patch) | |
tree | 7c7f4974d6b7db4aa0fecec04ecf7273b2430cab /print/bjfilter850 | |
parent | 50867f032bedf5fd0b161b10c4049233f0ef6f16 (diff) |
Notes
Diffstat (limited to 'print/bjfilter850')
-rw-r--r-- | print/bjfilter850/Makefile | 15 | ||||
-rw-r--r-- | print/bjfilter850/distinfo | 1 | ||||
-rw-r--r-- | print/bjfilter850/pkg-comment | 1 | ||||
-rw-r--r-- | print/bjfilter850/pkg-descr | 22 | ||||
-rw-r--r-- | print/bjfilter850/pkg-plist | 7 |
5 files changed, 46 insertions, 0 deletions
diff --git a/print/bjfilter850/Makefile b/print/bjfilter850/Makefile new file mode 100644 index 000000000000..f4ed832d42fc --- /dev/null +++ b/print/bjfilter850/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: bjfilter850 +# Date created: 2001.02.11 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= bjfilter${PRTYPE} +MASTERDIR= ${.CURDIR}/../bjfiltercom + +SLAVE_PORT= yes +PRTYPE?= 850 + +.include "${MASTERDIR}/Makefile" + diff --git a/print/bjfilter850/distinfo b/print/bjfilter850/distinfo new file mode 100644 index 000000000000..d939f9b563ce --- /dev/null +++ b/print/bjfilter850/distinfo @@ -0,0 +1 @@ +MD5 (bjfilter/bjfilter850-1.0-0.i386.rpm) = 65d2b069a81c5aadee8f03efcd0fbce2 diff --git a/print/bjfilter850/pkg-comment b/print/bjfilter850/pkg-comment new file mode 100644 index 000000000000..bdb2aa0d6875 --- /dev/null +++ b/print/bjfilter850/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ F850 diff --git a/print/bjfilter850/pkg-descr b/print/bjfilter850/pkg-descr new file mode 100644 index 000000000000..ea115b4fbde1 --- /dev/null +++ b/print/bjfilter850/pkg-descr @@ -0,0 +1,22 @@ +This port is for a printer filter of Canon BJ F850. 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.0/html/README.HTM + file:/usr/local/share/doc/bjfiltercom-1.0/html/INDEX.HTM + file:/usr/local/share/doc/bjfiltercom-1.0/html/FAQ.HTM + +And then this port has a filter "filter850" which is useful to print +out more than one page. If you use it, you add the next entry into +/etc/printcap. + +bjfilter850|Canon BJ F850:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/bjfilter850/filter850:\ + :sd=/var/spool/lpd/bjfilter850:\ + :mx#0:\ + :lf=/var/log/lpd-errs diff --git a/print/bjfilter850/pkg-plist b/print/bjfilter850/pkg-plist new file mode 100644 index 000000000000..13598b232e64 --- /dev/null +++ b/print/bjfilter850/pkg-plist @@ -0,0 +1,7 @@ +bin/bjpsprn +libexec/bjfilter850/filter850 +@dirrm libexec/bjfilter850 +@cwd /compat/linux +usr/lib/bjlib/cnb_0740.tbl +usr/lib/libcnbpo074.so.1.0.0 +@dirrm usr/lib/bjlib |