pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/foomatic-filters Add a message to mention that a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bee331d5bb0
branches:  trunk
changeset: 500612:2bee331d5bb0
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 10 20:30:07 2005 +0000

description:
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.

diffstat:

 print/foomatic-filters/MESSAGE  |  14 ++++++++++++++
 print/foomatic-filters/Makefile |   6 ++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r eff5a9a605bd -r 2bee331d5bb0 print/foomatic-filters/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/foomatic-filters/MESSAGE    Mon Oct 10 20:30:07 2005 +0000
@@ -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 -r eff5a9a605bd -r 2bee331d5bb0 print/foomatic-filters/Makefile
--- a/print/foomatic-filters/Makefile   Mon Oct 10 20:26:49 2005 +0000
+++ b/print/foomatic-filters/Makefile   Mon Oct 10 20:30:07 2005 +0000
@@ -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@localhost
-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 @@
 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



Home | Main Index | Thread Index | Old Index