Changelog:
2017-02-24: CUPS-PDF 3.0.1 - corrected a bug with multiple instance naming,
some code and logging improvements,
removed obsolete code,
updated the README file
2017-01-04: CUPS-PDF 3.0.0 - disabled support for multiple PS-files in one file,
improved PS-structure handling,
reordered compiler call to avoid errors
2014-10-19: CUPS-PDF 3.0beta2 - code simplifications and optimizations,
improved file name handling,
removed contrib/ directory from tarball (now on WWW),
new contact data
2012-02-29: CUPS-PDF 3.0beta1 - support for multiple configurations with one backend,
support for option setting via lpoptions or PPD,
new option for selecting output file extension,
improved logging system with better error handling,
various code optimizations,
additional PPD for option setting,
new script in contrib/ for creating user defaults,
updated documentation
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@
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@
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
CUPS-PDF is a PDF writer backend for CUPS.
It is designed to produce PDF files in a heterogeneous network by providing a
PDF printer on the central fileserver. It will convert files printed to its
queue in CUPS to PDF and put them in a per-user-based directory structure.
It can execute post-processing scripts, e.g. to allow mailing the results
to the user.