Path to this page:
./
print/foomatic-ppds-cups,
Foomatic PPD collection for CUPS servers
Branch: CURRENT,
Version: 20070207nb3,
Package name: foomatic-ppds-cups-20070207nb3,
Maintainer: pkgsrc-usersThis package adds Foomatic PPDs to the CUPS PPD database.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $
CUPS_DATADIR="@CUPS_DATADIR@"
case ${STAGE} in
DEINSTALL)
${ECHO} "Removing Foomatic PPDs from CUPS PPD database."
${RM} -f ${CUPS_DATADIR}/foomatic-ppds
;;
esac
Required to run:[
print/foomatic-ppds] [
print/cups-base]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2017-11-12) Updated to version: foomatic-ppds-cups-20070207nb3
- (2017-05-19) Updated to version: foomatic-ppds-cups-20070207nb2
- (2014-06-18) Updated to version: foomatic-ppds-cups-20070207nb1
- (2007-03-14) Updated to version: foomatic-ppds-cups-20070207
- (2006-02-06) Updated to version: foomatic-ppds-cups-20051217nb1
- (2005-12-18) Package added to pkgsrc.se, version foomatic-ppds-cups-20051217 (created)
CVS history: (Expand)
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:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for cups -> cups15 change.
|
2014-06-18 11:26:12 by Thomas Klausner | Files touched by this commit (46) |
Log message:
Switch all cups packages to use cups15.
|
2010-03-21 17:29:44 by Thomas Klausner | Files touched by this commit (66) |
Log message:
Reset maintainer, developer lost his commit bit.
|