diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 02:49:57 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 02:49:57 +0800 |
commit | e409130cd93308a2fb6811fa73d5312340260607 (patch) | |
tree | bc6794fc825aedea1b3179798fe0a1846a2f68bb /print | |
parent | 6a717da77633f1e20b36d6c63fd29fb0bf765975 (diff) | |
download | freebsd-ports-gnome-e409130cd93308a2fb6811fa73d5312340260607.tar.gz freebsd-ports-gnome-e409130cd93308a2fb6811fa73d5312340260607.tar.zst freebsd-ports-gnome-e409130cd93308a2fb6811fa73d5312340260607.zip |
Canon Bubble Jet Print Filter for Linux -- BJ S600
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/bjfilters600/Makefile | 13 | ||||
-rw-r--r-- | print/bjfilters600/distinfo | 1 | ||||
-rw-r--r-- | print/bjfilters600/pkg-comment | 1 | ||||
-rw-r--r-- | print/bjfilters600/pkg-descr | 22 | ||||
-rw-r--r-- | print/bjfilters600/pkg-plist | 16 |
6 files changed, 54 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 00ba0668487b..9739529a9298 100644 --- a/print/Makefile +++ b/print/Makefile @@ -22,6 +22,7 @@ SUBDIR += bjfilter860 SUBDIR += bjfilter870 SUBDIR += bjfiltercom + SUBDIR += bjfilters600 SUBDIR += c2ps-a4 SUBDIR += c2ps-letter SUBDIR += cdlabelgen diff --git a/print/bjfilters600/Makefile b/print/bjfilters600/Makefile new file mode 100644 index 000000000000..0fa61035a9db --- /dev/null +++ b/print/bjfilters600/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: bjfilter600 +# Date created: 2001.09.20 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../bjfilter850 + +PREFIX_PRTYPE= s +PRTYPE?= 600 + +.include "${MASTERDIR}/Makefile" diff --git a/print/bjfilters600/distinfo b/print/bjfilters600/distinfo new file mode 100644 index 000000000000..1d315d26f533 --- /dev/null +++ b/print/bjfilters600/distinfo @@ -0,0 +1 @@ +MD5 (bjfilter/bjfilters600-1.3-0.i386.rpm) = ff929c40dbd69a98757fdb6c7e4893de diff --git a/print/bjfilters600/pkg-comment b/print/bjfilters600/pkg-comment new file mode 100644 index 000000000000..387e676ef5d9 --- /dev/null +++ b/print/bjfilters600/pkg-comment @@ -0,0 +1 @@ +Canon Bubble Jet Print Filter for Linux -- BJ S600 diff --git a/print/bjfilters600/pkg-descr b/print/bjfilters600/pkg-descr new file mode 100644 index 000000000000..28feed611ce2 --- /dev/null +++ b/print/bjfilters600/pkg-descr @@ -0,0 +1,22 @@ +This port is for a printer filter of Canon BJ S600. 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.3/html/README.HTM + file:/usr/local/share/doc/bjfiltercom-1.3/html/INDEX.HTM + file:/usr/local/share/doc/bjfiltercom-1.3/html/FAQ.HTM + +And then this port has filters filters600 and filters600_gui which are +useful to print out more than one page. Then you execute the next +command: + +/usr/local/libexec/bjfilters600/setup + +to setup /etc/printcap and make spools in /var/spool/lpd/. + +Notice: If you use filters600_gui in the printer server, for example +hostA then you have to run X, execute "xhost hostA" and execute "lpr" on +the host which you are using. diff --git a/print/bjfilters600/pkg-plist b/print/bjfilters600/pkg-plist new file mode 100644 index 000000000000..e6f5dd2983c4 --- /dev/null +++ b/print/bjfilters600/pkg-plist @@ -0,0 +1,16 @@ +bin/bjs600ps +bin/bjs600raw +libexec/bjfilters600/filters600 +libexec/bjfilters600/filters600_gui +libexec/bjfilters600/setup +libexec/bjfilters600/scripts/en.lc +libexec/bjfilters600/scripts/ja.lc +@dirrm libexec/bjfilters600/scripts +@dirrm libexec/bjfilters600 +@cwd /compat/linux +usr/lib/bjlib/cnb_1040.tbl +usr/lib/libcnbpo104.so +usr/lib/libcnbpo104.so.1.0.0 +@dirrm usr/lib/bjlib +@exec /compat/linux/sbin/ldconfig ; true +@unexec /compat/linux/sbin/ldconfig ; true |