Path to this page:
./
print/foomatic-filters-cups,
Foomatic support for CUPS
Branch: CURRENT,
Version: 3.0.2nb4,
Package name: foomatic-filters-cups-3.0.2nb4,
Maintainer: pkgsrc-usersThis package adds Foomatic support to CUPS.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $
CUPS_FILTERDIR="@CUPS_FILTERDIR@"
case ${STAGE} in
DEINSTALL)
${ECHO} "Removing foomatic-rip filter from CUPS."
${RM} -f ${CUPS_FILTERDIR}/foomatic-rip
;;
esac
Required to run:[
print/foomatic-filters] [
print/cups-base]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2023-07-24) Updated to version: foomatic-filters-cups-3.0.2nb4
- (2023-07-23) Updated to version: foomatic-filters-cups-4.0.17
- (2017-11-12) Updated to version: foomatic-filters-cups-3.0.2nb4
- (2017-05-19) Updated to version: foomatic-filters-cups-3.0.2nb3
- (2014-06-18) Updated to version: foomatic-filters-cups-3.0.2nb2
- (2006-02-06) Updated to version: foomatic-filters-cups-3.0.2nb1
CVS history: (Expand)
2023-07-24 21:25:36 by Benny Siegert | Files touched by this commit (13) | |
Log message:
foomatic-filters: revert 4.0.17 update.
This is incompatible with foomatic-ppd and breaks bulk builds.
Requested by wiz@
|
2023-07-23 12:17:23 by Benny Siegert | Files touched by this commit (13) | |
Log message:
foomatic-filters: update to 4.0.17.
This is a big update across many versions, too many changes to list here.
|
2017-11-12 17:03:37 by Pierre Pronchery | Files touched by this commit (35) |
Log message:
Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.
Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.
As discussed on tech-pkg@
|
2017-11-12 16:37:00 by Pierre Pronchery | Files touched by this commit (38) |
Log message:
Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.
This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).
As discussed on tech-pkg@
|
2017-05-19 15:29:05 by Patrick Welche | Files touched by this commit (31) |
Log message:
Bump PKGREVISION for cups15 -> cups change.
|
2017-05-19 15:18:20 by Patrick Welche | Files touched by this commit (35) |
Log message:
Switch all cups15 packages to use cups.
|
2015-11-25 13:53:10 by Jonathan Perkin | Files touched by this commit (17) |
Log message:
Remove mk/find-prefix.mk usage from the print category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2014-06-18 11:28:18 by Thomas Klausner | Files touched by this commit (40) |
Log message:
Bump PKGREVISION for cups -> cups15 change.
|