diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:07:51 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:07:51 +0800 |
commit | c1a4ba7edaf34a1c201624db9f88041be11750a4 (patch) | |
tree | b88ec6b8b842a076515ee46584b12759ae875f0e /japanese/pips750_2000 | |
parent | b641e432ab90d3f4a5ee5a8077e5ae2733af4562 (diff) | |
download | freebsd-ports-gnome-c1a4ba7edaf34a1c201624db9f88041be11750a4.tar.gz freebsd-ports-gnome-c1a4ba7edaf34a1c201624db9f88041be11750a4.tar.zst freebsd-ports-gnome-c1a4ba7edaf34a1c201624db9f88041be11750a4.zip |
Photo Image Print System for Linux -- EPSON PM-750C PM-2000C (with Japanese messages)
Diffstat (limited to 'japanese/pips750_2000')
-rw-r--r-- | japanese/pips750_2000/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips750_2000/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips750_2000/pkg-descr | 22 |
3 files changed, 39 insertions, 0 deletions
diff --git a/japanese/pips750_2000/Makefile b/japanese/pips750_2000/Makefile new file mode 100644 index 000000000000..769384de09b3 --- /dev/null +++ b/japanese/pips750_2000/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-750C PM-2000C +# 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= 750_2000 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips750_2000/pkg-comment b/japanese/pips750_2000/pkg-comment new file mode 100644 index 000000000000..253c922aa37b --- /dev/null +++ b/japanese/pips750_2000/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-750C PM-2000C (with Japanese messages) diff --git a/japanese/pips750_2000/pkg-descr b/japanese/pips750_2000/pkg-descr new file mode 100644 index 000000000000..916ad1ffd245 --- /dev/null +++ b/japanese/pips750_2000/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-750C PM-2000C. 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 "filter750_2000.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm750c_2000c|EPSON PM-750C PM-2000C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips750_2000/filter750_2000.rev:\ + :sd=/var/spool/lpd/pm750c_2000c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips750_2000 -la JP +************************************************************* |