aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-11-08 01:55:16 +0800
committertaoka <taoka@FreeBSD.org>2001-11-08 01:55:16 +0800
commit12810ea9c8fbf16b2434f00e16c00aa8b485f7d6 (patch)
tree10463f2f7613b59705f61050e72e651c5beefd7a /print
parentb5dc93820febda8067558145a6807be96a7dde12 (diff)
downloadfreebsd-ports-gnome-12810ea9c8fbf16b2434f00e16c00aa8b485f7d6.tar.gz
freebsd-ports-gnome-12810ea9c8fbf16b2434f00e16c00aa8b485f7d6.tar.zst
freebsd-ports-gnome-12810ea9c8fbf16b2434f00e16c00aa8b485f7d6.zip
Photo Image Print System for Linux --- EPSON Stylus SC40
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/pips-sc40/Makefile15
-rw-r--r--print/pips-sc40/distinfo1
-rw-r--r--print/pips-sc40/pkg-comment1
-rw-r--r--print/pips-sc40/pkg-descr26
-rw-r--r--print/pips-sc480/Makefile14
-rw-r--r--print/pips-sc480/distinfo1
-rw-r--r--print/pips-sc480/pkg-comment1
-rw-r--r--print/pips-sc480/pkg-descr26
9 files changed, 86 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 6d98bda809b6..dadea7e2a0bf 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -94,6 +94,7 @@
SUBDIR += pic2fig
SUBDIR += pips-sc20
SUBDIR += pips-sc40
+ SUBDIR += pips-sc480
SUBDIR += pips-sc680_777
SUBDIR += pips-sc880
SUBDIR += pips-sc980
diff --git a/print/pips-sc40/Makefile b/print/pips-sc40/Makefile
new file mode 100644
index 000000000000..b96f1dd2e3e0
--- /dev/null
+++ b/print/pips-sc40/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: pips for EPSON Stylus C40
+# Date created: 01/09/17
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTVERSION= 2.1
+MASTERDIR= ${.CURDIR}/../pips800
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+PRTYPE= -sc40s
+
+INTERNATIONAL_PRODUCTS=yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/print/pips-sc40/distinfo b/print/pips-sc40/distinfo
new file mode 100644
index 000000000000..7e8c7540c987
--- /dev/null
+++ b/print/pips-sc40/distinfo
@@ -0,0 +1 @@
+MD5 (pips-sc40s-2.1.i386.tgz) = 00a0c252bc95e6bcc4d274b19013785c
diff --git a/print/pips-sc40/pkg-comment b/print/pips-sc40/pkg-comment
new file mode 100644
index 000000000000..4efe0f2cf204
--- /dev/null
+++ b/print/pips-sc40/pkg-comment
@@ -0,0 +1 @@
+Photo Image Print System for Linux --- EPSON Stylus SC40
diff --git a/print/pips-sc40/pkg-descr b/print/pips-sc40/pkg-descr
new file mode 100644
index 000000000000..04143b47a39b
--- /dev/null
+++ b/print/pips-sc40/pkg-descr
@@ -0,0 +1,26 @@
+This port is for a printer filter of EPSON Stylus SC40. 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/
+
+This port has a modified filter "filter-sc40s.rev" which is useful to
+print out more than one page. Then you execute the next command:
+
+/usr/local/libexec/pips-sc40s/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese/French/Germany/Spanish/Italian/Dutch/
+Portugue/Korean messages, you should execute as follows:
+ env LANG=ja_JP pips-sc40s env LANG=fr pips-sc40s
+ env LANG=de pips-sc40s env LANG=es pips-sc40s
+ env LANG=it pips-sc40s env LANG=nl pips-sc40s
+ env LANG=pt pips-sc40s env LANG=ko pips-sc40s (*)
+ env LANG=zh_CN pips-sc40s (*)(**) env LANG=zh_TW.Big5 pips-sc40s (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh
diff --git a/print/pips-sc480/Makefile b/print/pips-sc480/Makefile
new file mode 100644
index 000000000000..188a037acd2a
--- /dev/null
+++ b/print/pips-sc480/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: pips for EPSON Stylus Color 480
+# Date created: 01/09/17
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTVERSION= 2.0
+MASTERDIR= ${.CURDIR}/../pips800
+PRTYPE= -sc480
+
+INTERNATIONAL_PRODUCTS=yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/print/pips-sc480/distinfo b/print/pips-sc480/distinfo
new file mode 100644
index 000000000000..c48d4962ee03
--- /dev/null
+++ b/print/pips-sc480/distinfo
@@ -0,0 +1 @@
+MD5 (pips-sc480-2.0.i386.tgz) = 3af917648b97d7807d268de1ec1eb27a
diff --git a/print/pips-sc480/pkg-comment b/print/pips-sc480/pkg-comment
new file mode 100644
index 000000000000..d64bfdcddf22
--- /dev/null
+++ b/print/pips-sc480/pkg-comment
@@ -0,0 +1 @@
+Photo Image Print System for Linux --- EPSON Stylus Color 480
diff --git a/print/pips-sc480/pkg-descr b/print/pips-sc480/pkg-descr
new file mode 100644
index 000000000000..e624b0d15bfe
--- /dev/null
+++ b/print/pips-sc480/pkg-descr
@@ -0,0 +1,26 @@
+This port is for a printer filter of EPSON Stylus Color 480. 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/
+
+This port has a modified filter "filter-sc480.rev" which is useful to
+print out more than one page. Then you execute the next command:
+
+/usr/local/libexec/pips-sc480/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese/French/Germany/Spanish/Italian/Dutch/
+Portugue/Korean messages, you should execute as follows:
+ env LANG=ja_JP pips-sc480 env LANG=fr pips-sc480
+ env LANG=de pips-sc480 env LANG=es pips-sc480
+ env LANG=it pips-sc480 env LANG=nl pips-sc480
+ env LANG=pt pips-sc480 env LANG=ko pips-sc480 (*)
+ env LANG=zh_CN pips-sc480 (*)(**) env LANG=zh_TW.Big5 pips-sc480 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh