pkg-descr

CUPS-PDF is designed to produce PDF files in a heterogeneous network by
providing a PDF printer on the central fileserver. After restarting CUPS, you
will be able to choose "CUPS-PDF (Virtual PDF Printer)" when setting up a new
printer in CUPS. Once you print to the new device all converted PDF files will
be placed in the specified directory.

Author: Volker C. Behr
WWW: http://www.cups-pdf.de/

pkg-plist

libexec/cups/backend/cups-pdf
share/cups/model/CUPS-PDF.ppd
@unexec if cmp -s %D/etc/cups/cups-pdf.conf.sample %D/etc/cups/cups-pdf.conf; then rm -f %D/etc/cups/cups-pdf.conf; fi
etc/cups/cups-pdf.conf.sample
@exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%