diff options
author | taoka <taoka@FreeBSD.org> | 2002-08-18 10:29:14 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-08-18 10:29:14 +0800 |
commit | c3481d9992328d452adb69a83efe4598fc0e2394 (patch) | |
tree | 67ba546603331fbcebb8fe4e0ac19176b2766a83 | |
parent | 09ed0e9111a1b909a9c430fb955c7f6f71a84b02 (diff) | |
download | freebsd-ports-gnome-c3481d9992328d452adb69a83efe4598fc0e2394.tar.gz freebsd-ports-gnome-c3481d9992328d452adb69a83efe4598fc0e2394.tar.zst freebsd-ports-gnome-c3481d9992328d452adb69a83efe4598fc0e2394.zip |
These meta ports to depend on ja-linux_locale is not needed
because ja-linux_locale is not needed for linux_base7
33 files changed, 0 insertions, 400 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 318eed8e477c..56b9fd213cd6 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -21,14 +21,6 @@ SUBDIR += balsa SUBDIR += bible_names-fpw SUBDIR += binder - SUBDIR += bjfilter360 - SUBDIR += bjfilter850 - SUBDIR += bjfilter850ug - SUBDIR += bjfilter860 - SUBDIR += bjfilter870 - SUBDIR += bjfilters600 - SUBDIR += bjfilters630 - SUBDIR += bjfilters6300 SUBDIR += bookview SUBDIR += cannadic SUBDIR += canuum diff --git a/japanese/bjfilter360/Makefile b/japanese/bjfilter360/Makefile deleted file mode 100644 index f8008b5abe8d..000000000000 --- a/japanese/bjfilter360/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# New ports collection makefile for: bjfilter360 with Japanese -# Date created: 01/07/27 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 -PRTYPE= 360 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter360/pkg-comment b/japanese/bjfilter360/pkg-comment deleted file mode 100644 index a78fc73cca8f..000000000000 --- a/japanese/bjfilter360/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ F360 (with Japanese messages) diff --git a/japanese/bjfilter360/pkg-descr b/japanese/bjfilter360/pkg-descr deleted file mode 100644 index ccf12e6eecf9..000000000000 --- a/japanese/bjfilter360/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -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.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 filter360 and filter360_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilter360/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filter360_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJF360 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilter360/pkg-plist b/japanese/bjfilter360/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilter360/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilter850/Makefile b/japanese/bjfilter850/Makefile deleted file mode 100644 index 5123145233e2..000000000000 --- a/japanese/bjfilter850/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: bjfilter850 with Japanese -# Date created: 01/07/27 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bjfilter${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE} -PORTVERSION?= 1.3 -CATEGORIES= japanese print linux -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= taoka@FreeBSD.org - -RUN_DEPENDS= ${LINUXBASE}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale \ - ${LOCALBASE}/libexec/bjfilter${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE}/filter${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE}:${PORTSDIR}/print/bjfilter${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE} - -ONLY_FOR_ARCHS= i386 -# for slave ports -PLIST= ${.CURDIR}/pkg-plist -COMMENT= ${.CURDIR}/pkg-comment -DESCR= ${.CURDIR}/pkg-descr -NO_BUILD= yes -USE_LINUX_PREFIX= yes - -PRTYPE?= 850 -FILTER= ${FILESDIR}/filter - -do-install: - ${MKDIR} ${PREFIX}/usr/local/share/printui - ${ECHO_CMD} "LANG=ja_JP.eucJP" > ${PREFIX}/usr/local/share/printui/i18n - -.include <bsd.port.mk> - -# a target for the maintainer -_MAKE_COMMENT_DESCR: -.if ${PORTNAME} != "bjfilter850" -.for file in pkg-comment pkg-descr -.if defined(PREFIX_PRTYPE) - ${SED} -e 's/F850/${PREFIX_PRTYPE:U}${PRTYPE}${SUFFIX_PRTYPE}/g' \ - -e 's/850/${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE}/g' \ - ../bjfilter850/${file} > ${.CURDIR}/${file} -.else - ${SED} -e 's/850/${PRTYPE}${SUFFIX_PRTYPE}/g' \ - ../bjfilter850/${file} > ${.CURDIR}/${file} -.endif -.endfor -.for file in pkg-plist -.if defined(PREFIX_PRTYPE) - ${SED} -e 's/850/${PREFIX_PRTYPE}${PRTYPE}${SUFFIX_PRTYPE}/g' \ - ../bjfilter850/${file} > ${.CURDIR}/${file} -.else - ${SED} -e 's/850/${PRTYPE}${SUFFIX_PRTYPE}/g' \ - ../bjfilter850/${file} > ${.CURDIR}/${file} -.endif -.endfor -.if defined(SUFFIX_PRTYPE) && ${SUFFIX_PRTYPE} == "ug" - i=`cat ../bjfilter850/pkg-comment`; \ - echo $$i "(supported BCI-6 inks)" > ${.CURDIR}/pkg-comment - echo "" >> ${.CURDIR}/pkg-descr - echo "Notice: This is supported BCI-6 inks." >> ${.CURDIR}/pkg-descr - echo "" >> ${.CURDIR}/pkg-descr - echo "Notice: bjfilter850 and bjfilter850ug cannot be installed simultaneously." >> ${.CURDIR}/pkg-descr -.endif -.endif diff --git a/japanese/bjfilter850/pkg-comment b/japanese/bjfilter850/pkg-comment deleted file mode 100644 index ee9c01594e7d..000000000000 --- a/japanese/bjfilter850/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) diff --git a/japanese/bjfilter850/pkg-descr b/japanese/bjfilter850/pkg-descr deleted file mode 100644 index 6b7b77dc7e49..000000000000 --- a/japanese/bjfilter850/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -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.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 filter850 and filter850_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilter850/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filter850_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJF850 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilter850/pkg-plist b/japanese/bjfilter850/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilter850/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilter850ug/Makefile b/japanese/bjfilter850ug/Makefile deleted file mode 100644 index 34918492a547..000000000000 --- a/japanese/bjfilter850ug/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: bjfilter870 with Japanese -# Date created: 01/07/27 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 -PRTYPE= 850 -SUFFIX_PRTYPE= ug - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter850ug/pkg-comment b/japanese/bjfilter850ug/pkg-comment deleted file mode 100644 index 78c948385456..000000000000 --- a/japanese/bjfilter850ug/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ F850 (with Japanese messages) (supported BCI-6 inks) diff --git a/japanese/bjfilter850ug/pkg-descr b/japanese/bjfilter850ug/pkg-descr deleted file mode 100644 index e7af76e0acfc..000000000000 --- a/japanese/bjfilter850ug/pkg-descr +++ /dev/null @@ -1,32 +0,0 @@ -This port is for a printer filter of Canon BJ F850ug. 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 filter850ug and filter850ug_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilter850ug/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filter850ug_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJF850ug sample.bmp > /dev/ulpt0 -********************************************************************* - -Notice: This is supported BCI-6 inks. - -Notice: bjfilter850 and bjfilter850ug cannot be installed simultaneously. diff --git a/japanese/bjfilter850ug/pkg-plist b/japanese/bjfilter850ug/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilter850ug/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilter860/Makefile b/japanese/bjfilter860/Makefile deleted file mode 100644 index 46cfea9ae557..000000000000 --- a/japanese/bjfilter860/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index 11c498c76e9c..000000000000 --- a/japanese/bjfilter860/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ F860 (with Japanese messages) diff --git a/japanese/bjfilter860/pkg-descr b/japanese/bjfilter860/pkg-descr deleted file mode 100644 index f8ba0f4f1f5a..000000000000 --- a/japanese/bjfilter860/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -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.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 filter860 and filter860_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilter860/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filter860_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJF860 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilter860/pkg-plist b/japanese/bjfilter860/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilter860/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilter870/Makefile b/japanese/bjfilter870/Makefile deleted file mode 100644 index 12647aee129c..000000000000 --- a/japanese/bjfilter870/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# New ports collection makefile for: bjfilter870 with Japanese -# Date created: 01/07/27 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 -PRTYPE= 870 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilter870/pkg-comment b/japanese/bjfilter870/pkg-comment deleted file mode 100644 index 162f70be0c34..000000000000 --- a/japanese/bjfilter870/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ F870 (with Japanese messages) diff --git a/japanese/bjfilter870/pkg-descr b/japanese/bjfilter870/pkg-descr deleted file mode 100644 index 35cf06f2b73e..000000000000 --- a/japanese/bjfilter870/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -This port is for a printer filter of Canon BJ F870. 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 filter870 and filter870_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilter870/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filter870_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJF870 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilter870/pkg-plist b/japanese/bjfilter870/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilter870/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilters600/Makefile b/japanese/bjfilters600/Makefile deleted file mode 100644 index 40ef197238e4..000000000000 --- a/japanese/bjfilters600/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# New ports collection makefile for: bjfilter600 with Japanese -# Date created: 01/09/21 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 - -PREFIX_PRTYPE= s -PRTYPE= 600 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilters600/pkg-comment b/japanese/bjfilters600/pkg-comment deleted file mode 100644 index 939a30e593d9..000000000000 --- a/japanese/bjfilters600/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ S600 (with Japanese messages) diff --git a/japanese/bjfilters600/pkg-descr b/japanese/bjfilters600/pkg-descr deleted file mode 100644 index d7b969d4ed15..000000000000 --- a/japanese/bjfilters600/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJS600 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilters600/pkg-plist b/japanese/bjfilters600/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilters600/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilters630/Makefile b/japanese/bjfilters630/Makefile deleted file mode 100644 index 8b85a72b54ec..000000000000 --- a/japanese/bjfilters630/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: bjfilter630 with Japanese -# Date created: 01/09/21 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 -PREFIX_PRTYPE= s -PRTYPE= 630 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilters630/pkg-comment b/japanese/bjfilters630/pkg-comment deleted file mode 100644 index cdb714ecf8a5..000000000000 --- a/japanese/bjfilters630/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ S630 (with Japanese messages) diff --git a/japanese/bjfilters630/pkg-descr b/japanese/bjfilters630/pkg-descr deleted file mode 100644 index 18d817e5c41d..000000000000 --- a/japanese/bjfilters630/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -This port is for a printer filter of Canon BJ S630. 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 filters630 and filters630_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilters630/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filters630_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJS630 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilters630/pkg-plist b/japanese/bjfilters630/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilters630/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n diff --git a/japanese/bjfilters6300/Makefile b/japanese/bjfilters6300/Makefile deleted file mode 100644 index 8c1a3c135b7e..000000000000 --- a/japanese/bjfilters6300/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: bjfilter6300 with Japanese -# Date created: 01/09/21 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bjfilter850 -PREFIX_PRTYPE= s -PRTYPE= 6300 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/bjfilters6300/pkg-comment b/japanese/bjfilters6300/pkg-comment deleted file mode 100644 index 910cafc9f2e9..000000000000 --- a/japanese/bjfilters6300/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Canon Bubble Jet Print Filter for Linux -- BJ S6300 (with Japanese messages) diff --git a/japanese/bjfilters6300/pkg-descr b/japanese/bjfilters6300/pkg-descr deleted file mode 100644 index f73913827bb7..000000000000 --- a/japanese/bjfilters6300/pkg-descr +++ /dev/null @@ -1,28 +0,0 @@ -This port is for a printer filter of Canon BJ S6300. 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 filters6300 and filters6300_gui which are -useful to print out more than one page. Then you execute the next -command: - -/usr/local/libexec/bjfilters6300/setup - -to setup /etc/printcap and make spools in /var/spool/lpd/. - -Notice: If you use filters6300_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. - -********************************************************************* -To run with Japanese messages, you have to execute with "env LANG=ja_JP" -in a command line. For example, - env LANG=ja_JP bjfilter --gui --model BJS6300 sample.bmp > /dev/ulpt0 -********************************************************************* diff --git a/japanese/bjfilters6300/pkg-plist b/japanese/bjfilters6300/pkg-plist deleted file mode 100644 index e36b897d6f5d..000000000000 --- a/japanese/bjfilters6300/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/local/share/printui/i18n |