aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/pips880/Makefile14
-rw-r--r--japanese/pips880/pkg-comment1
-rw-r--r--japanese/pips880/pkg-descr22
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 56027f314371..1d94730a27a2 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -232,6 +232,7 @@
SUBDIR += pips780
SUBDIR += pips800
SUBDIR += pips820_3300
+ SUBDIR += pips880
SUBDIR += pips900
SUBDIR += plain2
SUBDIR += plan
diff --git a/japanese/pips880/Makefile b/japanese/pips880/Makefile
new file mode 100644
index 000000000000..37bf9fbd0fdb
--- /dev/null
+++ b/japanese/pips880/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: pips for EPSON PM-880C
+# Date created: 2001.01.05
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTVERSION= 1.3
+MASTERDIR= ${.CURDIR}/../pips800
+PRTYPE= 880
+
+do-install: # empty
+
+.include "${MASTERDIR}/Makefile"
diff --git a/japanese/pips880/pkg-comment b/japanese/pips880/pkg-comment
new file mode 100644
index 000000000000..a7a2b7ba4a3c
--- /dev/null
+++ b/japanese/pips880/pkg-comment
@@ -0,0 +1 @@
+Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages)
diff --git a/japanese/pips880/pkg-descr b/japanese/pips880/pkg-descr
new file mode 100644
index 000000000000..be68b243ea13
--- /dev/null
+++ b/japanese/pips880/pkg-descr
@@ -0,0 +1,22 @@
+Photo Image Print System for Linux is the Printer filter for EPSON
+PM-880C. 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 "filter880.rev" when you print out
+more than one page useful. For example, if you use it, you add the
+next entry into /etc/printcap.
+
+pm880c|EPSON PM-880C:\
+ :lp=/dev/lpt0:\
+ :sh:\
+ :if=/usr/local/libexec/pips880/filter880.rev:\
+ :sd=/var/spool/lpd/pm880c:\
+ :mx#0:\
+ :lf=/var/log/lpd-errs
+
+*************************************************************
+To run with Japanese messages, you should execute as follows:
+ env LANG=ja_JP pips880 -la JP
+*************************************************************