diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 09:59:14 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 09:59:14 +0800 |
commit | 84dbc30c1020a22abef57c75362c4b5b63d91973 (patch) | |
tree | 330b69a03b1c3232cac8c771867eb23b6ac89d57 | |
parent | 44afea53fcc3a2f63d7eaaa31dc955a7d59db98c (diff) | |
download | freebsd-ports-gnome-84dbc30c1020a22abef57c75362c4b5b63d91973.tar.gz freebsd-ports-gnome-84dbc30c1020a22abef57c75362c4b5b63d91973.tar.zst freebsd-ports-gnome-84dbc30c1020a22abef57c75362c4b5b63d91973.zip |
Photo Image Print System for Linux -- EPSON PM-780C (with Japanese messages)
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pips780/Makefile | 14 | ||||
-rw-r--r-- | japanese/pips780/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pips780/pkg-descr | 22 |
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 3643efa3307e..56027f314371 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -229,6 +229,7 @@ SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 + SUBDIR += pips780 SUBDIR += pips800 SUBDIR += pips820_3300 SUBDIR += pips900 diff --git a/japanese/pips780/Makefile b/japanese/pips780/Makefile new file mode 100644 index 000000000000..1d493191d669 --- /dev/null +++ b/japanese/pips780/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: pips for EPSON PM-780C +# Date created: 2001.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780 + +do-install: # empty + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pips780/pkg-comment b/japanese/pips780/pkg-comment new file mode 100644 index 000000000000..9f047ed5ade9 --- /dev/null +++ b/japanese/pips780/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux -- EPSON PM-780C (with Japanese messages) diff --git a/japanese/pips780/pkg-descr b/japanese/pips780/pkg-descr new file mode 100644 index 000000000000..85c8d0b8713c --- /dev/null +++ b/japanese/pips780/pkg-descr @@ -0,0 +1,22 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-780C. 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 "filter780.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm780c|EPSON PM-780C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips780/filter780.rev:\ + :sd=/var/spool/lpd/pm780c:\ + :mx#0:\ + :lf=/var/log/lpd-errs + +************************************************************* +To run with Japanese messages, you should execute as follows: + env LANG=ja_JP pips780 -la JP +************************************************************* |