diff --git a/print/cups/Makefile b/print/cups/Makefile index dd2d406a33cb..f8e05ae9c087 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,121 +1,114 @@ # Created by: Alan Eldridge PORTNAME= cups -PORTVERSION= 2.3.3op2 +PORTVERSION= 2.4.1 DISTVERSIONPREFIX=v CATEGORIES= print MAINTAINER= tijl@FreeBSD.org COMMENT= Common UNIX Printing System LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= LPRng +USES= compiler:c++11-lang cpe gmake iconv localbase pkgconfig +CPE_VENDOR= apple USE_GITHUB= yes GH_ACCOUNT= OpenPrinting -DESTDIRNAME= DSTROOT +CONFLICTS= LPRng + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-dnssd \ - --disable-gssapi \ - --disable-launchd \ - --disable-systemd \ +CONFIGURE_ARGS= --enable-relro \ --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= -USES= compiler:c++11-lang cpe gmake iconv localbase pkgconfig -CPE_VENDOR= apple + --without-ondemand USE_LDCONFIG= yes USE_RC_SUBR= cupsd GROUPS= cups USERS= cups OPTIONS_DEFINE= AVAHI DBUS DOCS GNUTLS IPPTOOL LIBPAPER NLS X11 OPTIONS_DEFAULT= AVAHI DBUS GNUTLS LIBPAPER OPTIONS_SUB= yes AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app -AVAHI_CONFIGURE_ENABLE= avahi +AVAHI_CONFIGURE_WITH= dnssd=avahi AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_ENABLE= dbus DBUS_SUB_LIST= DBUS_DAEMON=dbus DBUS_SUB_LIST_OFF= DBUS_DAEMON= GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_CONFIGURE_ON= --enable-gnutls -GNUTLS_CONFIGURE_OFF= --disable-ssl +GNUTLS_CONFIGURE_WITH= tls IPPTOOL_DESC= Internet Printing Protocol testing tool LIBPAPER_LIB_DEPENDS= libpaper.so:print/libpaper LIBPAPER_CONFIGURE_ENABLE=libpaper X11_DESC= Install desktop menu item X11_BUILD_DEPENDS= xdg-open:devel/xdg-utils X11_RUN_DEPENDS= xdg-open:devel/xdg-utils .if defined(CUPS_OVERWRITE_BASE) PLIST_SUB+= OVERWRITE="" .else PLIST_SUB+= OVERWRITE="@comment " .endif .if exists(/usr/lib/libusb.so) PLIST_SUB+= USB="" .else PLIST_SUB+= USB="@comment " .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--enable-debug --enable-debug-printfs .endif .include .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} 's/usblp/ulpt/g' ${WRKSRC}/backend/usb-libusb.c @${REINPLACE_CMD} -e 's|/usr/local/etc/pam.d|${LOCALBASE}/etc/pam.d|' \ - -e 's/-fstack-protector//' ${WRKSRC}/configure - @${FIND} ${WRKSRC}/doc ${WRKSRC}/templates -type f -exec ${SED} -i '' \ - 's|http://www.cups.org|https://www.cups.org|g' {} + - @${REINPLACE_CMD} '/stripopt=/s/-x//' ${WRKSRC}/install-sh + ${WRKSRC}/configure @${REINPLACE_CMD} 's|/etc/cups|${LOCALBASE}/etc/cups|g' \ ${WRKSRC}/man/*.[1-9] @${REINPLACE_CMD} -e 's|\.default|.sample|'\ ${WRKSRC}/cgi-bin/admin.c\ ${WRKSRC}/conf/Makefile post-patch-DOCS-off: # Link to online documentation. @${FIND} ${WRKSRC}/doc ${WRKSRC}/templates -type f -exec ${SED} -i '' \ - -e 's|[Hh][Rr][Ee][Ff]="/*help/\([{"]\)|href="https://www.cups.org/documentation.html\1|g' \ - -e '/have_gssapi/s|[Hh][Rr][Ee][Ff]="/*help/|href="https\\://www.cups.org/doc/|g' \ - -e 's|[Hh][Rr][Ee][Ff]="/*help/|href="https://www.cups.org/doc/|g' {} + + -e 's|[Hh][Rr][Ee][Ff]="/*help/{[^"]*"|href="https://openprinting.github.io/cups/#DOCUMENTATION|g' \ + -e 's|[Hh][Rr][Ee][Ff]="/*help/"|href="https://openprinting.github.io/cups/#DOCUMENTATION|g' \ + -e '/have_gssapi/s|[Hh][Rr][Ee][Ff]="/*help/|href="https\\://openprinting.github.io/cups/doc/|g' \ + -e 's|[Hh][Rr][Ee][Ff]="/*help/|href="https://openprinting.github.io/cups/doc/|g' {} + post-install: ${LN} -sf lpr ${STAGEDIR}${PREFIX}/bin/lpr-cups ${INSTALL_DATA} ${FILESDIR}/cups.conf.sample \ ${STAGEDIR}${PREFIX}/etc/devd ${INSTALL_DATA} ${FILESDIR}/cups ${STAGEDIR}${PREFIX}/etc/pam.d .include diff --git a/print/cups/distinfo b/print/cups/distinfo index a986a702cb18..7c710517534c 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613065122 -SHA256 (OpenPrinting-cups-v2.3.3op2_GH0.tar.gz) = 5d7dc1f05cde3d5c31d3a2b3b54d519ca74e42c1b25df1add9a1802cd13c65ad -SIZE (OpenPrinting-cups-v2.3.3op2_GH0.tar.gz) = 8249533 +TIMESTAMP = 1651312674 +SHA256 (OpenPrinting-cups-v2.4.1_GH0.tar.gz) = df195c931349949293c832e1337527e7831e1225f567b60caf5d9c206c2bffdc +SIZE (OpenPrinting-cups-v2.4.1_GH0.tar.gz) = 8160270 diff --git a/print/cups/files/patch-configure b/print/cups/files/patch-configure index 331f120f9ce8..bb57aa88721e 100644 --- a/print/cups/files/patch-configure +++ b/print/cups/files/patch-configure @@ -1,33 +1,71 @@ ---- configure.orig 2020-04-27 18:04:29 UTC +--- configure.orig 2022-01-27 11:11:42 UTC +++ configure -@@ -5775,7 +5775,6 @@ fi +@@ -6793,7 +6793,6 @@ LIBS="$SAVELIBS" fi LIBS="$SAVELIBS" -DBUSDIR="" DBUS_NOTIFIER="" DBUS_NOTIFIERLIBS="" -@@ -6590,7 +6589,6 @@ if test "$DSO" != ":"; then - if test $exec_prefix != /usr; then - DSOFLAGS="-Wl,-R$libdir $DSOFLAGS" - LDFLAGS="$LDFLAGS -Wl,-R$libdir" -- EXPORT_LDFLAGS="-Wl,-R$libdir" - fi - ;; - linux* | gnu*) -@@ -8560,13 +8558,7 @@ fi - PAMLIBS="-lpam" - fi - -- # Find the PAM configuration directory, if any... -- for dir in /private/etc/pam.d /etc/pam.d; do -- if test -d $dir; then -- PAMDIR=$dir -- break; -- fi -- done -+ PAMDIR=/usr/local/etc/pam.d - fi - - LIBS="$SAVELIBS" +@@ -7807,7 +7806,6 @@ then : + + DSOFLAGS="-Wl,-R$libdir $DSOFLAGS" + LDFLAGS="$LDFLAGS -Wl,-R$libdir" +- EXPORT_LDFLAGS="-Wl,-R$libdir" + + fi + ;; #( +@@ -8124,7 +8122,6 @@ then : + if ac_fn_c_try_link "$LINENO" + then : + +- OPTIM="$OPTIM -fstack-protector-strong" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + +@@ -8149,7 +8146,6 @@ then : + if ac_fn_c_try_link "$LINENO" + then : + +- OPTIM="$OPTIM -fstack-protector" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + +@@ -8336,6 +8332,7 @@ case $host_os_name in #( + # glibc 2.8 and higher breaks peer credentials unless you + # define _GNU_SOURCE... + OPTIM="$OPTIM -D_GNU_SOURCE" ++esac + + # The -z relro option is provided by the Linux linker command to + # make relocatable data read-only. +@@ -8345,10 +8342,6 @@ fi + RELROFLAGS="-Wl,-z,relro,-z,now" + + fi +- ;; #( +- *) : +- ;; +-esac + + + ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" " +@@ -10191,16 +10184,7 @@ fi + + fi + +- # Find the PAM configuration directory, if any... +- for dir in /private/etc/pam.d /etc/pam.d; do +- if test -d $dir +-then : +- +- PAMDIR="$dir" +- break; +- +-fi +- done ++ PAMDIR=/usr/local/etc/pam.d + + fi + diff --git a/print/cups/files/patch-scheduler_client.c b/print/cups/files/patch-scheduler_client.c new file mode 100644 index 000000000000..1afe1c8fd3e6 --- /dev/null +++ b/print/cups/files/patch-scheduler_client.c @@ -0,0 +1,13 @@ +--- scheduler/client.c.orig 2022-01-27 11:11:42 UTC ++++ scheduler/client.c +@@ -3514,8 +3514,8 @@ pipe_command(cupsd_client_t *con, /* I - Client connec + * Then execute the command... + */ + +- if (cupsdStartProcess(command, argv, envp, infile, fds[1], CGIPipes[1], +- -1, -1, root, DefaultProfile, NULL, &pid) < 0) ++ if (!cupsdStartProcess(command, argv, envp, infile, fds[1], CGIPipes[1], ++ -1, -1, root, DefaultProfile, NULL, &pid)) + { + /* + * Error - can't fork! diff --git a/print/cups/pkg-plist b/print/cups/pkg-plist index 6ff0347f50c0..27c1b3b5af18 100644 --- a/print/cups/pkg-plist +++ b/print/cups/pkg-plist @@ -1,822 +1,884 @@ %%OVERWRITE%%@postexec if test -e /usr/bin/lp; then chmod -h 0 /usr/bin/lp; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lpq; then chmod -h 0 /usr/bin/lpq; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lpr; then chmod -h 0 /usr/bin/lpr; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lprm; then chmod -h 0 /usr/bin/lprm; fi %%OVERWRITE%%@postexec if test -e /usr/sbin/lpc; then chmod -h 0 /usr/sbin/lpc; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lp; then chmod -h 0555 /usr/bin/lp; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lpq; then chmod -h 06555 /usr/bin/lpq; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lpr; then chmod -h 06555 /usr/bin/lpr; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lprm; then chmod -h 06555 /usr/bin/lprm; fi %%OVERWRITE%%@postunexec if test -e /usr/sbin/lpc; then chmod -h 02555 /usr/sbin/lpc; fi bin/cancel bin/cups-config bin/cupstestppd bin/ippeveprinter %%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 @sample etc/devd/cups.conf.sample etc/pam.d/cups include/cups/adminutil.h include/cups/array.h include/cups/backend.h include/cups/cups.h include/cups/dir.h include/cups/file.h include/cups/http.h include/cups/ipp.h include/cups/language.h include/cups/ppd.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/libcupsimage.so lib/libcupsimage.so.2 +libdata/pkgconfig/cups.pc %%AVAHI%%libexec/cups/backend/dnssd libexec/cups/backend/http %%GNUTLS%%libexec/cups/backend/https libexec/cups/backend/ipp %%GNUTLS%%libexec/cups/backend/ipps libexec/cups/backend/lpd libexec/cups/backend/snmp libexec/cups/backend/socket %%USB%%libexec/cups/backend/usb 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/command/ippevepcl libexec/cups/command/ippeveps 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/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/cups.1.gz man/man1/cupstestppd.1.gz man/man1/ippeveprinter.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/ippevepcl.7.gz man/man7/ippeveps.7.gz man/man7/notifier.7.gz man/man8/cups-deviced.8.gz man/man8/cups-driverd.8.gz man/man8/cups-exec.8.gz man/man8/cups-lpd.8.gz man/man8/cups-snmp.8.gz man/man8/cupsaccept.8.gz man/man8/cupsctl.8.gz man/man8/cupsd-helper.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 sbin/cupsaccept sbin/cupsctl sbin/cupsd sbin/cupsdisable sbin/cupsenable sbin/cupsfilter sbin/cupsreject sbin/lpadmin sbin/lpc sbin/lpinfo sbin/lpmove %%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/cancel-current-job.test %%IPPTOOL%%%%DATADIR%%/ipptool/color.jpg %%IPPTOOL%%%%DATADIR%%/ipptool/create-job-format.test %%IPPTOOL%%%%DATADIR%%/ipptool/create-job-sheets.test %%IPPTOOL%%%%DATADIR%%/ipptool/create-job-timeout.test %%IPPTOOL%%%%DATADIR%%/ipptool/create-job.test %%IPPTOOL%%%%DATADIR%%/ipptool/create-printer-subscription.test %%IPPTOOL%%%%DATADIR%%/ipptool/cups-create-local-printer.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/fax-job.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-completed-jobs.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-devices.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-job-attributes.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-job-attributes2.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-job-template-attributes.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-jobs.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-notifications.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppd-printer.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppd.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-drv-only.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-language.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-make-and-model.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-make.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-product.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds-psversion.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-ppds.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printer-attributes-suite.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printer-attributes.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printer-description-attributes.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printers-printer-id.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printers.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-subscriptions.test %%IPPTOOL%%%%DATADIR%%/ipptool/gray.jpg %%IPPTOOL%%%%DATADIR%%/ipptool/identify-printer-display.test %%IPPTOOL%%%%DATADIR%%/ipptool/identify-printer-multiple.test %%IPPTOOL%%%%DATADIR%%/ipptool/identify-printer.test %%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-backend.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-and-wait.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-deflate.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-gzip.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-hold.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-letter.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-manual.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-media-col.test +%%IPPTOOL%%%%DATADIR%%/ipptool/print-job-media-needed.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-password.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-uri.test %%IPPTOOL%%%%DATADIR%%/ipptool/set-attrs-hold.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/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/da/add-class.tmpl +%%NLS%%%%DATADIR%%/templates/da/add-printer.tmpl +%%NLS%%%%DATADIR%%/templates/da/admin.tmpl +%%NLS%%%%DATADIR%%/templates/da/choose-device.tmpl +%%NLS%%%%DATADIR%%/templates/da/choose-make.tmpl +%%NLS%%%%DATADIR%%/templates/da/choose-model.tmpl +%%NLS%%%%DATADIR%%/templates/da/choose-serial.tmpl +%%NLS%%%%DATADIR%%/templates/da/choose-uri.tmpl +%%NLS%%%%DATADIR%%/templates/da/class-added.tmpl +%%NLS%%%%DATADIR%%/templates/da/class-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/da/class-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/da/class-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/class-modified.tmpl +%%NLS%%%%DATADIR%%/templates/da/class.tmpl +%%NLS%%%%DATADIR%%/templates/da/classes-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/classes.tmpl +%%NLS%%%%DATADIR%%/templates/da/command.tmpl +%%NLS%%%%DATADIR%%/templates/da/edit-config.tmpl +%%NLS%%%%DATADIR%%/templates/da/error-op.tmpl +%%NLS%%%%DATADIR%%/templates/da/error.tmpl +%%NLS%%%%DATADIR%%/templates/da/header.tmpl +%%NLS%%%%DATADIR%%/templates/da/help-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/help-printable.tmpl +%%NLS%%%%DATADIR%%/templates/da/help-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-cancel.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-hold.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-move.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-moved.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-release.tmpl +%%NLS%%%%DATADIR%%/templates/da/job-restart.tmpl +%%NLS%%%%DATADIR%%/templates/da/jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/jobs.tmpl +%%NLS%%%%DATADIR%%/templates/da/list-available-printers.tmpl +%%NLS%%%%DATADIR%%/templates/da/modify-class.tmpl +%%NLS%%%%DATADIR%%/templates/da/modify-printer.tmpl +%%NLS%%%%DATADIR%%/templates/da/norestart.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-boolean.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-conflict.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-pickmany.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-pickone.tmpl +%%NLS%%%%DATADIR%%/templates/da/option-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/da/pager.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-accept.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-added.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-cancel-jobs.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-configured.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-confirm.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-default.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-deleted.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-jobs-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-modified.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-reject.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-start.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer-stop.tmpl +%%NLS%%%%DATADIR%%/templates/da/printer.tmpl +%%NLS%%%%DATADIR%%/templates/da/printers-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/printers.tmpl +%%NLS%%%%DATADIR%%/templates/da/restart.tmpl +%%NLS%%%%DATADIR%%/templates/da/search.tmpl +%%NLS%%%%DATADIR%%/templates/da/set-printer-options-header.tmpl +%%NLS%%%%DATADIR%%/templates/da/set-printer-options-trailer.tmpl +%%NLS%%%%DATADIR%%/templates/da/test-page.tmpl +%%NLS%%%%DATADIR%%/templates/da/trailer.tmpl +%%NLS%%%%DATADIR%%/templates/da/users.tmpl %%NLS%%%%DATADIR%%/templates/de/add-class.tmpl %%NLS%%%%DATADIR%%/templates/de/add-printer.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/search.tmpl %%NLS%%%%DATADIR%%/templates/de/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/de/set-printer-options-trailer.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/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/search.tmpl %%NLS%%%%DATADIR%%/templates/es/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/es/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/test-page.tmpl %%NLS%%%%DATADIR%%/templates/es/trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/users.tmpl %%NLS%%%%DATADIR%%/templates/fr/add-class.tmpl %%NLS%%%%DATADIR%%/templates/fr/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/admin.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-added.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/fr/class.tmpl %%NLS%%%%DATADIR%%/templates/fr/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/classes.tmpl %%NLS%%%%DATADIR%%/templates/fr/command.tmpl %%NLS%%%%DATADIR%%/templates/fr/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/fr/error-op.tmpl %%NLS%%%%DATADIR%%/templates/fr/error.tmpl %%NLS%%%%DATADIR%%/templates/fr/header.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-move.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-release.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/fr/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/jobs.tmpl %%NLS%%%%DATADIR%%/templates/fr/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/fr/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/fr/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/norestart.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/pager.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/printers.tmpl %%NLS%%%%DATADIR%%/templates/fr/restart.tmpl %%NLS%%%%DATADIR%%/templates/fr/search.tmpl %%NLS%%%%DATADIR%%/templates/fr/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/test-page.tmpl %%NLS%%%%DATADIR%%/templates/fr/trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/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/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/search.tmpl %%NLS%%%%DATADIR%%/templates/ja/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/set-printer-options-trailer.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 %%NLS%%%%DATADIR%%/templates/pt_BR/add-class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/admin.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-added.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/classes.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/command.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/error-op.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/error.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-move.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-release.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/jobs.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/norestart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/pager.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printers.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/restart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/search.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/test-page.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/users.tmpl %%DATADIR%%/templates/restart.tmpl %%NLS%%%%DATADIR%%/templates/ru/add-class.tmpl %%NLS%%%%DATADIR%%/templates/ru/add-printer.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/search.tmpl %%NLS%%%%DATADIR%%/templates/ru/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/test-page.tmpl %%NLS%%%%DATADIR%%/templates/ru/trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/users.tmpl %%DATADIR%%/templates/search.tmpl %%DATADIR%%/templates/set-printer-options-header.tmpl %%DATADIR%%/templates/set-printer-options-trailer.tmpl %%DATADIR%%/templates/test-page.tmpl %%DATADIR%%/templates/trailer.tmpl %%DATADIR%%/templates/users.tmpl %%USB%%%%DATADIR%%/usb/org.cups.usb-quirks %%DOCSDIR%%/apple-touch-icon.png %%DOCSDIR%%/cups-printable.css %%DOCSDIR%%/cups.css +%%NLS%%%%DOCSDIR%%/da/index.html %%NLS%%%%DOCSDIR%%/de/index.html %%NLS%%%%DOCSDIR%%/es/index.html +%%NLS%%%%DOCSDIR%%/fr/index.html %%PORTDOCS%%%%DOCSDIR%%/help/accounting.html %%PORTDOCS%%%%DOCSDIR%%/help/admin.html %%PORTDOCS%%%%DOCSDIR%%/help/api-admin.html %%PORTDOCS%%%%DOCSDIR%%/help/api-filter.html %%PORTDOCS%%%%DOCSDIR%%/help/api-ppd.html -%%PORTDOCS%%%%DOCSDIR%%/help/api-raster.html %%PORTDOCS%%%%DOCSDIR%%/help/cgi.html %%PORTDOCS%%%%DOCSDIR%%/help/cupspm.html %%PORTDOCS%%%%DOCSDIR%%/help/encryption.html %%PORTDOCS%%%%DOCSDIR%%/help/firewalls.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-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-cupstestppd.html %%PORTDOCS%%%%DOCSDIR%%/help/man-filter.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ippevepcl.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ippeveprinter.html %%AVAHI%%%%PORTDOCS%%%%DOCSDIR%%/help/man-ippfind.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-command.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-design.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-ipp.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 %%NLS%%%%DOCSDIR%%/pt_BR/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/da/cups_da.po %%NLS%%share/locale/de/cups_de.po %%NLS%%share/locale/en/cups_en.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/pt_BR/cups_pt_BR.po %%NLS%%share/locale/ru/cups_ru.po %%NLS%%share/locale/zh_CN/cups_zh_CN.po @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