ok? -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
Index: Makefile =================================================================== RCS file: /home2/cvs/OpenBSD/ports/print/foomatic-db/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 18 Sep 2008 13:37:41 -0000 1.4 +++ Makefile 14 Dec 2008 08:55:20 -0000 @@ -4,12 +4,10 @@ V= 20070708 DISTNAME= foomatic-db-3.0-${V} -PKGNAME= foomatic-db-3.0.${V} +PKGNAME= foomatic-db-3.0.${V}p0 CATEGORIES= print HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic - -MAINTAINER= Jacob Meuser <jake...@openbsd.org> # GPL PERMIT_PACKAGE_CDROM= Yes Index: pkg/DESCR =================================================================== RCS file: /home2/cvs/OpenBSD/ports/print/foomatic-db/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- pkg/DESCR 9 Sep 2007 14:41:26 -0000 1.1.1.1 +++ pkg/DESCR 14 Dec 2008 08:55:20 -0000 @@ -1,2 +1,11 @@ The collected knowledge about printers, drivers, and driver options in XML files, used by foomatic-db-engine to generate PPD files. + +If you are using or plan to use CUPS, you can make the PPD files +available to CUPS by creating a symbolic link as in the following +command: + +# ln -sf ${PREFIX}/share/foomatic/db/source/PPD \ + ${LOCALBASE}/share/cups/model/foomatic-db-ppds + +cupsd will need to be restarted to register the new PPDs. Index: pkg/MESSAGE =================================================================== RCS file: pkg/MESSAGE diff -N pkg/MESSAGE --- pkg/MESSAGE 9 Sep 2007 14:41:29 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ -If you are using or plan to use CUPS, you can make the PPD files -available to CUPS by creating a symbolic link as in the following -command: - -# ln -sf ${PREFIX}/share/foomatic/db/source/PPD \ - ${LOCALBASE}/share/cups/model/foomatic-db-ppds - -cupsd will need to be restarted to register the new PPDs.