diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:20:42 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:20:42 +0800 |
commit | b56d44149788d7576da1c488246d182a1d0fcc21 (patch) | |
tree | e6fb8d2bf9774f920e70147de598d7f233a76ec2 /print | |
parent | c99c8719e2ee1ad30c6ba78204f498a7d2a80204 (diff) | |
download | freebsd-ports-gnome-b56d44149788d7576da1c488246d182a1d0fcc21.tar.gz freebsd-ports-gnome-b56d44149788d7576da1c488246d182a1d0fcc21.tar.zst freebsd-ports-gnome-b56d44149788d7576da1c488246d182a1d0fcc21.zip |
Photo Image Print System for Linux --- EPSON PM-2200C
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips2200/Makefile | 16 | ||||
-rw-r--r-- | print/pips2200/distinfo | 1 | ||||
-rw-r--r-- | print/pips2200/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips2200/pkg-descr | 17 |
5 files changed, 36 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 8591f05482cf..5260709590b6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -74,6 +74,7 @@ SUBDIR += pdflib3 SUBDIR += pdq SUBDIR += perlftlib + SUBDIR += pips2200 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile new file mode 100644 index 000000000000..5f42dbc264f5 --- /dev/null +++ b/print/pips2200/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-2200C +# Date created: 2000.11.07 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= print linux +PORTVERSION= 1.3 +MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/ +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +PRTYPE= 2200 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips2200/distinfo b/print/pips2200/distinfo new file mode 100644 index 000000000000..15e081c423b0 --- /dev/null +++ b/print/pips2200/distinfo @@ -0,0 +1 @@ +MD5 (pips2200-1.3.i386.tgz) = 18d0be4177135d290035f7fd9c3990f6 diff --git a/print/pips2200/pkg-comment b/print/pips2200/pkg-comment new file mode 100644 index 000000000000..b9181d222353 --- /dev/null +++ b/print/pips2200/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-2200C diff --git a/print/pips2200/pkg-descr b/print/pips2200/pkg-descr new file mode 100644 index 000000000000..1dc2b1944642 --- /dev/null +++ b/print/pips2200/pkg-descr @@ -0,0 +1,17 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-2200C. 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 "filter2200.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm2200c|EPSON PM-2200C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips2200/filter2200.rev:\ + :sd=/var/spool/lpd/pm2200c:\ + :mx#0:\ + :lf=/var/log/lpd-errs |