diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:08:23 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:08:23 +0800 |
commit | d4b3f30a5e3e257732025d28f899b86ad042c47a (patch) | |
tree | d7b85ba3a2b36c7e3dc845e77aa6e65d6ecc217b /japanese | |
parent | c1a4ba7edaf34a1c201624db9f88041be11750a4 (diff) | |
download | freebsd-ports-gnome-d4b3f30a5e3e257732025d28f899b86ad042c47a.tar.gz freebsd-ports-gnome-d4b3f30a5e3e257732025d28f899b86ad042c47a.tar.zst freebsd-ports-gnome-d4b3f30a5e3e257732025d28f899b86ad042c47a.zip |
Photo Image Print System for Linux -- EPSON PM-900C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips900/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips900/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips900/pkg-descr | 22 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index f73b521b6efb..9efbe7902f26 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -230,6 +230,7 @@ SUBDIR += pips770 SUBDIR += pips800 SUBDIR += pips820_3300 + SUBDIR += pips900 SUBDIR += plain2 SUBDIR += plan SUBDIR += platex-common diff --git a/japanese/pips900/Makefile b/japanese/pips900/Makefile new file mode 100644 index 000000000000..afae7a6f55f4 --- /dev/null +++ b/japanese/pips900/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-900C +# 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= 900 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips900/pkg-comment b/japanese/pips900/pkg-comment new file mode 100644 index 000000000000..b4a91110d304 --- /dev/null +++ b/japanese/pips900/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-900C (with Japanese messages) diff --git a/japanese/pips900/pkg-descr b/japanese/pips900/pkg-descr new file mode 100644 index 000000000000..f8a580bbbd8d --- /dev/null +++ b/japanese/pips900/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-900C. 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 "filter900.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm900c|EPSON PM-900C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips900/filter900.rev:\ + :sd=/var/spool/lpd/pm900c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips900 -la JP +************************************************************* |