aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-09-02 00:28:23 +0800
committertaoka <taoka@FreeBSD.org>2000-09-02 00:28:23 +0800
commit598469bf66e10427ab206919b14fd91440bfd275 (patch)
treea0088b6713cbb2fcefef52c4568481779a3f9232 /japanese
parent6e81899e313153de0880f4d22a55d6ed5350a23a (diff)
downloadfreebsd-ports-gnome-598469bf66e10427ab206919b14fd91440bfd275.tar.gz
freebsd-ports-gnome-598469bf66e10427ab206919b14fd91440bfd275.tar.zst
freebsd-ports-gnome-598469bf66e10427ab206919b14fd91440bfd275.zip
Photo Image Print System for Linux -- EPSON PM-800C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/pips800/Makefile45
-rw-r--r--japanese/pips800/pkg-comment1
-rw-r--r--japanese/pips800/pkg-descr22
-rw-r--r--japanese/pips800/pkg-plist1
4 files changed, 69 insertions, 0 deletions
diff --git a/japanese/pips800/Makefile b/japanese/pips800/Makefile
new file mode 100644
index 000000000000..50e32a5fc927
--- /dev/null
+++ b/japanese/pips800/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: pips for EPSON PM-800C
+# Date created: 00/04/18
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD: /tmp/pcvs/ports/japanese/pips800/Attic/Makefile,v 1.1.1.1 2000-09-01 16:28:23 taoka Exp $
+#
+
+PORTNAME= pips${PRTYPE}
+PORTVERSION= 1.2
+CATEGORIES?= japanese print linux
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= taoka@FreeBSD.org
+
+RUN_DEPENDS= /compat/linux/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale
+PREFIX= /compat/linux
+NO_BUILD= yes
+USE_PERL5= yes
+ONLY_FOR_ARCHS= i386
+
+.include <bsd.port.pre.mk>
+
+PRTYPE?= 800
+RUN_DEPENDS+= /compat/linux/usr/lib/libPrt${PRTYPE}.so:${PORTSDIR}/print/pips${PRTYPE}
+
+do-install: # empty
+
+.include <bsd.port.post.mk>
+
+# target for maintainer
+_MAKE_COMMENT_DESCR:
+.if ${PRTYPE} != 800
+.for file in pkg/COMMENT pkg/DESCR
+.if ${PRTYPE} == 820_3300
+ ${SED} -e 's/PM-800C/PM-820C PM-3300C/g' \
+ -e 's/pm800c/pm820c_3300c/g' \
+ -e 's/800/${PRTYPE}/g' \
+ ${MASTERDIR}/${file} > ${.CURDIR}/${file}
+.else
+ ${SED} -e 's/800/${PRTYPE}/g' ${MASTERDIR}/${file} \
+ > ${.CURDIR}/${file}
+.endif
+.endfor
+.endif
diff --git a/japanese/pips800/pkg-comment b/japanese/pips800/pkg-comment
new file mode 100644
index 000000000000..0afa0efada0e
--- /dev/null
+++ b/japanese/pips800/pkg-comment
@@ -0,0 +1 @@
+Photo Image Print System for Linux -- EPSON PM-800C (with Japanese messages)
diff --git a/japanese/pips800/pkg-descr b/japanese/pips800/pkg-descr
new file mode 100644
index 000000000000..c9686d7a832c
--- /dev/null
+++ b/japanese/pips800/pkg-descr
@@ -0,0 +1,22 @@
+Photo Image Print System for Linux is the Printer filter for EPSON
+PM-800C. 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 "filter800.rev" when you print out
+more than one page useful. For example, if you use it, you add the
+next entry into /etc/printcap.
+
+pm800c|EPSON PM-800C:\
+ :lp=/dev/lpt0:\
+ :sh:\
+ :if=/usr/local/libexec/pips800/filter800.rev:\
+ :sd=/var/spool/lpd/pm800c:\
+ :mx#0:\
+ :lf=/var/log/lpd-errs
+
+*************************************************************
+To run with Japanese messages, you should execute as follows:
+ env LANG=ja_JP pips800 -la JP
+*************************************************************
diff --git a/japanese/pips800/pkg-plist b/japanese/pips800/pkg-plist
new file mode 100644
index 000000000000..549a621fec0c
--- /dev/null
+++ b/japanese/pips800/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty