ok? -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
Index: Makefile =================================================================== RCS file: /home2/cvs/OpenBSD/ports/print/foomatic-filters/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 23 Nov 2008 22:35:33 -0000 1.7 +++ Makefile 14 Dec 2008 09:07:33 -0000 @@ -3,12 +3,10 @@ COMMENT= Foomatic PPD print filters DISTNAME= foomatic-filters-3.0.2 -PKGNAME= ${DISTNAME}p3 +PKGNAME= ${DISTNAME}p4 CATEGORIES= print HOMEPAGE= http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic - -MAINTAINER= Jacob Meuser <jake...@openbsd.org> # GPLv2 PERMIT_PACKAGE_CDROM= Yes Index: pkg/DESCR =================================================================== RCS file: /home2/cvs/OpenBSD/ports/print/foomatic-filters/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- pkg/DESCR 9 Sep 2007 14:40:29 -0000 1.1.1.1 +++ pkg/DESCR 14 Dec 2008 09:07:33 -0000 @@ -1,3 +1,16 @@ Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format using a printer/driver specific, but spooler-independent PPD file. + +To use foomatic-rip(1) as the input filter for lpd(8), create a +printcap(5) entry similar to the following: + +C64|Epson Stylus C64:\ + :lp=/dev/ulpt0:\ + :af=${SYSCONFDIR}/foomatic/C64.ppd:\ + :if=${PREFIX}/bin/foomatic-rip:\ + :sd=/var/spool/output:\ + :lf=/var/log/lpd-errs: + +There are PPD files in the foomatic-db package. foomatic-ppdfile(1) +from the foomatic-db-engine package can be used to generate PPD files. Index: pkg/MESSAGE =================================================================== RCS file: pkg/MESSAGE diff -N pkg/MESSAGE --- pkg/MESSAGE 19 Oct 2007 09:12:03 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -To use foomatic-rip(1) as the input filter for lpd(8), create a -printcap(5) entry similar to the following: - -C64|Epson Stylus C64:\ - :lp=/dev/ulpt0:\ - :af=${SYSCONFDIR}/foomatic/C64.ppd:\ - :if=${PREFIX}/bin/foomatic-rip:\ - :sd=/var/spool/output:\ - :lf=/var/log/lpd-errs: - -There are PPD files in the foomatic-db package. foomatic-ppdfile(1) -from the foomatic-db-engine package can be used to generate PPD files.