summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 17:09:24 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 17:09:24 +0000
commit7c3ae6a7a44ae133b8f0a9bd35ee630a6f094e4c (patch)
treea9f5717fb7eacb4ca66b9a94da80b1f7b11dcfe9
parentChange the master port for internationa products from this to pips-sc880 (diff)
Photo Image Print System for Linux --- EPSON Stylus Color880
Notes
Notes: svn path=/head/; revision=38267
-rw-r--r--print/Makefile1
-rw-r--r--print/pips-sc880/Makefile15
-rw-r--r--print/pips-sc880/distinfo1
-rw-r--r--print/pips-sc880/pkg-comment1
-rw-r--r--print/pips-sc880/pkg-descr33
5 files changed, 51 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index f0c83d26819c..f71472ca57d3 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -77,6 +77,7 @@
SUBDIR += perlftlib
SUBDIR += pic2fig
SUBDIR += pips-sc680_777
+ SUBDIR += pips-sc880
SUBDIR += pips2200
SUBDIR += pips3000
SUBDIR += pips3300
diff --git a/print/pips-sc880/Makefile b/print/pips-sc880/Makefile
new file mode 100644
index 000000000000..c491aa9becf6
--- /dev/null
+++ b/print/pips-sc880/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: pips for EPSON Stylus Color 880
+# Date created: 2001.02.06
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTVERSION= 1.0
+MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
+MASTERDIR= ${.CURDIR}/../pips800
+PRTYPE?= -sc880
+
+INTERNATIONAL_PRODUCTS=yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/print/pips-sc880/distinfo b/print/pips-sc880/distinfo
new file mode 100644
index 000000000000..699e45ee21d2
--- /dev/null
+++ b/print/pips-sc880/distinfo
@@ -0,0 +1 @@
+MD5 (pips-sc880-1.0.i386.tgz) = c54dfb35f9485f998c358de8a246e3e0
diff --git a/print/pips-sc880/pkg-comment b/print/pips-sc880/pkg-comment
new file mode 100644
index 000000000000..159e2467be54
--- /dev/null
+++ b/print/pips-sc880/pkg-comment
@@ -0,0 +1 @@
+Photo Image Print System for Linux --- EPSON Stylus Color880
diff --git a/print/pips-sc880/pkg-descr b/print/pips-sc880/pkg-descr
new file mode 100644
index 000000000000..e897b11f573e
--- /dev/null
+++ b/print/pips-sc880/pkg-descr
@@ -0,0 +1,33 @@
+This port is for a printer filter of EPSON Stylus Color880. The filter
+is called Photo Image Print System for Linux and there exist the
+filters for other EPSON bubble jet printers. By using this driver you
+can print out as high quality as you use the Windows driver. It
+supports English, French, Germany, Spanish, Italian and Portugue. See
+the below URL:
+
+WWW: http://www.epkowa.co.jp/
+
+And then this port has a modified filter "filter-sc880.rev" which is
+useful to print out more than one page. If you use it, you add the
+next entries into /etc/printcap.
+
+sc880|EPSON Stylus Color880:\
+ :lp=/dev/lpt0:\
+ :sh:\
+ :if=/usr/local/libexec/sc880/filter-sc880.rev:\
+ :sd=/var/spool/lpd/sc880:\
+ :mx#0:\
+ :lf=/var/log/lpd-errs
+
+*************************************************************
+To run with Japanese/French/Germany/Spanish
+/Italian/Dutch/Portugue/Korean messages, you should execute as follows:
+ env LANG=ja_JP pips-sc880
+ env LANG=fr pips-sc880
+ env LANG=de pips-sc880
+ env LANG=es pips-sc880
+ env LANG=it pips-sc880
+ env LANG=nl pips-sc880
+ env LANG=pt pips-sc880
+ env LANG=ko pips-sc880
+*************************************************************