diff options
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 121 | ||||
-rw-r--r-- | print/cups/distinfo | 2 | ||||
-rw-r--r-- | print/cups/files/cups | 4 | ||||
-rw-r--r-- | print/cups/files/cupsd.in | 35 | ||||
-rw-r--r-- | print/cups/files/patch-conf_mime.convs.in | 15 | ||||
-rw-r--r-- | print/cups/files/patch-configure | 24 | ||||
-rw-r--r-- | print/cups/files/patch-scheduler_auth.c | 20 | ||||
-rw-r--r-- | print/cups/files/patch-scheduler_cups-driverd.cxx | 20 | ||||
-rw-r--r-- | print/cups/pkg-descr | 4 | ||||
-rw-r--r-- | print/cups/pkg-plist | 696 |
10 files changed, 941 insertions, 0 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile new file mode 100644 index 000000000000..978b5c69564b --- /dev/null +++ b/print/cups/Makefile @@ -0,0 +1,121 @@ +# Created by: Alan Eldridge <alane@geeksrus.net> +# $FreeBSD$ + +PORTNAME= cups +PORTVERSION= 2.1.3 +DISTVERSIONSUFFIX=-source +CATEGORIES= print +MASTER_SITES= http://www.cups.org/software/${PORTVERSION}/ + +MAINTAINER= tijl@FreeBSD.org +COMMENT= Common UNIX Printing System + +LICENSE= GPLv2 LGPL20 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE.txt +LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls + +CONFLICTS= LPRng-[0-9]* + +DESTDIRNAME= DSTROOT +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-dnssd \ + --disable-gssapi \ + --disable-launchd \ + --disable-systemd \ + --enable-gnutls \ + --with-cups-user=${USERS} \ + --with-cups-group=${GROUPS} \ + --with-system-groups=wheel \ + --with-dbusdir="${PREFIX}/etc/dbus-1" \ + --with-icondir="${PREFIX}/share/icons" \ + --with-menudir="${DESKTOPDIR}" \ + --with-printcap="${PREFIX}/etc/printcap" \ + --with-rcdir=no \ + --with-optim=" " \ + --with-pam-module="unix" \ + ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI= \ + ac_cv_path_PHP= ac_cv_path_PYTHON= +LIBS+= -L${LOCALBASE}/lib +USES= cpe gmake iconv pkgconfig tar:bzip2 +CPE_VENDOR= apple +USE_LDCONFIG= yes +USE_RC_SUBR= cupsd +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GROUPS= cups +USERS= cups + +OPTIONS_DEFINE= AVAHI DBUS DOCS IPPTOOL LIBPAPER NLS X11 +OPTIONS_DEFAULT= AVAHI DBUS LIBPAPER +OPTIONS_SUB= yes + +AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app +AVAHI_CONFIGURE_ENABLE= avahi +AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon +AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= + +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +DBUS_CONFIGURE_ENABLE= dbus +DBUS_SUB_LIST= DBUS_DAEMON=dbus +DBUS_SUB_LIST_OFF= DBUS_DAEMON= + +IPPTOOL_DESC= Internet Printing Protocol testing tool + +LIBPAPER_LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper +LIBPAPER_CONFIGURE_ENABLE=libpaper + +X11_DESC= Install desktop menu item +X11_BUILD_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +X11_RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils + +.if defined(CUPS_OVERWRITE_BASE) +PLIST_SUB+= OVERWRITE="" +.else +PLIST_SUB+= OVERWRITE="@comment " +.endif + +.include <bsd.port.pre.mk> + +.if empty(ICONV_LIB) +CONFIGURE_ARGS+=ac_cv_search_libiconv_open=no +.endif + +post-patch: + @${REINPLACE_CMD} -e '/SILENT/d' ${WRKSRC}/Makedefs.in + @${REINPLACE_CMD} -e 's|/private/etc/pam.d|${LOCALBASE}/etc/pam.d|' \ + -e 's/-fstack-protector//' ${WRKSRC}/configure + @${REINPLACE_CMD} 's|http://www.cups.org|https://cups.org|' \ + ${WRKSRC}/doc/index.html.in \ + ${WRKSRC}/doc/??/index.html.in \ + ${WRKSRC}/templates/header.tmpl.in \ + ${WRKSRC}/templates/??/header.tmpl.in \ + ${WRKSRC}/templates/help-header.tmpl \ + ${WRKSRC}/templates/??/help-header.tmpl + @${REINPLACE_CMD} '/stripopt=/s/-x//' ${WRKSRC}/install-sh + @${REINPLACE_CMD} 's|/etc/cups|${LOCALBASE}/etc/cups|g' \ + ${WRKSRC}/man/*.man* + @${REINPLACE_CMD} -e 's|\.default|.sample|'\ + ${WRKSRC}/cgi-bin/admin.c\ + ${WRKSRC}/conf/Makefile + +post-patch-DOCS-off: +# Link to online documentation. + @${REINPLACE_CMD} \ + 's|"/*help/|"https://cups.org/documentation.php/doc-${PORTVERSION:R}/|' \ + ${WRKSRC}/doc/index.html.in \ + ${WRKSRC}/doc/??/index.html.in \ + ${WRKSRC}/templates/choose-uri.tmpl \ + ${WRKSRC}/templates/??/choose-uri.tmpl \ + ${WRKSRC}/templates/header.tmpl.in \ + ${WRKSRC}/templates/??/header.tmpl.in \ + ${WRKSRC}/templates/samba-export.tmpl \ + ${WRKSRC}/templates/??/samba-export.tmpl + +post-install: + ${LN} -sf lpr ${STAGEDIR}${PREFIX}/bin/lpr-cups + ${INSTALL_DATA} ${FILESDIR}/cups ${STAGEDIR}${PREFIX}/etc/pam.d + +.include <bsd.port.post.mk> diff --git a/print/cups/distinfo b/print/cups/distinfo new file mode 100644 index 000000000000..74832e87e2bd --- /dev/null +++ b/print/cups/distinfo @@ -0,0 +1,2 @@ +SHA256 (cups-2.1.3-source.tar.bz2) = 36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3 +SIZE (cups-2.1.3-source.tar.bz2) = 8832400 diff --git a/print/cups/files/cups b/print/cups/files/cups new file mode 100644 index 000000000000..193cc95c6573 --- /dev/null +++ b/print/cups/files/cups @@ -0,0 +1,4 @@ +# $FreeBSD$ + +auth include system +account include system diff --git a/print/cups/files/cupsd.in b/print/cups/files/cupsd.in new file mode 100644 index 000000000000..f768f2665832 --- /dev/null +++ b/print/cups/files/cupsd.in @@ -0,0 +1,35 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: cupsd +# REQUIRE: DAEMON %%DBUS_DAEMON%% %%AVAHI_DAEMON%% +# KEYWORD: shutdown +# +# Add the following to /etc/rc.conf[.local] to enable this service +# +# cupsd_enable="YES" +# + +. /etc/rc.subr + +name="cupsd" +rcvar="cupsd_enable" + +start_precmd="${name}_prestart" + +command="%%PREFIX%%/sbin/cupsd" +extra_commands="reload" + +cupsd_prestart() +{ + if [ -n "$TZ" ]; then + export TZ + fi +} + +load_rc_config ${name} + +: ${cupsd_enable=NO} + +run_rc_command "$1" diff --git a/print/cups/files/patch-conf_mime.convs.in b/print/cups/files/patch-conf_mime.convs.in new file mode 100644 index 000000000000..b460d92b0424 --- /dev/null +++ b/print/cups/files/patch-conf_mime.convs.in @@ -0,0 +1,15 @@ +Lower PostScript-to-PostScript cost such that PostScript files are sent to +PostScript printers directly without intermediate conversion to PDF, see +http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format + +--- conf/mime.convs.in.orig 2013-06-07 01:00:33 UTC ++++ conf/mime.convs.in +@@ -38,7 +38,7 @@ + # PostScript filters + # + +-application/postscript application/vnd.cups-postscript 66 pstops ++application/postscript application/vnd.cups-postscript 65 pstops + + ######################################################################## + # diff --git a/print/cups/files/patch-configure b/print/cups/files/patch-configure new file mode 100644 index 000000000000..e667eebbc89c --- /dev/null +++ b/print/cups/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig 2016-02-05 17:22:09 UTC ++++ configure +@@ -5390,6 +5390,13 @@ $as_echo "yes" >&6; } + CFLAGS="$CFLAGS `$PKGCONFIG --cflags libusb-1.0`" + LIBUSB="`$PKGCONFIG --libs libusb-1.0`" + USBQUIRKS="\$(DATADIR)/usb" ++ elif test -f /usr/lib/libusb.so; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ $as_echo "#define HAVE_LIBUSB 1" >>confdefs.h ++ ++ LIBUSB="-lusb" ++ USBQUIRKS="\$(DATADIR)/usb" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +@@ -5656,7 +5663,6 @@ if test "${with_dbusdir+set}" = set; the + fi + + +-DBUSDIR="" + DBUS_NOTIFIER="" + DBUS_NOTIFIERLIBS="" + diff --git a/print/cups/files/patch-scheduler_auth.c b/print/cups/files/patch-scheduler_auth.c new file mode 100644 index 000000000000..1d4cecbbabbd --- /dev/null +++ b/print/cups/files/patch-scheduler_auth.c @@ -0,0 +1,20 @@ +--- scheduler/auth.c.orig 2015-10-26 19:46:02 UTC ++++ scheduler/auth.c +@@ -456,7 +456,7 @@ cupsdAuthorize(cupsd_client_t *con) /* I + + peersize = sizeof(peercred); + +-# ifdef __APPLE__ ++# if defined(__APPLE__) || defined(__FreeBSD__) + if (getsockopt(httpGetFd(con->http), 0, LOCAL_PEERCRED, &peercred, &peersize)) + # else + if (getsockopt(httpGetFd(con->http), SOL_SOCKET, SO_PEERCRED, &peercred, &peersize)) +@@ -854,7 +854,7 @@ cupsdAuthorize(cupsd_client_t *con) /* I + + peersize = sizeof(peercred); + +-# ifdef __APPLE__ ++# if defined(__APPLE__) || defined(__FreeBSD__) + if (getsockopt(httpGetFd(con->http), 0, LOCAL_PEERCRED, &peercred, &peersize)) + # else + if (getsockopt(httpGetFd(con->http), SOL_SOCKET, SO_PEERCRED, &peercred, diff --git a/print/cups/files/patch-scheduler_cups-driverd.cxx b/print/cups/files/patch-scheduler_cups-driverd.cxx new file mode 100644 index 000000000000..7f8dbf101a78 --- /dev/null +++ b/print/cups/files/patch-scheduler_cups-driverd.cxx @@ -0,0 +1,20 @@ +--- scheduler/cups-driverd.cxx.orig 2015-06-12 01:21:05 UTC ++++ scheduler/cups-driverd.cxx +@@ -913,7 +913,7 @@ get_file(const char *name, /* I - Name + } + else + +-#elif defined(__linux) ++#elif defined(__linux) || defined(__FreeBSD__) || defined(__DragonFly__) + if (!strncmp(name, "lsb/usr/", 8)) + { + /* +@@ -1093,7 +1093,7 @@ list_ppds(int request_id, /* I - + load_ppds("/System/Library/Printers/PPDs/Contents/Resources/en.lproj", + "System/Library/Printers/PPDs/Contents/Resources/en.lproj", 0); + +-#elif defined(__linux) ++#elif defined(__linux) || defined(__FreeBSD__) || defined(__DragonFly__) + /* + * Load PPDs from LSB-defined locations... + */ diff --git a/print/cups/pkg-descr b/print/cups/pkg-descr new file mode 100644 index 000000000000..433cfd42ea47 --- /dev/null +++ b/print/cups/pkg-descr @@ -0,0 +1,4 @@ +CUPS is a standards-based, open source printing system. It uses the Internet +Printing Protocol (IPP) to support printing to local and network printers. + +WWW: https://cups.org/ diff --git a/print/cups/pkg-plist b/print/cups/pkg-plist new file mode 100644 index 000000000000..7ed42f8b7495 --- /dev/null +++ b/print/cups/pkg-plist @@ -0,0 +1,696 @@ +%%OVERWRITE%%@exec if test -e /usr/bin/lp; then chmod -h 0 /usr/bin/lp; fi +%%OVERWRITE%%@exec if test -e /usr/bin/lpq; then chmod -h 0 /usr/bin/lpq; fi +%%OVERWRITE%%@exec if test -e /usr/bin/lpr; then chmod -h 0 /usr/bin/lpr; fi +%%OVERWRITE%%@exec if test -e /usr/bin/lprm; then chmod -h 0 /usr/bin/lprm; fi +%%OVERWRITE%%@exec if test -e /usr/sbin/lpc; then chmod -h 0 /usr/sbin/lpc; fi +%%OVERWRITE%%@unexec if test -e /usr/bin/lp; then chmod -h 0555 /usr/bin/lp; fi +%%OVERWRITE%%@unexec if test -e /usr/bin/lpq; then chmod -h 06555 /usr/bin/lpq; fi +%%OVERWRITE%%@unexec if test -e /usr/bin/lpr; then chmod -h 06555 /usr/bin/lpr; fi +%%OVERWRITE%%@unexec if test -e /usr/bin/lprm; then chmod -h 06555 /usr/bin/lprm; fi +%%OVERWRITE%%@unexec if test -e /usr/sbin/lpc; then chmod -h 02555 /usr/sbin/lpc; fi +bin/cancel +bin/cups-config +bin/cupstestdsc +bin/cupstestppd +%%AVAHI%%bin/ippfind +%%IPPTOOL%%bin/ipptool +bin/lp +bin/lpoptions +bin/lpq +bin/lpr +bin/lpr-cups +bin/lprm +bin/lpstat +bin/ppdc +bin/ppdhtml +bin/ppdi +bin/ppdmerge +bin/ppdpo +@sample(,cups,640) %%ETCDIR%%/cups-files.conf.sample +@sample(,cups,640) %%ETCDIR%%/cupsd.conf.sample +@sample(,cups,640) %%ETCDIR%%/snmp.conf.sample +etc/dbus-1/system.d/cups.conf +etc/pam.d/cups +include/cups/adminutil.h +include/cups/array.h +include/cups/backend.h +include/cups/cgi.h +include/cups/cups.h +include/cups/dir.h +include/cups/file.h +include/cups/help-index.h +include/cups/http.h +include/cups/ipp.h +include/cups/language.h +include/cups/mime.h +include/cups/ppd.h +include/cups/ppdc.h +include/cups/pwg.h +include/cups/raster.h +include/cups/sidechannel.h +include/cups/transcode.h +include/cups/versioning.h +lib/libcups.so +lib/libcups.so.2 +lib/libcupscgi.so +lib/libcupscgi.so.1 +lib/libcupsimage.so +lib/libcupsimage.so.2 +lib/libcupsmime.so +lib/libcupsmime.so.1 +lib/libcupsppdc.so +lib/libcupsppdc.so.1 +libexec/cups/backend/http +libexec/cups/backend/https +libexec/cups/backend/ipp +libexec/cups/backend/ipps +libexec/cups/backend/lpd +libexec/cups/backend/snmp +libexec/cups/backend/socket +libexec/cups/backend/usb +%%AVAHI%%libexec/cups/backend/dnssd +libexec/cups/cgi-bin/admin.cgi +libexec/cups/cgi-bin/classes.cgi +libexec/cups/cgi-bin/help.cgi +libexec/cups/cgi-bin/jobs.cgi +libexec/cups/cgi-bin/printers.cgi +libexec/cups/daemon/cups-deviced +libexec/cups/daemon/cups-driverd +libexec/cups/daemon/cups-exec +libexec/cups/daemon/cups-lpd +libexec/cups/filter/commandtops +libexec/cups/filter/gziptoany +libexec/cups/filter/pstops +libexec/cups/filter/rastertodymo +libexec/cups/filter/rastertoepson +libexec/cups/filter/rastertohp +libexec/cups/filter/rastertolabel +libexec/cups/filter/rastertopwg +libexec/cups/monitor/bcp +libexec/cups/monitor/tbcp +%%DBUS%%libexec/cups/notifier/dbus +libexec/cups/notifier/mailto +libexec/cups/notifier/rss +man/man1/cancel.1.gz +man/man1/cups-config.1.gz +man/man1/cupstestdsc.1.gz +man/man1/cupstestppd.1.gz +man/man1/cups.1.gz +%%AVAHI%%man/man1/ippfind.1.gz +%%IPPTOOL%%man/man1/ipptool.1.gz +man/man1/lp.1.gz +man/man1/lpoptions.1.gz +man/man1/lpq.1.gz +man/man1/lpr.1.gz +man/man1/lprm.1.gz +man/man1/lpstat.1.gz +man/man1/ppdc.1.gz +man/man1/ppdhtml.1.gz +man/man1/ppdi.1.gz +man/man1/ppdmerge.1.gz +man/man1/ppdpo.1.gz +man/man5/classes.conf.5.gz +man/man5/client.conf.5.gz +man/man5/cups-files.conf.5.gz +man/man5/cups-snmp.conf.5.gz +man/man5/cupsd-logs.5.gz +man/man5/cupsd.conf.5.gz +%%IPPTOOL%%man/man5/ipptoolfile.5.gz +man/man5/mailto.conf.5.gz +man/man5/mime.convs.5.gz +man/man5/mime.types.5.gz +man/man5/ppdcfile.5.gz +man/man5/printers.conf.5.gz +man/man5/subscriptions.conf.5.gz +man/man7/backend.7.gz +man/man7/filter.7.gz +man/man7/notifier.7.gz +man/man8/accept.8.gz +man/man8/cupsd-helper.8.gz +man/man8/cups-deviced.8.gz +man/man8/cups-exec.8.gz +man/man8/cups-driverd.8.gz +man/man8/cups-lpd.8.gz +man/man8/cups-snmp.8.gz +man/man8/cupsaccept.8.gz +man/man8/cupsaddsmb.8.gz +man/man8/cupsctl.8.gz +man/man8/cupsd.8.gz +man/man8/cupsdisable.8.gz +man/man8/cupsenable.8.gz +man/man8/cupsfilter.8.gz +man/man8/cupsreject.8.gz +man/man8/lpadmin.8.gz +man/man8/lpc.8.gz +man/man8/lpinfo.8.gz +man/man8/lpmove.8.gz +man/man8/reject.8.gz +sbin/accept +sbin/cupsaccept +sbin/cupsaddsmb +sbin/cupsctl +sbin/cupsd +sbin/cupsdisable +sbin/cupsenable +sbin/cupsfilter +sbin/cupsreject +sbin/lpadmin +sbin/lpc +sbin/lpinfo +sbin/lpmove +sbin/reject +%%X11%%share/applications/cups.desktop +%%DATADIR%%/drv/sample.drv +%%DATADIR%%/examples/color.drv +%%DATADIR%%/examples/constraint.drv +%%DATADIR%%/examples/custom.drv +%%DATADIR%%/examples/grouping.drv +%%DATADIR%%/examples/laserjet-basic.drv +%%DATADIR%%/examples/laserjet-pjl.drv +%%DATADIR%%/examples/minimum.drv +%%DATADIR%%/examples/postscript.drv +%%DATADIR%%/examples/r300-basic.drv +%%DATADIR%%/examples/r300-colorman.drv +%%DATADIR%%/examples/r300-remote.drv +%%IPPTOOL%%%%DATADIR%%/ipptool/color.jpg +%%IPPTOOL%%%%DATADIR%%/ipptool/create-printer-subscription.test +%%IPPTOOL%%%%DATADIR%%/ipptool/document-a4.pdf +%%IPPTOOL%%%%DATADIR%%/ipptool/document-a4.ps +%%IPPTOOL%%%%DATADIR%%/ipptool/document-letter.pdf +%%IPPTOOL%%%%DATADIR%%/ipptool/document-letter.ps +%%IPPTOOL%%%%DATADIR%%/ipptool/get-completed-jobs.test +%%IPPTOOL%%%%DATADIR%%/ipptool/get-jobs.test +%%IPPTOOL%%%%DATADIR%%/ipptool/get-notifications.test +%%IPPTOOL%%%%DATADIR%%/ipptool/get-printer-attributes.test +%%IPPTOOL%%%%DATADIR%%/ipptool/get-subscriptions.test +%%IPPTOOL%%%%DATADIR%%/ipptool/gray.jpg +%%IPPTOOL%%%%DATADIR%%/ipptool/ipp-1.1.test +%%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.0.test +%%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.1.test +%%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.2.test +%%IPPTOOL%%%%DATADIR%%/ipptool/ipp-everywhere.test +%%IPPTOOL%%%%DATADIR%%/ipptool/onepage-a4.pdf +%%IPPTOOL%%%%DATADIR%%/ipptool/onepage-a4.ps +%%IPPTOOL%%%%DATADIR%%/ipptool/onepage-letter.pdf +%%IPPTOOL%%%%DATADIR%%/ipptool/onepage-letter.ps +%%IPPTOOL%%%%DATADIR%%/ipptool/print-job-deflate.test +%%IPPTOOL%%%%DATADIR%%/ipptool/print-job-gzip.test +%%IPPTOOL%%%%DATADIR%%/ipptool/print-job.test +%%IPPTOOL%%%%DATADIR%%/ipptool/testfile.jpg +%%IPPTOOL%%%%DATADIR%%/ipptool/testfile.pcl +%%IPPTOOL%%%%DATADIR%%/ipptool/testfile.pdf +%%IPPTOOL%%%%DATADIR%%/ipptool/testfile.ps +%%IPPTOOL%%%%DATADIR%%/ipptool/testfile.txt +%%IPPTOOL%%%%DATADIR%%/ipptool/validate-job.test +%%DATADIR%%/mime/mime.convs +%%DATADIR%%/mime/mime.types +%%DATADIR%%/ppdc/epson.h +%%DATADIR%%/ppdc/font.defs +%%DATADIR%%/ppdc/hp.h +%%DATADIR%%/ppdc/label.h +%%DATADIR%%/ppdc/media.defs +%%DATADIR%%/ppdc/raster.defs +%%DATADIR%%/templates/add-class.tmpl +%%DATADIR%%/templates/add-printer.tmpl +%%DATADIR%%/templates/add-rss-subscription.tmpl +%%DATADIR%%/templates/admin.tmpl +%%DATADIR%%/templates/choose-device.tmpl +%%DATADIR%%/templates/choose-make.tmpl +%%DATADIR%%/templates/choose-model.tmpl +%%DATADIR%%/templates/choose-serial.tmpl +%%DATADIR%%/templates/choose-uri.tmpl +%%DATADIR%%/templates/class-added.tmpl +%%DATADIR%%/templates/class-confirm.tmpl +%%DATADIR%%/templates/class-deleted.tmpl +%%DATADIR%%/templates/class-jobs-header.tmpl +%%DATADIR%%/templates/class-modified.tmpl +%%DATADIR%%/templates/class.tmpl +%%DATADIR%%/templates/classes-header.tmpl +%%DATADIR%%/templates/classes.tmpl +%%DATADIR%%/templates/command.tmpl +%%NLS%%%%DATADIR%%/templates/de/add-class.tmpl +%%NLS%%%%DATADIR%%/templates/de/add-printer.tmpl +%%NLS%%%%DATADIR%%/templates/de/add-rss-subscription.tmpl +%%NLS%%%%DATADIR%%/templates/de/admin.tmpl +%%NLS%%%%DATADIR%%/templates/de/choose-device.tmpl +%%NLS%%%%DATADIR%%/templates/de/choose-make.tmpl +%%NLS%%%%DATADIR%%/templates/de/choose-model.tmpl +%%NLS%%%%DATADIR%%/templates/de/choose-serial.tmpl +%%NLS%%%%DATADIR%%/templates/de/choose-uri.tmpl +%%NLS%%%%DATADIR%%/templates/de/class-added.tmpl +%%NLS%%%%DATADIR%%/templates/de/class-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/de/class-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/de/class-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/class-modified.tmpl +%%NLS%%%%DATADIR%%/templates/de/class.tmpl +%%NLS%%%%DATADIR%%/templates/de/classes-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/classes.tmpl +%%NLS%%%%DATADIR%%/templates/de/command.tmpl +%%NLS%%%%DATADIR%%/templates/de/edit-config.tmpl +%%NLS%%%%DATADIR%%/templates/de/error-op.tmpl +%%NLS%%%%DATADIR%%/templates/de/error.tmpl +%%NLS%%%%DATADIR%%/templates/de/header.tmpl +%%NLS%%%%DATADIR%%/templates/de/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/de/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-cancel.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-hold.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-move.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-moved.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-release.tmpl +%%NLS%%%%DATADIR%%/templates/de/job-restart.tmpl +%%NLS%%%%DATADIR%%/templates/de/jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/jobs.tmpl +%%NLS%%%%DATADIR%%/templates/de/list-available-printers.tmpl +%%NLS%%%%DATADIR%%/templates/de/modify-class.tmpl +%%NLS%%%%DATADIR%%/templates/de/modify-printer.tmpl +%%NLS%%%%DATADIR%%/templates/de/norestart.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-boolean.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-conflict.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-pickmany.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-pickone.tmpl +%%NLS%%%%DATADIR%%/templates/de/option-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/de/pager.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-accept.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-cancel-jobs.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-configured.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-default.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-modified.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-reject.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-start.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer-stop.tmpl +%%NLS%%%%DATADIR%%/templates/de/printer.tmpl +%%NLS%%%%DATADIR%%/templates/de/printers-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/printers.tmpl +%%NLS%%%%DATADIR%%/templates/de/restart.tmpl +%%NLS%%%%DATADIR%%/templates/de/samba-export.tmpl +%%NLS%%%%DATADIR%%/templates/de/samba-exported.tmpl +%%NLS%%%%DATADIR%%/templates/de/search.tmpl +%%NLS%%%%DATADIR%%/templates/de/set-printer-options-header.tmpl +%%NLS%%%%DATADIR%%/templates/de/set-printer-options-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/de/subscription-added.tmpl +%%NLS%%%%DATADIR%%/templates/de/subscription-canceled.tmpl +%%NLS%%%%DATADIR%%/templates/de/test-page.tmpl +%%NLS%%%%DATADIR%%/templates/de/trailer.tmpl +%%NLS%%%%DATADIR%%/templates/de/users.tmpl +%%DATADIR%%/templates/edit-config.tmpl +%%DATADIR%%/templates/error-op.tmpl +%%DATADIR%%/templates/error.tmpl +%%NLS%%%%DATADIR%%/templates/es/add-class.tmpl +%%NLS%%%%DATADIR%%/templates/es/add-printer.tmpl +%%NLS%%%%DATADIR%%/templates/es/add-rss-subscription.tmpl +%%NLS%%%%DATADIR%%/templates/es/admin.tmpl +%%NLS%%%%DATADIR%%/templates/es/choose-device.tmpl +%%NLS%%%%DATADIR%%/templates/es/choose-make.tmpl +%%NLS%%%%DATADIR%%/templates/es/choose-model.tmpl +%%NLS%%%%DATADIR%%/templates/es/choose-serial.tmpl +%%NLS%%%%DATADIR%%/templates/es/choose-uri.tmpl +%%NLS%%%%DATADIR%%/templates/es/class-added.tmpl +%%NLS%%%%DATADIR%%/templates/es/class-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/es/class-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/es/class-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/class-modified.tmpl +%%NLS%%%%DATADIR%%/templates/es/class.tmpl +%%NLS%%%%DATADIR%%/templates/es/classes-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/classes.tmpl +%%NLS%%%%DATADIR%%/templates/es/command.tmpl +%%NLS%%%%DATADIR%%/templates/es/edit-config.tmpl +%%NLS%%%%DATADIR%%/templates/es/error-op.tmpl +%%NLS%%%%DATADIR%%/templates/es/error.tmpl +%%NLS%%%%DATADIR%%/templates/es/header.tmpl +%%NLS%%%%DATADIR%%/templates/es/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/es/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-cancel.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-hold.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-move.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-moved.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-release.tmpl +%%NLS%%%%DATADIR%%/templates/es/job-restart.tmpl +%%NLS%%%%DATADIR%%/templates/es/jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/jobs.tmpl +%%NLS%%%%DATADIR%%/templates/es/list-available-printers.tmpl +%%NLS%%%%DATADIR%%/templates/es/modify-class.tmpl +%%NLS%%%%DATADIR%%/templates/es/modify-printer.tmpl +%%NLS%%%%DATADIR%%/templates/es/norestart.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-boolean.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-conflict.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-pickmany.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-pickone.tmpl +%%NLS%%%%DATADIR%%/templates/es/option-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/es/pager.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-accept.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-cancel-jobs.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-configured.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-default.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-modified.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-reject.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-start.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer-stop.tmpl +%%NLS%%%%DATADIR%%/templates/es/printer.tmpl +%%NLS%%%%DATADIR%%/templates/es/printers-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/printers.tmpl +%%NLS%%%%DATADIR%%/templates/es/restart.tmpl +%%NLS%%%%DATADIR%%/templates/es/samba-export.tmpl +%%NLS%%%%DATADIR%%/templates/es/samba-exported.tmpl +%%NLS%%%%DATADIR%%/templates/es/search.tmpl +%%NLS%%%%DATADIR%%/templates/es/set-printer-options-header.tmpl +%%NLS%%%%DATADIR%%/templates/es/set-printer-options-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/es/subscription-added.tmpl +%%NLS%%%%DATADIR%%/templates/es/subscription-canceled.tmpl +%%NLS%%%%DATADIR%%/templates/es/test-page.tmpl +%%NLS%%%%DATADIR%%/templates/es/trailer.tmpl +%%NLS%%%%DATADIR%%/templates/es/users.tmpl +%%DATADIR%%/templates/header.tmpl +%%DATADIR%%/templates/help-header.tmpl +%%DATADIR%%/templates/help-printable.tmpl +%%DATADIR%%/templates/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/add-class.tmpl +%%NLS%%%%DATADIR%%/templates/ja/add-printer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/add-rss-subscription.tmpl +%%NLS%%%%DATADIR%%/templates/ja/admin.tmpl +%%NLS%%%%DATADIR%%/templates/ja/choose-device.tmpl +%%NLS%%%%DATADIR%%/templates/ja/choose-make.tmpl +%%NLS%%%%DATADIR%%/templates/ja/choose-model.tmpl +%%NLS%%%%DATADIR%%/templates/ja/choose-serial.tmpl +%%NLS%%%%DATADIR%%/templates/ja/choose-uri.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class-added.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class-modified.tmpl +%%NLS%%%%DATADIR%%/templates/ja/class.tmpl +%%NLS%%%%DATADIR%%/templates/ja/classes-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/classes.tmpl +%%NLS%%%%DATADIR%%/templates/ja/command.tmpl +%%NLS%%%%DATADIR%%/templates/ja/edit-config.tmpl +%%NLS%%%%DATADIR%%/templates/ja/error-op.tmpl +%%NLS%%%%DATADIR%%/templates/ja/error.tmpl +%%NLS%%%%DATADIR%%/templates/ja/header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/ja/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-cancel.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-hold.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-move.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-moved.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-release.tmpl +%%NLS%%%%DATADIR%%/templates/ja/job-restart.tmpl +%%NLS%%%%DATADIR%%/templates/ja/jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/jobs.tmpl +%%NLS%%%%DATADIR%%/templates/ja/list-available-printers.tmpl +%%NLS%%%%DATADIR%%/templates/ja/modify-class.tmpl +%%NLS%%%%DATADIR%%/templates/ja/modify-printer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/norestart.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-boolean.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-conflict.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-pickmany.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-pickone.tmpl +%%NLS%%%%DATADIR%%/templates/ja/option-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/pager.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-accept.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-cancel-jobs.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-configured.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-default.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-modified.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-reject.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-start.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer-stop.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printers-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/printers.tmpl +%%NLS%%%%DATADIR%%/templates/ja/restart.tmpl +%%NLS%%%%DATADIR%%/templates/ja/samba-export.tmpl +%%NLS%%%%DATADIR%%/templates/ja/samba-exported.tmpl +%%NLS%%%%DATADIR%%/templates/ja/search.tmpl +%%NLS%%%%DATADIR%%/templates/ja/set-printer-options-header.tmpl +%%NLS%%%%DATADIR%%/templates/ja/set-printer-options-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/subscription-added.tmpl +%%NLS%%%%DATADIR%%/templates/ja/subscription-canceled.tmpl +%%NLS%%%%DATADIR%%/templates/ja/test-page.tmpl +%%NLS%%%%DATADIR%%/templates/ja/trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ja/users.tmpl +%%DATADIR%%/templates/job-cancel.tmpl +%%DATADIR%%/templates/job-hold.tmpl +%%DATADIR%%/templates/job-move.tmpl +%%DATADIR%%/templates/job-moved.tmpl +%%DATADIR%%/templates/job-release.tmpl +%%DATADIR%%/templates/job-restart.tmpl +%%DATADIR%%/templates/jobs-header.tmpl +%%DATADIR%%/templates/jobs.tmpl +%%DATADIR%%/templates/list-available-printers.tmpl +%%DATADIR%%/templates/modify-class.tmpl +%%DATADIR%%/templates/modify-printer.tmpl +%%DATADIR%%/templates/norestart.tmpl +%%DATADIR%%/templates/option-boolean.tmpl +%%DATADIR%%/templates/option-conflict.tmpl +%%DATADIR%%/templates/option-header.tmpl +%%DATADIR%%/templates/option-pickmany.tmpl +%%DATADIR%%/templates/option-pickone.tmpl +%%DATADIR%%/templates/option-trailer.tmpl +%%DATADIR%%/templates/pager.tmpl +%%DATADIR%%/templates/printer-accept.tmpl +%%DATADIR%%/templates/printer-added.tmpl +%%DATADIR%%/templates/printer-cancel-jobs.tmpl +%%DATADIR%%/templates/printer-configured.tmpl +%%DATADIR%%/templates/printer-confirm.tmpl +%%DATADIR%%/templates/printer-default.tmpl +%%DATADIR%%/templates/printer-deleted.tmpl +%%DATADIR%%/templates/printer-jobs-header.tmpl +%%DATADIR%%/templates/printer-modified.tmpl +%%DATADIR%%/templates/printer-reject.tmpl +%%DATADIR%%/templates/printer-start.tmpl +%%DATADIR%%/templates/printer-stop.tmpl +%%DATADIR%%/templates/printer.tmpl +%%DATADIR%%/templates/printers-header.tmpl +%%DATADIR%%/templates/printers.tmpl +%%DATADIR%%/templates/restart.tmpl +%%NLS%%%%DATADIR%%/templates/ru/add-class.tmpl +%%NLS%%%%DATADIR%%/templates/ru/add-printer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/add-rss-subscription.tmpl +%%NLS%%%%DATADIR%%/templates/ru/admin.tmpl +%%NLS%%%%DATADIR%%/templates/ru/choose-device.tmpl +%%NLS%%%%DATADIR%%/templates/ru/choose-make.tmpl +%%NLS%%%%DATADIR%%/templates/ru/choose-model.tmpl +%%NLS%%%%DATADIR%%/templates/ru/choose-serial.tmpl +%%NLS%%%%DATADIR%%/templates/ru/choose-uri.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class-added.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class-modified.tmpl +%%NLS%%%%DATADIR%%/templates/ru/class.tmpl +%%NLS%%%%DATADIR%%/templates/ru/classes-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/classes.tmpl +%%NLS%%%%DATADIR%%/templates/ru/command.tmpl +%%NLS%%%%DATADIR%%/templates/ru/edit-config.tmpl +%%NLS%%%%DATADIR%%/templates/ru/error-op.tmpl +%%NLS%%%%DATADIR%%/templates/ru/error.tmpl +%%NLS%%%%DATADIR%%/templates/ru/header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/ru/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-cancel.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-hold.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-move.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-moved.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-release.tmpl +%%NLS%%%%DATADIR%%/templates/ru/job-restart.tmpl +%%NLS%%%%DATADIR%%/templates/ru/jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/jobs.tmpl +%%NLS%%%%DATADIR%%/templates/ru/list-available-printers.tmpl +%%NLS%%%%DATADIR%%/templates/ru/modify-class.tmpl +%%NLS%%%%DATADIR%%/templates/ru/modify-printer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/norestart.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-boolean.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-conflict.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-pickmany.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-pickone.tmpl +%%NLS%%%%DATADIR%%/templates/ru/option-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/pager.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-accept.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-cancel-jobs.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-configured.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-default.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-modified.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-reject.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-start.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer-stop.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printers-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/printers.tmpl +%%NLS%%%%DATADIR%%/templates/ru/restart.tmpl +%%NLS%%%%DATADIR%%/templates/ru/samba-export.tmpl +%%NLS%%%%DATADIR%%/templates/ru/samba-exported.tmpl +%%NLS%%%%DATADIR%%/templates/ru/search.tmpl +%%NLS%%%%DATADIR%%/templates/ru/set-printer-options-header.tmpl +%%NLS%%%%DATADIR%%/templates/ru/set-printer-options-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/subscription-added.tmpl +%%NLS%%%%DATADIR%%/templates/ru/subscription-canceled.tmpl +%%NLS%%%%DATADIR%%/templates/ru/test-page.tmpl +%%NLS%%%%DATADIR%%/templates/ru/trailer.tmpl +%%NLS%%%%DATADIR%%/templates/ru/users.tmpl +%%DATADIR%%/templates/samba-export.tmpl +%%DATADIR%%/templates/samba-exported.tmpl +%%DATADIR%%/templates/search.tmpl +%%DATADIR%%/templates/set-printer-options-header.tmpl +%%DATADIR%%/templates/set-printer-options-trailer.tmpl +%%DATADIR%%/templates/subscription-added.tmpl +%%DATADIR%%/templates/subscription-canceled.tmpl +%%DATADIR%%/templates/test-page.tmpl +%%DATADIR%%/templates/trailer.tmpl +%%DATADIR%%/templates/users.tmpl +%%DATADIR%%/usb/org.cups.usb-quirks +%%DOCSDIR%%/apple-touch-icon.png +%%DOCSDIR%%/cups-printable.css +%%DOCSDIR%%/cups.css +%%NLS%%%%DOCSDIR%%/de/index.html +%%NLS%%%%DOCSDIR%%/es/index.html +%%PORTDOCS%%%%DOCSDIR%%/help/accounting.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-array.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-cgi.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-cups.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-driver.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-filedir.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-filter.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-httpipp.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-mime.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-overview.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-ppd.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-ppdc.html +%%PORTDOCS%%%%DOCSDIR%%/help/api-raster.html +%%PORTDOCS%%%%DOCSDIR%%/help/cgi.html +%%PORTDOCS%%%%DOCSDIR%%/help/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/help/kerberos.html +%%PORTDOCS%%%%DOCSDIR%%/help/license.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-backend.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cancel.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-classes.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-client.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cups-config.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cups-files.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cups-lpd.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cups-snmp.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cups.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsaccept.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsaddsmb.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd-helper.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd-logs.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupsenable.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupstestdsc.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-cupstestppd.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-filter.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ipptool.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ipptoolfile.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lp.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpadmin.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpc.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpinfo.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpmove.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpoptions.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpq.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpr.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lprm.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-lpstat.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-mime.convs.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-mime.types.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-notifier.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ppdc.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ppdhtml.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ppdi.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ppdmerge.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-ppdpo.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-printers.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/man-subscriptions.conf.html +%%PORTDOCS%%%%DOCSDIR%%/help/network.html +%%PORTDOCS%%%%DOCSDIR%%/help/options.html +%%PORTDOCS%%%%DOCSDIR%%/help/overview.html +%%PORTDOCS%%%%DOCSDIR%%/help/policies.html +%%PORTDOCS%%%%DOCSDIR%%/help/postscript-driver.html +%%PORTDOCS%%%%DOCSDIR%%/help/ppd-compiler.html +%%PORTDOCS%%%%DOCSDIR%%/help/raster-driver.html +%%PORTDOCS%%%%DOCSDIR%%/help/ref-ppdcfile.html +%%PORTDOCS%%%%DOCSDIR%%/help/security.html +%%PORTDOCS%%%%DOCSDIR%%/help/sharing.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-banner.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-cmp.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-command.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-design.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-ipp.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-pdf.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-postscript.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-ppd.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-raster.html +%%PORTDOCS%%%%DOCSDIR%%/help/spec-stp.html +%%PORTDOCS%%%%DOCSDIR%%/help/translation.html +%%PORTDOCS%%%%DOCSDIR%%/images/color-wheel.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups-block-diagram.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups-command-chain.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups-icon.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups-postscript-chain.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups-raster-chain.png +%%PORTDOCS%%%%DOCSDIR%%/images/cups.png +%%DOCSDIR%%/images/generic.png +%%PORTDOCS%%%%DOCSDIR%%/images/left.gif +%%PORTDOCS%%%%DOCSDIR%%/images/raster-organization.png +%%PORTDOCS%%%%DOCSDIR%%/images/raster.png +%%PORTDOCS%%%%DOCSDIR%%/images/right.gif +%%PORTDOCS%%%%DOCSDIR%%/images/sample-image.png +%%DOCSDIR%%/images/sel.gif +%%PORTDOCS%%%%DOCSDIR%%/images/smiley.jpg +%%DOCSDIR%%/images/unsel.gif +%%DOCSDIR%%/images/wait.gif +%%DOCSDIR%%/index.html +%%NLS%%%%DOCSDIR%%/ja/index.html +%%DOCSDIR%%/robots.txt +%%NLS%%%%DOCSDIR%%/ru/index.html +%%X11%%share/icons/hicolor/128x128/apps/cups.png +%%X11%%share/icons/hicolor/16x16/apps/cups.png +%%X11%%share/icons/hicolor/32x32/apps/cups.png +%%X11%%share/icons/hicolor/64x64/apps/cups.png +%%NLS%%share/locale/ca/cups_ca.po +%%NLS%%share/locale/cs/cups_cs.po +%%NLS%%share/locale/de/cups_de.po +%%NLS%%share/locale/es/cups_es.po +%%NLS%%share/locale/fr/cups_fr.po +%%NLS%%share/locale/it/cups_it.po +%%NLS%%share/locale/ja/cups_ja.po +%%NLS%%share/locale/ru/cups_ru.po +@dir(,cups,) %%ETCDIR%%/interfaces +@dir(,cups,) %%ETCDIR%%/ppd +@dir(,cups,700) %%ETCDIR%%/ssl +@dir(,cups,) %%ETCDIR%% +@dir libexec/cups/driver +@dir %%DATADIR%%/banners +@dir %%DATADIR%%/data +@dir %%DATADIR%%/model +@dir %%DATADIR%%/profiles +@dir(,cups,775) /var/cache/cups/rss +@dir(,cups,770) /var/cache/cups +@dir /var/log/cups +@dir(cups,wheel,511) /var/run/cups/certs +@dir /var/run/cups +@dir(,cups,1770) /var/spool/cups/tmp +@dir(,cups,710) /var/spool/cups |