diff options
author | taoka <taoka@FreeBSD.org> | 2001-01-09 01:55:03 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-01-09 01:55:03 +0000 |
commit | c06db33c83e3720b777eae70c3187d373766b5bc (patch) | |
tree | 74c2531b088877d026122665fefbf1478b1e0e87 /print | |
parent | 29c08c41acae7f36c2ad2f073e4e09cc5cf4c5e7 (diff) | |
download | FreeBSD-ports-c06db33c83e3720b777eae70c3187d373766b5bc.zip FreeBSD-ports-c06db33c83e3720b777eae70c3187d373766b5bc.tar.gz |
Photo Image Print System for Linux --- EPSON PM-780C
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips780/Makefile | 12 | ||||
-rw-r--r-- | print/pips780/distinfo | 1 | ||||
-rw-r--r-- | print/pips780/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips780/pkg-descr | 17 |
5 files changed, 32 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5f02142..08d5e16 100644 --- a/print/Makefile +++ b/print/Makefile @@ -83,6 +83,7 @@ SUBDIR += pips750_2000 SUBDIR += pips760 SUBDIR += pips770 + SUBDIR += pips780 SUBDIR += pips800 SUBDIR += pips820_3300 SUBDIR += pips900 diff --git a/print/pips780/Makefile b/print/pips780/Makefile new file mode 100644 index 0000000..b15e135 --- /dev/null +++ b/print/pips780/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: pips for EPSON PM-780C +# Date created: 2000.01.05 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 1.3 +MASTERDIR= ${.CURDIR}/../pips800 +PRTYPE= 780 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips780/distinfo b/print/pips780/distinfo new file mode 100644 index 0000000..73b8846 --- /dev/null +++ b/print/pips780/distinfo @@ -0,0 +1 @@ +MD5 (pips780-1.3.i386.tgz) = 2c5c5f450c0a09f4e7873e2364773bc6 diff --git a/print/pips780/pkg-comment b/print/pips780/pkg-comment new file mode 100644 index 0000000..4d27b3f --- /dev/null +++ b/print/pips780/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-780C diff --git a/print/pips780/pkg-descr b/print/pips780/pkg-descr new file mode 100644 index 0000000..53f0ee1 --- /dev/null +++ b/print/pips780/pkg-descr @@ -0,0 +1,17 @@ +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 |