diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:05:38 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:05:38 +0800 |
commit | 50964c7e39b679547324553333a045cfa321fa1f (patch) | |
tree | 03d766e38c1451c2f645bfd081874dd1ef1b23bb /japanese | |
parent | ba4af473e507b0fc9d43fcd1df7af25c4339d01b (diff) | |
download | freebsd-ports-gnome-50964c7e39b679547324553333a045cfa321fa1f.tar.gz freebsd-ports-gnome-50964c7e39b679547324553333a045cfa321fa1f.tar.zst freebsd-ports-gnome-50964c7e39b679547324553333a045cfa321fa1f.zip |
Photo Image Print System for Linux -- EPSON PM-3000C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips3000/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips3000/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips3000/pkg-descr | 22 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 5bf60cf7b29c..428911add0c3 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -222,6 +222,7 @@ SUBDIR += pgp.language SUBDIR += pine SUBDIR += pips2200 + SUBDIR += pips3000 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/japanese/pips3000/Makefile b/japanese/pips3000/Makefile new file mode 100644 index 000000000000..c18aae2c4226 --- /dev/null +++ b/japanese/pips3000/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-3000C +# Date created: 2000.11.07 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES?= japanese print linux +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 3000 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips3000/pkg-comment b/japanese/pips3000/pkg-comment new file mode 100644 index 000000000000..370c7ba5230b --- /dev/null +++ b/japanese/pips3000/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-3000C (with Japanese messages) diff --git a/japanese/pips3000/pkg-descr b/japanese/pips3000/pkg-descr new file mode 100644 index 000000000000..be042318ca96 --- /dev/null +++ b/japanese/pips3000/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-3000C. 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 "filter3000.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm3000c|EPSON PM-3000C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips3000/filter3000.rev:\ + :sd=/var/spool/lpd/pm3000c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips3000 -la JP +************************************************************* |