summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-12-11 02:07:51 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-12-11 02:07:51 +0000
commitc094a32a7d9e764e5a42c0192f9d64c576f44ee7 (patch)
tree4fea4f26f47ff60a7f7bd765d5ce0ef9d677104b /japanese
parentPhoto Image Print System for Linux -- EPSON PM-670C (with Japanese messages) (diff)
Photo Image Print System for Linux -- EPSON PM-750C PM-2000C (with Japanese messages)
Notes
Notes: svn path=/head/; revision=35836
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/pips750_2000/Makefile16
-rw-r--r--japanese/pips750_2000/pkg-comment1
-rw-r--r--japanese/pips750_2000/pkg-descr22
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index c20b059a5c16..f73b521b6efb 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -225,6 +225,7 @@
SUBDIR += pips3000
SUBDIR += pips3300
SUBDIR += pips670
+ SUBDIR += pips750_2000
SUBDIR += pips760
SUBDIR += pips770
SUBDIR += pips800
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
+*************************************************************