diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 02:03:00 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 02:03:00 +0800 |
commit | 2cfba93fd10b58a5bc57db77f3c8ee0858d0860a (patch) | |
tree | d89a56e2ffe6ff102b4611a929637ecff898e5bf /print | |
parent | 4febf586a31ad6cc439f8e2c1b885dba6e77de7a (diff) | |
download | freebsd-ports-gnome-2cfba93fd10b58a5bc57db77f3c8ee0858d0860a.tar.gz freebsd-ports-gnome-2cfba93fd10b58a5bc57db77f3c8ee0858d0860a.tar.zst freebsd-ports-gnome-2cfba93fd10b58a5bc57db77f3c8ee0858d0860a.zip |
Photo Image Print System for Linux --- EPSON PM-920C
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips920/Makefile | 12 | ||||
-rw-r--r-- | print/pips920/distinfo | 1 | ||||
-rw-r--r-- | print/pips920/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips920/pkg-descr | 25 |
5 files changed, 40 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 756c62f3f1cd..aa94bf11d0ae 100644 --- a/print/Makefile +++ b/print/Makefile @@ -116,6 +116,7 @@ SUBDIR += pips820ug SUBDIR += pips880 SUBDIR += pips900 + SUBDIR += pips920 SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 diff --git a/print/pips920/Makefile b/print/pips920/Makefile new file mode 100644 index 000000000000..ead393a9056d --- /dev/null +++ b/print/pips920/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-920C +# Date created: 01/09/17 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 920 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips920/distinfo b/print/pips920/distinfo new file mode 100644 index 000000000000..5422c64a53a2 --- /dev/null +++ b/print/pips920/distinfo @@ -0,0 +1 @@ +MD5 (pips920-2.1.i386.tgz) = a734f5a740862b6079d477f477042633 diff --git a/print/pips920/pkg-comment b/print/pips920/pkg-comment new file mode 100644 index 000000000000..5e3db23a60bb --- /dev/null +++ b/print/pips920/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-920C diff --git a/print/pips920/pkg-descr b/print/pips920/pkg-descr new file mode 100644 index 000000000000..bc4c82926dee --- /dev/null +++ b/print/pips920/pkg-descr @@ -0,0 +1,25 @@ +This port is for a printer filter of EPSON PM-920C. 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. See the below +URL: + +WWW: http://www.epkowa.co.jp/ + +This port has a modified filter "filter920.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips920/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 pips920 env LANG=fr pips920 + env LANG=de pips920 env LANG=es pips920 + env LANG=it pips920 env LANG=nl pips920 + env LANG=pt pips920 env LANG=ko pips920 (*) + env LANG=zh_CN pips920 (*)(**) env LANG=zh_TW.Big5 pips920 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips920/readme_for_zh |