diff options
author | taoka <taoka@FreeBSD.org> | 2001-03-01 13:46:51 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-03-01 13:46:51 +0800 |
commit | b37df10d25f417f68906381225e2d8fa8a94187a (patch) | |
tree | a4d1990f115c46a825e3f93ccdf4262242714845 /print | |
parent | 11c9ebc4ad8173af44c840070823fa4820418e89 (diff) | |
download | freebsd-ports-gnome-b37df10d25f417f68906381225e2d8fa8a94187a.tar.gz freebsd-ports-gnome-b37df10d25f417f68906381225e2d8fa8a94187a.tar.zst freebsd-ports-gnome-b37df10d25f417f68906381225e2d8fa8a94187a.zip |
Canon Bubble Jet Print Filter for Linux -- BJ F850
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-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 |
6 files changed, 47 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5f8ed7634550..8b90705b2649 100644 --- a/print/Makefile +++ b/print/Makefile @@ -17,6 +17,7 @@ SUBDIR += auctex SUBDIR += bibcard SUBDIR += bibview + SUBDIR += bjfilter850 SUBDIR += bjfiltercom SUBDIR += c2ps-a4 SUBDIR += c2ps-letter 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 |