diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 02:06:50 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 02:06:50 +0000 |
commit | 751ac6d779383474901f7ae214de88bcbf7061c0 (patch) | |
tree | 28b1824ff3a0dc97d8ece4587f5254b8f90b86fe /japanese | |
parent | 50964c7e39b679547324553333a045cfa321fa1f (diff) | |
download | FreeBSD-ports-751ac6d779383474901f7ae214de88bcbf7061c0.zip FreeBSD-ports-751ac6d779383474901f7ae214de88bcbf7061c0.tar.gz |
Photo Image Print System for Linux -- EPSON PM-3300C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips3300/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips3300/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips3300/pkg-descr | 22 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 428911a..1c891eb 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -223,6 +223,7 @@ SUBDIR += pine SUBDIR += pips2200 SUBDIR += pips3000 + SUBDIR += pips3300 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/japanese/pips3300/Makefile b/japanese/pips3300/Makefile new file mode 100644 index 0000000..76c0ec1 --- /dev/null +++ b/japanese/pips3300/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-3300C +# Date created: 2000.12.09 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES?= japanese print linux +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 3300 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips3300/pkg-comment b/japanese/pips3300/pkg-comment new file mode 100644 index 0000000..25a22a3 --- /dev/null +++ b/japanese/pips3300/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-3300C (with Japanese messages) diff --git a/japanese/pips3300/pkg-descr b/japanese/pips3300/pkg-descr new file mode 100644 index 0000000..0ab72d7 --- /dev/null +++ b/japanese/pips3300/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-3300C. By using this driver you can print out as high quality as you +use Windows driver. See the below URL: + +WWW: http://www.epkowa.co.jp/ + +And this port has a modified filter "filter3300.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm3300c|EPSON PM-3300C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips3300/filter3300.rev:\ + :sd=/var/spool/lpd/pm3300c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips3300 -la JP +************************************************************* |