diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-02 00:29:44 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-02 00:29:44 +0800 |
commit | b3539573caf61fcc66203ea9f4fc3a1d34506096 (patch) | |
tree | 3ed80267baf60f300b72d995ad8f0cc1ff34d1b7 /japanese | |
parent | 598469bf66e10427ab206919b14fd91440bfd275 (diff) | |
download | freebsd-ports-gnome-b3539573caf61fcc66203ea9f4fc3a1d34506096.tar.gz freebsd-ports-gnome-b3539573caf61fcc66203ea9f4fc3a1d34506096.tar.zst freebsd-ports-gnome-b3539573caf61fcc66203ea9f4fc3a1d34506096.zip |
Photo Image Print System for Linux -- EPSON PM-820C PM-3300C (with Japanese messages)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/pips820_3300/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips820_3300/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips820_3300/pkg-descr | 22 | ||||
-rw-r--r-- | japanese/pips820_3300/pkg-plist | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/pips820_3300/Makefile b/japanese/pips820_3300/Makefile new file mode 100644 index 000000000000..7553bc22e1e2 --- /dev/null +++ b/japanese/pips820_3300/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-820C PM-3300C +# Date created: 00/04/21 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD: /tmp/pcvs/ports/japanese/pips820_3300/Attic/Makefile,v 1.1.1.1 2000-09-01 16:29:44 taoka Exp $ +# + +CATEGORIES?= japanese print linux +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg/COMMENT +DESCR= ${.CURDIR}/pkg/DESCR +PRTYPE= 820_3300 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips820_3300/pkg-comment b/japanese/pips820_3300/pkg-comment new file mode 100644 index 000000000000..475206bd6278 --- /dev/null +++ b/japanese/pips820_3300/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-820C PM-3300C (with Japanese messages) diff --git a/japanese/pips820_3300/pkg-descr b/japanese/pips820_3300/pkg-descr new file mode 100644 index 000000000000..74d9366054cb --- /dev/null +++ b/japanese/pips820_3300/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-820C PM-3300C. 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 "filter820_3300.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm820c_3300c|EPSON PM-820C PM-3300C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips820_3300/filter820_3300.rev:\ + :sd=/var/spool/lpd/pm820c_3300c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips820_3300 -la JP +************************************************************* diff --git a/japanese/pips820_3300/pkg-plist b/japanese/pips820_3300/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/japanese/pips820_3300/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |