diff options
author | taoka <taoka@FreeBSD.org> | 2001-11-08 01:58:19 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-11-08 01:58:19 +0800 |
commit | 1ab8c5ae0b0c2e29238b9e8e11e6b9aa76d20951 (patch) | |
tree | 3d22e66132b5d0fcd7c2bb9fbe414807111f7dcb /print | |
parent | ba70f00ea0dca544bc1c0d98ba4962e8d9933460 (diff) | |
download | freebsd-ports-gnome-1ab8c5ae0b0c2e29238b9e8e11e6b9aa76d20951.tar.gz freebsd-ports-gnome-1ab8c5ae0b0c2e29238b9e8e11e6b9aa76d20951.tar.zst freebsd-ports-gnome-1ab8c5ae0b0c2e29238b9e8e11e6b9aa76d20951.zip |
Photo Image Print System for Linux --- EPSON PM-720C
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips720/Makefile | 12 | ||||
-rw-r--r-- | print/pips720/Makefile.bak | 12 | ||||
-rw-r--r-- | print/pips720/distinfo | 1 | ||||
-rw-r--r-- | print/pips720/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips720/pkg-descr | 25 |
6 files changed, 52 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 0876769bca4b..1b6d9ce0c350 100644 --- a/print/Makefile +++ b/print/Makefile @@ -105,6 +105,7 @@ SUBDIR += pips3300 SUBDIR += pips3500 SUBDIR += pips670 + SUBDIR += pips720 SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 diff --git a/print/pips720/Makefile b/print/pips720/Makefile new file mode 100644 index 000000000000..784adadf18ea --- /dev/null +++ b/print/pips720/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-720C +# Date created: 01/10/06 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.1 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 720 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips720/Makefile.bak b/print/pips720/Makefile.bak new file mode 100644 index 000000000000..bfeb7441bb82 --- /dev/null +++ b/print/pips720/Makefile.bak @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-790PT +# Date created: 01/09/17 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.0 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 790 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips720/distinfo b/print/pips720/distinfo new file mode 100644 index 000000000000..8d1bebf524a0 --- /dev/null +++ b/print/pips720/distinfo @@ -0,0 +1 @@ +MD5 (pips720-2.1.i386.tgz) = a6373f781abaa365224f0dfcb577f1af diff --git a/print/pips720/pkg-comment b/print/pips720/pkg-comment new file mode 100644 index 000000000000..5e3d38403089 --- /dev/null +++ b/print/pips720/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-720C diff --git a/print/pips720/pkg-descr b/print/pips720/pkg-descr new file mode 100644 index 000000000000..7d1946c8c55d --- /dev/null +++ b/print/pips720/pkg-descr @@ -0,0 +1,25 @@ +This port is for a printer filter of EPSON PM-720C. 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 "filter720.rev" which is useful to +print out more than one page. Then you execute the next command: + +/usr/local/libexec/pips720/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 pips720 env LANG=fr pips720 + env LANG=de pips720 env LANG=es pips720 + env LANG=it pips720 env LANG=nl pips720 + env LANG=pt pips720 env LANG=ko pips720 (*) + env LANG=zh_CN pips720 (*)(**) env LANG=zh_TW.Big5 pips720 (**) + +(*) These do not work well. +(**) See more informations in /usr/local/share/doc/pips720/readme_for_zh |