diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-11 10:38:13 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-11 10:38:13 +0800 |
commit | cb8276d28017ea0bac9f31dac71e6a7ba310ca7e (patch) | |
tree | 78198fc32fc253219a2ef1b134b04a51a4164eaa /print | |
parent | 6b6c2243b152edba9078fb233a3d3fd12356e905 (diff) | |
download | freebsd-ports-gnome-cb8276d28017ea0bac9f31dac71e6a7ba310ca7e.tar.gz freebsd-ports-gnome-cb8276d28017ea0bac9f31dac71e6a7ba310ca7e.tar.zst freebsd-ports-gnome-cb8276d28017ea0bac9f31dac71e6a7ba310ca7e.zip |
Photo Image Print System for Linux --- EPSON PM-3000C
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips3000/Makefile | 16 | ||||
-rw-r--r-- | print/pips3000/distinfo | 1 | ||||
-rw-r--r-- | print/pips3000/pkg-comment | 1 | ||||
-rw-r--r-- | print/pips3000/pkg-descr | 17 |
5 files changed, 36 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5260709590b6..e91d7530a308 100644 --- a/print/Makefile +++ b/print/Makefile @@ -75,6 +75,7 @@ SUBDIR += pdq SUBDIR += perlftlib SUBDIR += pips2200 + SUBDIR += pips3000 SUBDIR += pips760 SUBDIR += pips770 SUBDIR += pips800 diff --git a/print/pips3000/Makefile b/print/pips3000/Makefile new file mode 100644 index 000000000000..35b296c2ed9c --- /dev/null +++ b/print/pips3000/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-3000C +# 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= 3000 + +.include "${MASTERDIR}/Makefile" diff --git a/print/pips3000/distinfo b/print/pips3000/distinfo new file mode 100644 index 000000000000..5868b3f970c6 --- /dev/null +++ b/print/pips3000/distinfo @@ -0,0 +1 @@ +MD5 (pips3000-1.3.i386.tgz) = 29cbff911eb3cb5a24ebdae348bb36d9 diff --git a/print/pips3000/pkg-comment b/print/pips3000/pkg-comment new file mode 100644 index 000000000000..14c685bd0403 --- /dev/null +++ b/print/pips3000/pkg-comment @@ -0,0 +1 @@ +Photo Image Print System for Linux --- EPSON PM-3000C diff --git a/print/pips3000/pkg-descr b/print/pips3000/pkg-descr new file mode 100644 index 000000000000..23890e3296fa --- /dev/null +++ b/print/pips3000/pkg-descr @@ -0,0 +1,17 @@ +Photo Image Print System for Linux is the Printer filter for EPSON +PM-3000C. 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 "filter3000.rev" when you print out +more than one page useful. For example, if you use it, you add the +next entry into /etc/printcap. + +pm3000c|EPSON PM-3000C:\ + :lp=/dev/lpt0:\ + :sh:\ + :if=/usr/local/libexec/pips3000/filter3000.rev:\ + :sd=/var/spool/lpd/pm3000c:\ + :mx#0:\ + :lf=/var/log/lpd-errs |