--- cups-base/Makefile Tue Jul 4 14:43:06 2006 +++ cups-base/Makefile Tue Jul 4 14:38:19 2006 @@ -8,8 +8,7 @@ # PORTNAME= cups-base -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= print MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${PORTVERSION}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${PORTVERSION}/ \ @@ -41,6 +40,7 @@ CUPS_DOCSDIR= ${PREFIX}/share/doc/cups CUPS_SPOOLDIR= /var/spool/cups CUPS_SOCKET?= /var/run/cups.sock +DOCSDIR= ${CUPS_DOCSDIR} WRKSRC= ${WRKDIR}/cups-${PORTVERSION} # file, dir ownership @@ -127,7 +127,9 @@ lpadmin.$(MAN8EXT) \ lpinfo.$(MAN8EXT) \ lpmove.$(MAN8EXT) \ - lpc.$(MAN8EXT) \ + lpc.$(MAN8EXT) +MLINKS= accept.$(MAN8EXT) reject.$(MAN8EXT) \ + cupsenable.$(MAN8EXT) cupsdisable.$(MAN8EXT) pre-configure:: @${ECHO_MSG} Configuring CUPS with options: --- cups-base/distinfo Tue Jul 4 14:43:06 2006 +++ cups-base/distinfo Tue Jul 4 14:38:19 2006 @@ -1,3 +1,3 @@ -MD5 (cups-1.2.0-source.tar.bz2) = a168b0b1c8bb946060e659e1df2927c5 -SHA256 (cups-1.2.0-source.tar.bz2) = 893a91d96e68de51f767d97d36d2d321320b3611b7178ea9a9d17ad2777f5f9f -SIZE (cups-1.2.0-source.tar.bz2) = 3456476 +MD5 (cups-1.2.1-source.tar.bz2) = f804995e3f469bdefedc033510f6e6a5 +SHA256 (cups-1.2.1-source.tar.bz2) = 10fb273b8118858fdce795608065860865432b2d9f1016b53fff1eb340385e45 +SIZE (cups-1.2.1-source.tar.bz2) = 3475342 --- cups-base/files/patch-Makefile Tue Jul 4 14:43:06 2006 +++ cups-base/files/patch-Makefile Tue Jul 4 14:38:19 2006 @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 18 13:38:50 2006 -+++ Makefile Thu May 18 13:40:07 2006 -@@ -99,56 +99,11 @@ +--- Makefile.orig Fri May 19 14:44:29 2006 ++++ Makefile Thu Jun 29 22:07:22 2006 +@@ -99,57 +99,10 @@ echo Installing cups-config script... $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config -- echo Installing startup script... - if test "x$(INITDIR)" != x; then \ +- echo Installing init scripts...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \ @@ -20,13 +20,16 @@ - if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ - $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ - if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ +- echo Installing StartupItems files...; \ - $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \ - $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ - $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ - elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ +- echo Installing LaunchDaemons configuration file...; \ - $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ - else \ +- echo Installing RC script...; \ - $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ - fi \ - fi @@ -34,7 +37,7 @@ echo Installing cups.conf in $(DBUSDIR)...;\ $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \ $(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \ - fi +- fi - if test "x$(XINETD)" != x; then \ - echo Installing xinetd configuration file for cups-lpd...; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ @@ -52,8 +55,6 @@ - $(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \ - $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \ - $(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \ -- fi -- + fi + - # - # Install source and header files... --- cups-base/pkg-message Tue Jul 4 14:43:06 2006 +++ cups-base/pkg-message Tue Jul 4 14:45:16 2006 @@ -2,7 +2,24 @@ PLEASE NOTE: ============ -To enable printing under Gimp do the following: +To enable printing with local printer you need to give group cups +r/w access to printer device: + +1) Add following to /etc/devfs.rules (create if it doesn't exits): + +[system=10] +add path 'unlpt*' mode 0660 group cups +add path 'ulpt*' mode 0660 group cups +add path 'lpt*' mode 0660 group cups + +2) And following to /etc/rc.conf: + +devfs_system_ruleset="system" + +3) Restart devfs: /etc/rc.d/devfs restart + +To enable printing under Gimp and MS-Windows clients do the following: + 1) Uncomment application/octet-stream line in mime.types 2) Uncomment application/octet-stream line in mime.convs 3) Restart cupsd --- cups-base/pkg-plist Tue Jul 4 14:43:06 2006 +++ cups-base/pkg-plist Tue Jul 4 14:38:19 2006 @@ -43,363 +43,361 @@ lib/libcups.so.2 lib/libcupsimage.so lib/libcupsimage.so.2 -@comment Put man links here -man/man8/reject.8 -man/man8/cupsdisable.8 sbin/cupsdisable sbin/cupsenable sbin/reject -share/doc/cups/cups.css -share/doc/cups/cups-printable.css -share/doc/cups/favicon.ico -share/doc/cups/index.html -share/doc/cups/robots.txt -share/doc/cups/help/api-array.html -share/doc/cups/help/api-cups.html -share/doc/cups/help/api-filedir.html -share/doc/cups/help/api-filter.html -share/doc/cups/help/api-httpipp.html -share/doc/cups/help/api-ppd.html -share/doc/cups/help/api-raster.html -share/doc/cups/help/cgi.html -share/doc/cups/help/glossary.html -share/doc/cups/help/license.html -share/doc/cups/help/man-accept.html -share/doc/cups/help/man-backend.html -share/doc/cups/help/man-cancel.html -share/doc/cups/help/man-classes.conf.html -share/doc/cups/help/man-client.conf.html -share/doc/cups/help/man-cups-config.html -share/doc/cups/help/man-cups-lpd.html -share/doc/cups/help/man-cups-polld.html -share/doc/cups/help/man-cupsaddsmb.html -share/doc/cups/help/man-cupsd.conf.html -share/doc/cups/help/man-filter.html -share/doc/cups/help/man-mime.convs.html -share/doc/cups/help/man-mime.types.html -share/doc/cups/help/man-printers.conf.html -share/doc/cups/help/network.html -share/doc/cups/help/options.html -share/doc/cups/help/overview.html -share/doc/cups/help/ref-access_log.html -share/doc/cups/help/ref-classes-conf.html -share/doc/cups/help/ref-client-conf.html -share/doc/cups/help/ref-cupsd-conf.html -share/doc/cups/help/ref-error_log.html -share/doc/cups/help/ref-page_log.html -share/doc/cups/help/ref-printers-conf.html -share/doc/cups/help/ref-snmp-conf.html -share/doc/cups/help/ref-subscriptions-conf.html -share/doc/cups/help/security.html -share/doc/cups/help/spec-cmp.html -share/doc/cups/help/spec-command.html -share/doc/cups/help/spec-design.html -share/doc/cups/help/spec-ipp.html -share/doc/cups/help/spec-ppd.html -share/doc/cups/help/spec-raster.html -share/doc/cups/help/spec-stp.html -share/doc/cups/help/standard.html -share/doc/cups/help/translation.html -share/doc/cups/help/whatsnew.html -share/doc/cups/help/man-cupsd.html -share/doc/cups/help/man-cupsenable.html -share/doc/cups/help/man-cupstestdsc.html -share/doc/cups/help/man-cupstestppd.html -share/doc/cups/help/man-lp.html -share/doc/cups/help/man-lpadmin.html -share/doc/cups/help/man-lpc.html -share/doc/cups/help/man-lpinfo.html -share/doc/cups/help/man-lpmove.html -share/doc/cups/help/man-lpoptions.html -share/doc/cups/help/man-lppasswd.html -share/doc/cups/help/man-lpq.html -share/doc/cups/help/man-lpr.html -share/doc/cups/help/man-lprm.html -share/doc/cups/help/man-lpstat.html -share/doc/cups/images/bottom-left.gif -share/doc/cups/images/bottom-right.gif -share/doc/cups/images/classes.gif -share/doc/cups/images/cups-block-diagram.gif -share/doc/cups/images/esp-logo.gif -share/doc/cups/images/happy.gif -share/doc/cups/images/logo.gif -share/doc/cups/images/printer-idle.gif -share/doc/cups/images/printer-processing.gif -share/doc/cups/images/printer-stopped.gif -share/doc/cups/images/smiley.jpg -share/doc/cups/images/tab-left.gif -share/doc/cups/images/tab-right.gif -share/doc/cups/images/top-left.gif -share/doc/cups/images/top-middle.gif -share/doc/cups/images/top-right.gif -share/doc/cups/images/web-add-this-printer.gif -share/doc/cups/images/web-password.gif -share/doc/cups/images/web-test-page.gif -share/doc/cups/images/web-printer-driver.gif -share/doc/cups/images/web-printer-status.gif -share/doc/cups/images/web-set-printer-options.gif -share/doc/cups/images/button-accept-jobs.gif -share/doc/cups/images/button-add-class.gif -share/doc/cups/images/button-add-printer.gif -share/doc/cups/images/button-add-this-printer.gif -share/doc/cups/images/button-cancel-all-jobs.gif -share/doc/cups/images/button-cancel-job.gif -share/doc/cups/images/button-change-settings.gif -share/doc/cups/images/button-clean-print-heads.gif -share/doc/cups/images/button-clear.gif -share/doc/cups/images/button-continue.gif -share/doc/cups/images/button-delete-class.gif -share/doc/cups/images/button-delete-printer.gif -share/doc/cups/images/button-edit-configuration-file.gif -share/doc/cups/images/button-export-samba.gif -share/doc/cups/images/button-help.gif -share/doc/cups/images/button-hold-job.gif -share/doc/cups/images/button-manage-classes.gif -share/doc/cups/images/button-manage-jobs.gif -share/doc/cups/images/button-manage-printers.gif -share/doc/cups/images/button-manage-server.gif -share/doc/cups/images/button-modify-class.gif -share/doc/cups/images/button-modify-printer.gif -share/doc/cups/images/button-move-job.gif -share/doc/cups/images/button-move-jobs.gif -share/doc/cups/images/button-print-self-test-page.gif -share/doc/cups/images/button-print-test-page.gif -share/doc/cups/images/button-publish-printer.gif -share/doc/cups/images/button-reject-jobs.gif -share/doc/cups/images/button-release-job.gif -share/doc/cups/images/button-restart-job.gif -share/doc/cups/images/button-save-changes.gif -share/doc/cups/images/button-search.gif -share/doc/cups/images/button-set-allowed-users.gif -share/doc/cups/images/button-set-as-default.gif -share/doc/cups/images/button-set-printer-options.gif -share/doc/cups/images/button-show-active.gif -share/doc/cups/images/button-show-all.gif -share/doc/cups/images/button-show-completed.gif -share/doc/cups/images/button-show-next.gif -share/doc/cups/images/button-show-previous.gif -share/doc/cups/images/button-sort-ascending.gif -share/doc/cups/images/button-sort-descending.gif -share/doc/cups/images/button-start-class.gif -share/doc/cups/images/button-start-printer.gif -share/doc/cups/images/button-stop-class.gif -share/doc/cups/images/button-stop-printer.gif -share/doc/cups/images/button-unpublish-printer.gif -share/doc/cups/images/button-use-default-config.gif -share/doc/cups/images/button-view-access-log.gif -share/doc/cups/images/button-view-error-log.gif -share/doc/cups/images/button-view-page-log.gif -share/doc/cups/images/button-view-printable-version.gif -share/doc/cups/es/images/button-accept-jobs.gif -share/doc/cups/es/images/button-add-class.gif -share/doc/cups/es/images/button-add-printer.gif -share/doc/cups/es/images/button-add-this-printer.gif -share/doc/cups/es/images/button-cancel-all-jobs.gif -share/doc/cups/es/images/button-cancel-job.gif -share/doc/cups/es/images/button-change-settings.gif -share/doc/cups/es/images/button-clean-print-heads.gif -share/doc/cups/es/images/button-clear.gif -share/doc/cups/es/images/button-continue.gif -share/doc/cups/es/images/button-delete-class.gif -share/doc/cups/es/images/button-delete-printer.gif -share/doc/cups/es/images/button-edit-configuration-file.gif -share/doc/cups/es/images/button-export-samba.gif -share/doc/cups/es/images/button-help.gif -share/doc/cups/es/images/button-hold-job.gif -share/doc/cups/es/images/button-manage-classes.gif -share/doc/cups/es/images/button-manage-jobs.gif -share/doc/cups/es/images/button-manage-printers.gif -share/doc/cups/es/images/button-manage-server.gif -share/doc/cups/es/images/button-modify-class.gif -share/doc/cups/es/images/button-modify-printer.gif -share/doc/cups/es/images/button-move-job.gif -share/doc/cups/es/images/button-move-jobs.gif -share/doc/cups/es/images/button-print-self-test-page.gif -share/doc/cups/es/images/button-print-test-page.gif -share/doc/cups/es/images/button-publish-printer.gif -share/doc/cups/es/images/button-reject-jobs.gif -share/doc/cups/es/images/button-release-job.gif -share/doc/cups/es/images/button-restart-job.gif -share/doc/cups/es/images/button-save-changes.gif -share/doc/cups/es/images/button-search.gif -share/doc/cups/es/images/button-set-allowed-users.gif -share/doc/cups/es/images/button-set-as-default.gif -share/doc/cups/es/images/button-set-printer-options.gif -share/doc/cups/es/images/button-show-active.gif -share/doc/cups/es/images/button-show-all.gif -share/doc/cups/es/images/button-show-completed.gif -share/doc/cups/es/images/button-show-next.gif -share/doc/cups/es/images/button-show-previous.gif -share/doc/cups/es/images/button-sort-ascending.gif -share/doc/cups/es/images/button-sort-descending.gif -share/doc/cups/es/images/button-start-class.gif -share/doc/cups/es/images/button-start-printer.gif -share/doc/cups/es/images/button-stop-class.gif -share/doc/cups/es/images/button-stop-printer.gif -share/doc/cups/es/images/button-unpublish-printer.gif -share/doc/cups/es/images/button-use-default-config.gif -share/doc/cups/es/images/button-view-access-log.gif -share/doc/cups/es/images/button-view-error-log.gif -share/doc/cups/es/images/button-view-page-log.gif -share/doc/cups/es/images/button-view-printable-version.gif -share/doc/cups/es/index.html -share/doc/cups/ja/images/button-accept-jobs.gif -share/doc/cups/ja/images/button-add-class.gif -share/doc/cups/ja/images/button-add-printer.gif -share/doc/cups/ja/images/button-add-this-printer.gif -share/doc/cups/ja/images/button-cancel-all-jobs.gif -share/doc/cups/ja/images/button-cancel-job.gif -share/doc/cups/ja/images/button-change-settings.gif -share/doc/cups/ja/images/button-continue.gif -share/doc/cups/ja/images/button-delete-class.gif -share/doc/cups/ja/images/button-delete-printer.gif -share/doc/cups/ja/images/button-edit-configuration-file.gif -share/doc/cups/ja/images/button-export-samba.gif -share/doc/cups/ja/images/button-help.gif -share/doc/cups/ja/images/button-hold-job.gif -share/doc/cups/ja/images/button-move-job.gif -share/doc/cups/ja/images/button-manage-classes.gif -share/doc/cups/ja/images/button-manage-jobs.gif -share/doc/cups/ja/images/button-manage-printers.gif -share/doc/cups/ja/images/button-manage-server.gif -share/doc/cups/ja/images/button-modify-class.gif -share/doc/cups/ja/images/button-modify-printer.gif -share/doc/cups/ja/images/button-move-jobs.gif -share/doc/cups/ja/images/button-print-test-page.gif -share/doc/cups/ja/images/button-publish-printer.gif -share/doc/cups/ja/images/button-reject-jobs.gif -share/doc/cups/ja/images/button-release-job.gif -share/doc/cups/ja/images/button-restart-job.gif -share/doc/cups/ja/images/button-save-changes.gif -share/doc/cups/ja/images/button-search.gif -share/doc/cups/ja/images/button-set-allowed-users.gif -share/doc/cups/ja/images/button-set-as-default.gif -share/doc/cups/ja/images/button-set-printer-options.gif -share/doc/cups/ja/images/button-show-active.gif -share/doc/cups/ja/images/button-show-all.gif -share/doc/cups/ja/images/button-show-completed.gif -share/doc/cups/ja/images/button-show-next.gif -share/doc/cups/ja/images/button-show-previous.gif -share/doc/cups/ja/images/button-sort-ascending.gif -share/doc/cups/ja/images/button-sort-descending.gif -share/doc/cups/ja/images/button-start-class.gif -share/doc/cups/ja/images/button-start-printer.gif -share/doc/cups/ja/images/button-stop-class.gif -share/doc/cups/ja/images/button-stop-printer.gif -share/doc/cups/ja/images/button-unpublish-printer.gif -share/doc/cups/ja/images/button-use-default-config.gif -share/doc/cups/ja/images/button-view-access-log.gif -share/doc/cups/ja/images/button-view-error-log.gif -share/doc/cups/ja/images/button-view-page-log.gif -share/doc/cups/ja/index.html -share/doc/cups/pl/images/button-accept-jobs.gif -share/doc/cups/pl/images/button-add-class.gif -share/doc/cups/pl/images/button-add-printer.gif -share/doc/cups/pl/images/button-add-this-printer.gif -share/doc/cups/pl/images/button-cancel-all-jobs.gif -share/doc/cups/pl/images/button-cancel-job.gif -share/doc/cups/pl/images/button-change-settings.gif -share/doc/cups/pl/images/button-clean-print-heads.gif -share/doc/cups/pl/images/button-clear.gif -share/doc/cups/pl/images/button-continue.gif -share/doc/cups/pl/images/button-delete-class.gif -share/doc/cups/pl/images/button-delete-printer.gif -share/doc/cups/pl/images/button-edit-configuration-file.gif -share/doc/cups/pl/images/button-export-samba.gif -share/doc/cups/pl/images/button-help.gif -share/doc/cups/pl/images/button-hold-job.gif -share/doc/cups/pl/images/button-manage-classes.gif -share/doc/cups/pl/images/button-manage-jobs.gif -share/doc/cups/pl/images/button-manage-printers.gif -share/doc/cups/pl/images/button-manage-server.gif -share/doc/cups/pl/images/button-modify-class.gif -share/doc/cups/pl/images/button-modify-printer.gif -share/doc/cups/pl/images/button-move-job.gif -share/doc/cups/pl/images/button-move-jobs.gif -share/doc/cups/pl/images/button-print-self-test-page.gif -share/doc/cups/pl/images/button-print-test-page.gif -share/doc/cups/pl/images/button-publish-printer.gif -share/doc/cups/pl/images/button-reject-jobs.gif -share/doc/cups/pl/images/button-release-job.gif -share/doc/cups/pl/images/button-restart-job.gif -share/doc/cups/pl/images/button-save-changes.gif -share/doc/cups/pl/images/button-search.gif -share/doc/cups/pl/images/button-set-allowed-users.gif -share/doc/cups/pl/images/button-set-as-default.gif -share/doc/cups/pl/images/button-set-printer-options.gif -share/doc/cups/pl/images/button-show-active.gif -share/doc/cups/pl/images/button-show-all.gif -share/doc/cups/pl/images/button-show-completed.gif -share/doc/cups/pl/images/button-show-next.gif -share/doc/cups/pl/images/button-show-previous.gif -share/doc/cups/pl/images/button-sort-ascending.gif -share/doc/cups/pl/images/button-sort-descending.gif -share/doc/cups/pl/images/button-start-class.gif -share/doc/cups/pl/images/button-start-printer.gif -share/doc/cups/pl/images/button-stop-class.gif -share/doc/cups/pl/images/button-stop-printer.gif -share/doc/cups/pl/images/button-unpublish-printer.gif -share/doc/cups/pl/images/button-use-default-config.gif -share/doc/cups/pl/images/button-view-access-log.gif -share/doc/cups/pl/images/button-view-error-log.gif -share/doc/cups/pl/images/button-view-page-log.gif -share/doc/cups/pl/images/button-view-printable-version.gif -share/doc/cups/pl/index.html -share/doc/cups/sv/images/button-accept-jobs.gif -share/doc/cups/sv/images/button-add-class.gif -share/doc/cups/sv/images/button-add-printer.gif -share/doc/cups/sv/images/button-add-this-printer.gif -share/doc/cups/sv/images/button-cancel-all-jobs.gif -share/doc/cups/sv/images/button-cancel-job.gif -share/doc/cups/sv/images/button-change-settings.gif -share/doc/cups/sv/images/button-clean-print-heads.gif -share/doc/cups/sv/images/button-clear.gif -share/doc/cups/sv/images/button-continue.gif -share/doc/cups/sv/images/button-delete-class.gif -share/doc/cups/sv/images/button-delete-printer.gif -share/doc/cups/sv/images/button-edit-configuration-file.gif -share/doc/cups/sv/images/button-export-samba.gif -share/doc/cups/sv/images/button-help.gif -share/doc/cups/sv/images/button-hold-job.gif -share/doc/cups/sv/images/button-manage-classes.gif -share/doc/cups/sv/images/button-manage-jobs.gif -share/doc/cups/sv/images/button-manage-printers.gif -share/doc/cups/sv/images/button-manage-server.gif -share/doc/cups/sv/images/button-modify-class.gif -share/doc/cups/sv/images/button-modify-printer.gif -share/doc/cups/sv/images/button-move-job.gif -share/doc/cups/sv/images/button-move-jobs.gif -share/doc/cups/sv/images/button-print-self-test-page.gif -share/doc/cups/sv/images/button-print-test-page.gif -share/doc/cups/sv/images/button-publish-printer.gif -share/doc/cups/sv/images/button-reject-jobs.gif -share/doc/cups/sv/images/button-release-job.gif -share/doc/cups/sv/images/button-restart-job.gif -share/doc/cups/sv/images/button-save-changes.gif -share/doc/cups/sv/images/button-search.gif -share/doc/cups/sv/images/button-set-allowed-users.gif -share/doc/cups/sv/images/button-set-as-default.gif -share/doc/cups/sv/images/button-set-printer-options.gif -share/doc/cups/sv/images/button-show-active.gif -share/doc/cups/sv/images/button-show-all.gif -share/doc/cups/sv/images/button-show-completed.gif -share/doc/cups/sv/images/button-show-next.gif -share/doc/cups/sv/images/button-show-previous.gif -share/doc/cups/sv/images/button-sort-ascending.gif -share/doc/cups/sv/images/button-sort-descending.gif -share/doc/cups/sv/images/button-start-class.gif -share/doc/cups/sv/images/button-start-printer.gif -share/doc/cups/sv/images/button-stop-class.gif -share/doc/cups/sv/images/button-stop-printer.gif -share/doc/cups/sv/images/button-unpublish-printer.gif -share/doc/cups/sv/images/button-use-default-config.gif -share/doc/cups/sv/images/button-view-access-log.gif -share/doc/cups/sv/images/button-view-error-log.gif -share/doc/cups/sv/images/button-view-page-log.gif -share/doc/cups/sv/images/button-view-printable-version.gif -share/doc/cups/sv/index.html +%%DOCSDIR%%/cups.css +%%DOCSDIR%%/cups-printable.css +%%DOCSDIR%%/favicon.ico +%%DOCSDIR%%/index.html +%%DOCSDIR%%/robots.txt +%%DOCSDIR%%/help/api-array.html +%%DOCSDIR%%/help/api-cups.html +%%DOCSDIR%%/help/api-filedir.html +%%DOCSDIR%%/help/api-filter.html +%%DOCSDIR%%/help/api-httpipp.html +%%DOCSDIR%%/help/api-ppd.html +%%DOCSDIR%%/help/api-raster.html +%%DOCSDIR%%/help/cgi.html +%%DOCSDIR%%/help/glossary.html +%%DOCSDIR%%/help/license.html +%%DOCSDIR%%/help/man-accept.html +%%DOCSDIR%%/help/man-backend.html +%%DOCSDIR%%/help/man-cancel.html +%%DOCSDIR%%/help/man-classes.conf.html +%%DOCSDIR%%/help/man-client.conf.html +%%DOCSDIR%%/help/man-cups-config.html +%%DOCSDIR%%/help/man-cups-lpd.html +%%DOCSDIR%%/help/man-cups-polld.html +%%DOCSDIR%%/help/man-cupsaddsmb.html +%%DOCSDIR%%/help/man-cupsd.conf.html +%%DOCSDIR%%/help/man-filter.html +%%DOCSDIR%%/help/man-mime.convs.html +%%DOCSDIR%%/help/man-mime.types.html +%%DOCSDIR%%/help/man-printers.conf.html +%%DOCSDIR%%/help/network.html +%%DOCSDIR%%/help/options.html +%%DOCSDIR%%/help/overview.html +%%DOCSDIR%%/help/ref-access_log.html +%%DOCSDIR%%/help/ref-classes-conf.html +%%DOCSDIR%%/help/ref-client-conf.html +%%DOCSDIR%%/help/ref-cupsd-conf.html +%%DOCSDIR%%/help/ref-error_log.html +%%DOCSDIR%%/help/ref-page_log.html +%%DOCSDIR%%/help/ref-printers-conf.html +%%DOCSDIR%%/help/ref-snmp-conf.html +%%DOCSDIR%%/help/ref-subscriptions-conf.html +%%DOCSDIR%%/help/security.html +%%DOCSDIR%%/help/spec-cmp.html +%%DOCSDIR%%/help/spec-command.html +%%DOCSDIR%%/help/spec-design.html +%%DOCSDIR%%/help/spec-ipp.html +%%DOCSDIR%%/help/spec-ppd.html +%%DOCSDIR%%/help/spec-raster.html +%%DOCSDIR%%/help/spec-stp.html +%%DOCSDIR%%/help/standard.html +%%DOCSDIR%%/help/translation.html +%%DOCSDIR%%/help/whatsnew.html +%%DOCSDIR%%/help/man-cupsd.html +%%DOCSDIR%%/help/man-cupsenable.html +%%DOCSDIR%%/help/man-cupstestdsc.html +%%DOCSDIR%%/help/man-cupstestppd.html +%%DOCSDIR%%/help/man-lp.html +%%DOCSDIR%%/help/man-lpadmin.html +%%DOCSDIR%%/help/man-lpc.html +%%DOCSDIR%%/help/man-lpinfo.html +%%DOCSDIR%%/help/man-lpmove.html +%%DOCSDIR%%/help/man-lpoptions.html +%%DOCSDIR%%/help/man-lppasswd.html +%%DOCSDIR%%/help/man-lpq.html +%%DOCSDIR%%/help/man-lpr.html +%%DOCSDIR%%/help/man-lprm.html +%%DOCSDIR%%/help/man-lpstat.html +%%DOCSDIR%%/images/bottom-left.gif +%%DOCSDIR%%/images/bottom-right.gif +%%DOCSDIR%%/images/classes.gif +%%DOCSDIR%%/images/cups-block-diagram.gif +%%DOCSDIR%%/images/esp-logo.gif +%%DOCSDIR%%/images/happy.gif +%%DOCSDIR%%/images/logo.gif +%%DOCSDIR%%/images/printer-idle.gif +%%DOCSDIR%%/images/printer-processing.gif +%%DOCSDIR%%/images/printer-stopped.gif +%%DOCSDIR%%/images/smiley.jpg +%%DOCSDIR%%/images/tab-left.gif +%%DOCSDIR%%/images/tab-right.gif +%%DOCSDIR%%/images/top-left.gif +%%DOCSDIR%%/images/top-middle.gif +%%DOCSDIR%%/images/top-right.gif +%%DOCSDIR%%/images/web-add-this-printer.gif +%%DOCSDIR%%/images/web-password.gif +%%DOCSDIR%%/images/web-test-page.gif +%%DOCSDIR%%/images/web-printer-driver.gif +%%DOCSDIR%%/images/web-printer-status.gif +%%DOCSDIR%%/images/web-set-printer-options.gif +%%DOCSDIR%%/images/button-accept-jobs.gif +%%DOCSDIR%%/images/button-add-class.gif +%%DOCSDIR%%/images/button-add-printer.gif +%%DOCSDIR%%/images/button-add-this-printer.gif +%%DOCSDIR%%/images/button-cancel-all-jobs.gif +%%DOCSDIR%%/images/button-cancel-job.gif +%%DOCSDIR%%/images/button-change-settings.gif +%%DOCSDIR%%/images/button-clean-print-heads.gif +%%DOCSDIR%%/images/button-clear.gif +%%DOCSDIR%%/images/button-continue.gif +%%DOCSDIR%%/images/button-delete-class.gif +%%DOCSDIR%%/images/button-delete-printer.gif +%%DOCSDIR%%/images/button-edit-configuration-file.gif +%%DOCSDIR%%/images/button-export-samba.gif +%%DOCSDIR%%/images/button-help.gif +%%DOCSDIR%%/images/button-hold-job.gif +%%DOCSDIR%%/images/button-manage-classes.gif +%%DOCSDIR%%/images/button-manage-jobs.gif +%%DOCSDIR%%/images/button-manage-printers.gif +%%DOCSDIR%%/images/button-manage-server.gif +%%DOCSDIR%%/images/button-modify-class.gif +%%DOCSDIR%%/images/button-modify-printer.gif +%%DOCSDIR%%/images/button-move-job.gif +%%DOCSDIR%%/images/button-move-jobs.gif +%%DOCSDIR%%/images/button-print-self-test-page.gif +%%DOCSDIR%%/images/button-print-test-page.gif +%%DOCSDIR%%/images/button-publish-printer.gif +%%DOCSDIR%%/images/button-reject-jobs.gif +%%DOCSDIR%%/images/button-release-job.gif +%%DOCSDIR%%/images/button-restart-job.gif +%%DOCSDIR%%/images/button-save-changes.gif +%%DOCSDIR%%/images/button-search.gif +%%DOCSDIR%%/images/button-set-allowed-users.gif +%%DOCSDIR%%/images/button-set-as-default.gif +%%DOCSDIR%%/images/button-set-printer-options.gif +%%DOCSDIR%%/images/button-show-active.gif +%%DOCSDIR%%/images/button-show-all.gif +%%DOCSDIR%%/images/button-show-completed.gif +%%DOCSDIR%%/images/button-show-next.gif +%%DOCSDIR%%/images/button-show-previous.gif +%%DOCSDIR%%/images/button-sort-ascending.gif +%%DOCSDIR%%/images/button-sort-descending.gif +%%DOCSDIR%%/images/button-start-class.gif +%%DOCSDIR%%/images/button-start-printer.gif +%%DOCSDIR%%/images/button-stop-class.gif +%%DOCSDIR%%/images/button-stop-printer.gif +%%DOCSDIR%%/images/button-unpublish-printer.gif +%%DOCSDIR%%/images/button-use-default-config.gif +%%DOCSDIR%%/images/button-view-access-log.gif +%%DOCSDIR%%/images/button-view-error-log.gif +%%DOCSDIR%%/images/button-view-page-log.gif +%%DOCSDIR%%/images/button-view-printable-version.gif +%%DOCSDIR%%/es/images/button-accept-jobs.gif +%%DOCSDIR%%/es/images/button-add-class.gif +%%DOCSDIR%%/es/images/button-add-printer.gif +%%DOCSDIR%%/es/images/button-add-this-printer.gif +%%DOCSDIR%%/es/images/button-cancel-all-jobs.gif +%%DOCSDIR%%/es/images/button-cancel-job.gif +%%DOCSDIR%%/es/images/button-change-settings.gif +%%DOCSDIR%%/es/images/button-clean-print-heads.gif +%%DOCSDIR%%/es/images/button-clear.gif +%%DOCSDIR%%/es/images/button-continue.gif +%%DOCSDIR%%/es/images/button-delete-class.gif +%%DOCSDIR%%/es/images/button-delete-printer.gif +%%DOCSDIR%%/es/images/button-edit-configuration-file.gif +%%DOCSDIR%%/es/images/button-export-samba.gif +%%DOCSDIR%%/es/images/button-help.gif +%%DOCSDIR%%/es/images/button-hold-job.gif +%%DOCSDIR%%/es/images/button-manage-classes.gif +%%DOCSDIR%%/es/images/button-manage-jobs.gif +%%DOCSDIR%%/es/images/button-manage-printers.gif +%%DOCSDIR%%/es/images/button-manage-server.gif +%%DOCSDIR%%/es/images/button-modify-class.gif +%%DOCSDIR%%/es/images/button-modify-printer.gif +%%DOCSDIR%%/es/images/button-move-job.gif +%%DOCSDIR%%/es/images/button-move-jobs.gif +%%DOCSDIR%%/es/images/button-print-self-test-page.gif +%%DOCSDIR%%/es/images/button-print-test-page.gif +%%DOCSDIR%%/es/images/button-publish-printer.gif +%%DOCSDIR%%/es/images/button-reject-jobs.gif +%%DOCSDIR%%/es/images/button-release-job.gif +%%DOCSDIR%%/es/images/button-restart-job.gif +%%DOCSDIR%%/es/images/button-save-changes.gif +%%DOCSDIR%%/es/images/button-search.gif +%%DOCSDIR%%/es/images/button-set-allowed-users.gif +%%DOCSDIR%%/es/images/button-set-as-default.gif +%%DOCSDIR%%/es/images/button-set-printer-options.gif +%%DOCSDIR%%/es/images/button-show-active.gif +%%DOCSDIR%%/es/images/button-show-all.gif +%%DOCSDIR%%/es/images/button-show-completed.gif +%%DOCSDIR%%/es/images/button-show-next.gif +%%DOCSDIR%%/es/images/button-show-previous.gif +%%DOCSDIR%%/es/images/button-sort-ascending.gif +%%DOCSDIR%%/es/images/button-sort-descending.gif +%%DOCSDIR%%/es/images/button-start-class.gif +%%DOCSDIR%%/es/images/button-start-printer.gif +%%DOCSDIR%%/es/images/button-stop-class.gif +%%DOCSDIR%%/es/images/button-stop-printer.gif +%%DOCSDIR%%/es/images/button-unpublish-printer.gif +%%DOCSDIR%%/es/images/button-use-default-config.gif +%%DOCSDIR%%/es/images/button-view-access-log.gif +%%DOCSDIR%%/es/images/button-view-error-log.gif +%%DOCSDIR%%/es/images/button-view-page-log.gif +%%DOCSDIR%%/es/images/button-view-printable-version.gif +%%DOCSDIR%%/es/index.html +%%DOCSDIR%%/ja/images/button-accept-jobs.gif +%%DOCSDIR%%/ja/images/button-add-class.gif +%%DOCSDIR%%/ja/images/button-add-printer.gif +%%DOCSDIR%%/ja/images/button-add-this-printer.gif +%%DOCSDIR%%/ja/images/button-cancel-all-jobs.gif +%%DOCSDIR%%/ja/images/button-cancel-job.gif +%%DOCSDIR%%/ja/images/button-change-settings.gif +%%DOCSDIR%%/ja/images/button-continue.gif +%%DOCSDIR%%/ja/images/button-delete-class.gif +%%DOCSDIR%%/ja/images/button-delete-printer.gif +%%DOCSDIR%%/ja/images/button-edit-configuration-file.gif +%%DOCSDIR%%/ja/images/button-export-samba.gif +%%DOCSDIR%%/ja/images/button-help.gif +%%DOCSDIR%%/ja/images/button-hold-job.gif +%%DOCSDIR%%/ja/images/button-move-job.gif +%%DOCSDIR%%/ja/images/button-manage-classes.gif +%%DOCSDIR%%/ja/images/button-manage-jobs.gif +%%DOCSDIR%%/ja/images/button-manage-printers.gif +%%DOCSDIR%%/ja/images/button-manage-server.gif +%%DOCSDIR%%/ja/images/button-modify-class.gif +%%DOCSDIR%%/ja/images/button-modify-printer.gif +%%DOCSDIR%%/ja/images/button-move-jobs.gif +%%DOCSDIR%%/ja/images/button-print-test-page.gif +%%DOCSDIR%%/ja/images/button-publish-printer.gif +%%DOCSDIR%%/ja/images/button-reject-jobs.gif +%%DOCSDIR%%/ja/images/button-release-job.gif +%%DOCSDIR%%/ja/images/button-restart-job.gif +%%DOCSDIR%%/ja/images/button-save-changes.gif +%%DOCSDIR%%/ja/images/button-search.gif +%%DOCSDIR%%/ja/images/button-set-allowed-users.gif +%%DOCSDIR%%/ja/images/button-set-as-default.gif +%%DOCSDIR%%/ja/images/button-set-printer-options.gif +%%DOCSDIR%%/ja/images/button-show-active.gif +%%DOCSDIR%%/ja/images/button-show-all.gif +%%DOCSDIR%%/ja/images/button-show-completed.gif +%%DOCSDIR%%/ja/images/button-show-next.gif +%%DOCSDIR%%/ja/images/button-show-previous.gif +%%DOCSDIR%%/ja/images/button-sort-ascending.gif +%%DOCSDIR%%/ja/images/button-sort-descending.gif +%%DOCSDIR%%/ja/images/button-start-class.gif +%%DOCSDIR%%/ja/images/button-start-printer.gif +%%DOCSDIR%%/ja/images/button-stop-class.gif +%%DOCSDIR%%/ja/images/button-stop-printer.gif +%%DOCSDIR%%/ja/images/button-unpublish-printer.gif +%%DOCSDIR%%/ja/images/button-use-default-config.gif +%%DOCSDIR%%/ja/images/button-view-access-log.gif +%%DOCSDIR%%/ja/images/button-view-error-log.gif +%%DOCSDIR%%/ja/images/button-view-page-log.gif +%%DOCSDIR%%/ja/index.html +%%DOCSDIR%%/pl/images/button-accept-jobs.gif +%%DOCSDIR%%/pl/images/button-add-class.gif +%%DOCSDIR%%/pl/images/button-add-printer.gif +%%DOCSDIR%%/pl/images/button-add-this-printer.gif +%%DOCSDIR%%/pl/images/button-cancel-all-jobs.gif +%%DOCSDIR%%/pl/images/button-cancel-job.gif +%%DOCSDIR%%/pl/images/button-change-settings.gif +%%DOCSDIR%%/pl/images/button-clean-print-heads.gif +%%DOCSDIR%%/pl/images/button-clear.gif +%%DOCSDIR%%/pl/images/button-continue.gif +%%DOCSDIR%%/pl/images/button-delete-class.gif +%%DOCSDIR%%/pl/images/button-delete-printer.gif +%%DOCSDIR%%/pl/images/button-edit-configuration-file.gif +%%DOCSDIR%%/pl/images/button-export-samba.gif +%%DOCSDIR%%/pl/images/button-help.gif +%%DOCSDIR%%/pl/images/button-hold-job.gif +%%DOCSDIR%%/pl/images/button-manage-classes.gif +%%DOCSDIR%%/pl/images/button-manage-jobs.gif +%%DOCSDIR%%/pl/images/button-manage-printers.gif +%%DOCSDIR%%/pl/images/button-manage-server.gif +%%DOCSDIR%%/pl/images/button-modify-class.gif +%%DOCSDIR%%/pl/images/button-modify-printer.gif +%%DOCSDIR%%/pl/images/button-move-job.gif +%%DOCSDIR%%/pl/images/button-move-jobs.gif +%%DOCSDIR%%/pl/images/button-print-self-test-page.gif +%%DOCSDIR%%/pl/images/button-print-test-page.gif +%%DOCSDIR%%/pl/images/button-publish-printer.gif +%%DOCSDIR%%/pl/images/button-reject-jobs.gif +%%DOCSDIR%%/pl/images/button-release-job.gif +%%DOCSDIR%%/pl/images/button-restart-job.gif +%%DOCSDIR%%/pl/images/button-save-changes.gif +%%DOCSDIR%%/pl/images/button-search.gif +%%DOCSDIR%%/pl/images/button-set-allowed-users.gif +%%DOCSDIR%%/pl/images/button-set-as-default.gif +%%DOCSDIR%%/pl/images/button-set-printer-options.gif +%%DOCSDIR%%/pl/images/button-show-active.gif +%%DOCSDIR%%/pl/images/button-show-all.gif +%%DOCSDIR%%/pl/images/button-show-completed.gif +%%DOCSDIR%%/pl/images/button-show-next.gif +%%DOCSDIR%%/pl/images/button-show-previous.gif +%%DOCSDIR%%/pl/images/button-sort-ascending.gif +%%DOCSDIR%%/pl/images/button-sort-descending.gif +%%DOCSDIR%%/pl/images/button-start-class.gif +%%DOCSDIR%%/pl/images/button-start-printer.gif +%%DOCSDIR%%/pl/images/button-stop-class.gif +%%DOCSDIR%%/pl/images/button-stop-printer.gif +%%DOCSDIR%%/pl/images/button-unpublish-printer.gif +%%DOCSDIR%%/pl/images/button-use-default-config.gif +%%DOCSDIR%%/pl/images/button-view-access-log.gif +%%DOCSDIR%%/pl/images/button-view-error-log.gif +%%DOCSDIR%%/pl/images/button-view-page-log.gif +%%DOCSDIR%%/pl/images/button-view-printable-version.gif +%%DOCSDIR%%/pl/index.html +%%DOCSDIR%%/sv/images/button-accept-jobs.gif +%%DOCSDIR%%/sv/images/button-add-class.gif +%%DOCSDIR%%/sv/images/button-add-printer.gif +%%DOCSDIR%%/sv/images/button-add-this-printer.gif +%%DOCSDIR%%/sv/images/button-cancel-all-jobs.gif +%%DOCSDIR%%/sv/images/button-cancel-job.gif +%%DOCSDIR%%/sv/images/button-change-settings.gif +%%DOCSDIR%%/sv/images/button-clean-print-heads.gif +%%DOCSDIR%%/sv/images/button-clear.gif +%%DOCSDIR%%/sv/images/button-continue.gif +%%DOCSDIR%%/sv/images/button-delete-class.gif +%%DOCSDIR%%/sv/images/button-delete-printer.gif +%%DOCSDIR%%/sv/images/button-edit-configuration-file.gif +%%DOCSDIR%%/sv/images/button-export-samba.gif +%%DOCSDIR%%/sv/images/button-help.gif +%%DOCSDIR%%/sv/images/button-hold-job.gif +%%DOCSDIR%%/sv/images/button-manage-classes.gif +%%DOCSDIR%%/sv/images/button-manage-jobs.gif +%%DOCSDIR%%/sv/images/button-manage-printers.gif +%%DOCSDIR%%/sv/images/button-manage-server.gif +%%DOCSDIR%%/sv/images/button-modify-class.gif +%%DOCSDIR%%/sv/images/button-modify-printer.gif +%%DOCSDIR%%/sv/images/button-move-job.gif +%%DOCSDIR%%/sv/images/button-move-jobs.gif +%%DOCSDIR%%/sv/images/button-print-self-test-page.gif +%%DOCSDIR%%/sv/images/button-print-test-page.gif +%%DOCSDIR%%/sv/images/button-publish-printer.gif +%%DOCSDIR%%/sv/images/button-reject-jobs.gif +%%DOCSDIR%%/sv/images/button-release-job.gif +%%DOCSDIR%%/sv/images/button-restart-job.gif +%%DOCSDIR%%/sv/images/button-save-changes.gif +%%DOCSDIR%%/sv/images/button-search.gif +%%DOCSDIR%%/sv/images/button-set-allowed-users.gif +%%DOCSDIR%%/sv/images/button-set-as-default.gif +%%DOCSDIR%%/sv/images/button-set-printer-options.gif +%%DOCSDIR%%/sv/images/button-show-active.gif +%%DOCSDIR%%/sv/images/button-show-all.gif +%%DOCSDIR%%/sv/images/button-show-completed.gif +%%DOCSDIR%%/sv/images/button-show-next.gif +%%DOCSDIR%%/sv/images/button-show-previous.gif +%%DOCSDIR%%/sv/images/button-sort-ascending.gif +%%DOCSDIR%%/sv/images/button-sort-descending.gif +%%DOCSDIR%%/sv/images/button-start-class.gif +%%DOCSDIR%%/sv/images/button-start-printer.gif +%%DOCSDIR%%/sv/images/button-stop-class.gif +%%DOCSDIR%%/sv/images/button-stop-printer.gif +%%DOCSDIR%%/sv/images/button-unpublish-printer.gif +%%DOCSDIR%%/sv/images/button-use-default-config.gif +%%DOCSDIR%%/sv/images/button-view-access-log.gif +%%DOCSDIR%%/sv/images/button-view-error-log.gif +%%DOCSDIR%%/sv/images/button-view-page-log.gif +%%DOCSDIR%%/sv/images/button-view-printable-version.gif +%%DOCSDIR%%/sv/index.html share/locale/es/cups_es.po share/locale/ja/cups_ja.po +share/locale/pl/cups_pl.po share/locale/sv/cups_sv.po share/cups/banners/classified share/cups/banners/confidential @@ -838,19 +836,20 @@ sbin/lpmove @dirrmtry share/nls @dirrmtry share/locale/sv +@dirrmtry share/locale/pl @dirrmtry share/locale/ja @dirrmtry share/locale/es -@dirrm share/doc/cups/sv/images -@dirrm share/doc/cups/sv -@dirrm share/doc/cups/pl/images -@dirrm share/doc/cups/pl -@dirrm share/doc/cups/ja/images -@dirrm share/doc/cups/ja -@dirrm share/doc/cups/images -@dirrm share/doc/cups/help -@dirrm share/doc/cups/es/images -@dirrm share/doc/cups/es -@dirrm share/doc/cups +@dirrm %%DOCSDIR%%/sv/images +@dirrm %%DOCSDIR%%/sv +@dirrm %%DOCSDIR%%/pl/images +@dirrm %%DOCSDIR%%/pl +@dirrm %%DOCSDIR%%/ja/images +@dirrm %%DOCSDIR%%/ja +@dirrm %%DOCSDIR%%/images +@dirrm %%DOCSDIR%%/help +@dirrm %%DOCSDIR%%/es/images +@dirrm %%DOCSDIR%%/es +@dirrm %%DOCSDIR%% @dirrmtry share/doc @dirrm share/cups/templates/sv @dirrm share/cups/templates/pl