summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-12-11 02:08:23 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-12-11 02:08:23 +0000
commit28193d97ff8ab0c7adeba089902697fc1d9e84b2 (patch)
treeb599f7ba802b01e7f1fea8eed3033091db734f42 /japanese
parentPhoto Image Print System for Linux -- EPSON PM-750C PM-2000C (with Japanese m... (diff)
Photo Image Print System for Linux -- EPSON PM-900C (with Japanese messages)
Notes
Notes: svn path=/head/; revision=35837
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/pips900/Makefile16
-rw-r--r--japanese/pips900/pkg-comment1
-rw-r--r--japanese/pips900/pkg-descr22
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
+*************************************************************