diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:07:20 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:07:20 +0800 |
commit | b641e432ab90d3f4a5ee5a8077e5ae2733af4562 (patch) | |
tree | cc3d44429b6e80fb7c67e62066e53536e995559f | |
parent | 751ac6d779383474901f7ae214de88bcbf7061c0 (diff) | |
download | freebsd-ports-gnome-b641e432ab90d3f4a5ee5a8077e5ae2733af4562.tar.gz freebsd-ports-gnome-b641e432ab90d3f4a5ee5a8077e5ae2733af4562.tar.zst freebsd-ports-gnome-b641e432ab90d3f4a5ee5a8077e5ae2733af4562.zip |
Photo Image Print System for Linux -- EPSON PM-670C (with Japanese messages)
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips670/Makefile | 16 | ||||
-rw-r--r-- | japanese/pips670/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips670/pkg-descr | 22 |
4 files changed, 40 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1c891eb3f0d8..c20b059a5c16 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -224,6 +224,7 @@ SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 + SUBDIR += pips670 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/japanese/pips670/Makefile b/japanese/pips670/Makefile new file mode 100644 index 000000000000..e47db82b74fb --- /dev/null +++ b/japanese/pips670/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-670C +# Date created: 2000.12.09 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES?= japanese print linux +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 670 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips670/pkg-comment b/japanese/pips670/pkg-comment new file mode 100644 index 000000000000..ba0d8ca967da --- /dev/null +++ b/japanese/pips670/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-670C (with Japanese messages) diff --git a/japanese/pips670/pkg-descr b/japanese/pips670/pkg-descr new file mode 100644 index 000000000000..ce7a2e34a776 --- /dev/null +++ b/japanese/pips670/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-670C. 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 "filter670.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm670c|EPSON PM-670C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips670/filter670.rev:\ + :sd=/var/spool/lpd/pm670c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips670 -la JP +************************************************************* |