diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:02:02 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:02:02 +0800 |
commit | 28e0609f9728edd04082589399336a03b5fc13e9 (patch) | |
tree | 488b5ae8b364c8de8ca31f19cbfa93edbeb06d6a | |
parent | eb031b4c5c957325202517065c2172d6e510dab4 (diff) | |
download | freebsd-ports-gnome-28e0609f9728edd04082589399336a03b5fc13e9.tar.gz freebsd-ports-gnome-28e0609f9728edd04082589399336a03b5fc13e9.tar.zst freebsd-ports-gnome-28e0609f9728edd04082589399336a03b5fc13e9.zip |
Photo Image Print System for Linux -- EPSON PM-2200C (with Japanese messages)
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips2200/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips2200/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips2200/pkg-descr | 22 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index e0bc7ed8ff46..5bf60cf7b29c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -221,6 +221,7 @@ SUBDIR += perl5 SUBDIR += pgp.language SUBDIR += pine + SUBDIR += pips2200 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/japanese/pips2200/Makefile b/japanese/pips2200/Makefile new file mode 100644 index 000000000000..b0cda07d54a6 --- /dev/null +++ b/japanese/pips2200/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-2200C +# 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= 2200 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips2200/pkg-comment b/japanese/pips2200/pkg-comment new file mode 100644 index 000000000000..9e30dc1a4421 --- /dev/null +++ b/japanese/pips2200/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-2200C (with Japanese messages) diff --git a/japanese/pips2200/pkg-descr b/japanese/pips2200/pkg-descr new file mode 100644 index 000000000000..4c3933fb6ae5 --- /dev/null +++ b/japanese/pips2200/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-2200C. 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 "filter2200.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm2200c|EPSON PM-2200C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips2200/filter2200.rev:\ + :sd=/var/spool/lpd/pm2200c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips2200 -la JP +************************************************************* |