From 23571a0dc13cd3fa841956d72311e79b83e81f67 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 10 Oct 2005 20:30:07 +0000 Subject: Add a message to mention that a2ps or enscript may be used. Bump PKGREVISION. Fix homepage. Add --sysconfdir for configure args to fix path to configuration in scripts. --- print/foomatic-filters/MESSAGE | 14 ++++++++++++++ print/foomatic-filters/Makefile | 6 ++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 print/foomatic-filters/MESSAGE (limited to 'print/foomatic-filters') diff --git a/print/foomatic-filters/MESSAGE b/print/foomatic-filters/MESSAGE new file mode 100644 index 00000000000..3509d80b271 --- /dev/null +++ b/print/foomatic-filters/MESSAGE @@ -0,0 +1,14 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2005/10/10 20:30:07 reed Exp $ + +This package depends on mpage. + +The foomatic-rip script defaults to use in order: a2ps, enscript, +or mpage. + +This can be adjusted in the ${PKG_SYSCONFDIR}/filter.conf +configuration file with the "textfilter: ..." setting. + +You can install print/a2ps or print/enscript packages if needed. + +=========================================================================== diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 6c0e86b7d06..d27edf55e8e 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:29 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/10 20:30:07 reed Exp $ DISTNAME= foomatic-filters-3.0.2 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.linuxprinting.org/ +HOMEPAGE= http://www.linuxprinting.org/foomatic.html COMMENT= Spooler independent postscript printing filter # You may choose from any of the following, if you wish @@ -24,6 +25,7 @@ CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub CONFIGURE_ENV+= CUPS=${LOCALBASE}/share/cups CONFIGURE_ENV+= CUPS_FILTERS=${LOCALBASE}/lib/cups/filter CONFIGURE_ENV+= PRINTCAP=/etc/printcap +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} USE_TOOLS+= gmake perl:run USE_PKGINSTALL= yes -- cgit v1.2.3