[Midnightbsd-cvs] mports [21765] trunk/print/cups: cups 2.1.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 14:03:40 EDT 2016


Revision: 21765
          http://svnweb.midnightbsd.org/mports/?rev=21765
Author:   laffer1
Date:     2016-08-20 14:03:39 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
cups 2.1.4

Modified Paths:
--------------
    trunk/print/cups/Makefile
    trunk/print/cups/distinfo
    trunk/print/cups/pkg-plist

Added Paths:
-----------
    trunk/print/cups/files/patch-backend_socket.c

Modified: trunk/print/cups/Makefile
===================================================================
--- trunk/print/cups/Makefile	2016-08-20 16:16:20 UTC (rev 21764)
+++ trunk/print/cups/Makefile	2016-08-20 18:03:39 UTC (rev 21765)
@@ -1,11 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	cups
-PORTVERSION=	2.1.3
-DISTVERSIONSUFFIX=-source
-PORTREVISION=	1
+PORTVERSION=	2.1.4
+DISTVERSIONPREFIX=release-
 CATEGORIES=	print
-MASTER_SITES=	http://www.cups.org/software/${PORTVERSION}/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Common UNIX Printing System
@@ -12,16 +10,17 @@
 
 LICENSE=	gpl2 lgpl
 LICENSE_COMB=	multi
-LICENSE_FILE_gpl2=	${WRKSRC}/LICENSE.txt
-LICENSE_FILE_lgpl=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
 
 CONFLICTS=	LPRng-[0-9]*
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	apple
+
 DESTDIRNAME=	DSTROOT
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-dnssd						\
+CONFIGURE_ARGS=	--enable-dnssd						\
 		--disable-gssapi					\
 		--disable-launchd					\
 		--disable-systemd					\
@@ -38,25 +37,21 @@
 		--with-pam-module="unix"				\
 		ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI=	\
 		ac_cv_path_PHP= ac_cv_path_PYTHON=
+CPPFLAGS+=	-isystem ${LOCALBASE}/include # libpaper mainly
 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}
+WRKSRC=		${WRKDIR}/${PORTNAME}-release-${PORTVERSION}
 
 GROUPS=		cups
 USERS=		cups
 
-OPTIONS_DEFINE=		AVAHI DBUS DOCS IPPTOOL LIBPAPER NLS X11
-OPTIONS_DEFAULT=	AVAHI DBUS LIBPAPER
+OPTIONS_DEFINE=		DBUS DOCS IPPTOOL LIBPAPER NLS X11
+OPTIONS_DEFAULT=	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
@@ -78,9 +73,9 @@
 .endif
 
 .if exists(/usr/lib/libusb.so)
-PLIST_SUB+=   USB=""
+PLIST_SUB+=	USB=""
 .else
-PLIST_SUB+=   USB="@comment "
+PLIST_SUB+=	USB="@comment "
 .endif
 
 .include <bsd.port.pre.mk>

Modified: trunk/print/cups/distinfo
===================================================================
--- trunk/print/cups/distinfo	2016-08-20 16:16:20 UTC (rev 21764)
+++ trunk/print/cups/distinfo	2016-08-20 18:03:39 UTC (rev 21765)
@@ -1,2 +1,2 @@
-SHA256 (cups-2.1.3-source.tar.bz2) = 36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3
-SIZE (cups-2.1.3-source.tar.bz2) = 8832400
+SHA256 (cups-release-2.1.4_GH0.tar.bz2) = 1f182f145489e2454969b221056b6b9bac2beb4e38cd75fa12a9ec15d24d5301
+SIZE (cups-release-2.1.4_GH0.tar.bz2) = 9572653

Added: trunk/print/cups/files/patch-backend_socket.c
===================================================================
--- trunk/print/cups/files/patch-backend_socket.c	                        (rev 0)
+++ trunk/print/cups/files/patch-backend_socket.c	2016-08-20 18:03:39 UTC (rev 21765)
@@ -0,0 +1,36 @@
+--- backend/socket.c.orig	2014-06-09 18:35:32 UTC
++++ backend/socket.c
+@@ -316,7 +316,6 @@ main(int  argc,				/* I - Number of comm
+   */
+ 
+   fprintf(stderr, "DEBUG: Connecting to %s:%d\n", hostname, port);
+-  _cupsLangPrintFilter(stderr, "INFO", _("Connecting to printer."));
+ 
+   for (delay = 5;;)
+   {
+@@ -397,7 +396,6 @@ main(int  argc,				/* I - Number of comm
+   }
+ 
+   fputs("STATE: -connecting-to-device\n", stderr);
+-  _cupsLangPrintFilter(stderr, "INFO", _("Connected to printer."));
+ 
+   fprintf(stderr, "DEBUG: Connected to %s:%d...\n",
+ 	  httpAddrString(&(addr->addr), addrname, sizeof(addrname)),
+@@ -426,7 +424,7 @@ main(int  argc,				/* I - Number of comm
+                             0, backendNetworkSideCB);
+ 
+     if (print_fd != 0 && tbytes >= 0)
+-      _cupsLangPrintFilter(stderr, "INFO", _("Print file sent."));
++      fputs("DEBUG: Print file sent.\n", stderr);
+   }
+ 
+   fputs("STATE: +cups-waiting-for-job-completed\n", stderr);
+@@ -437,7 +435,7 @@ main(int  argc,				/* I - Number of comm
+     * Shutdown the socket and wait for the other end to finish...
+     */
+ 
+-    _cupsLangPrintFilter(stderr, "INFO", _("Waiting for printer to finish."));
++    fputs("DEBUG: Waiting for printer to finish.\n", stderr);
+ 
+     shutdown(device_fd, 1);
+ 


Property changes on: trunk/print/cups/files/patch-backend_socket.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/print/cups/pkg-plist
===================================================================
--- trunk/print/cups/pkg-plist	2016-08-20 16:16:20 UTC (rev 21764)
+++ trunk/print/cups/pkg-plist	2016-08-20 18:03:39 UTC (rev 21765)
@@ -1,18 +1,18 @@
-%%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
+%%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/cupstestdsc
 bin/cupstestppd
-%%AVAHI%%bin/ippfind
+bin/ippfind
 %%IPPTOOL%%bin/ipptool
 bin/lp
 bin/lpoptions
@@ -26,9 +26,9 @@
 bin/ppdi
 bin/ppdmerge
 bin/ppdpo
- at sample(,cups,640) etc/cups-files.conf.sample
- at sample(,cups,640) etc/cupsd.conf.sample
- at sample(,cups,640) etc/snmp.conf.sample
+ at sample(,cups,640) %%ETCDIR%%/cups-files.conf.sample
+ at sample(,cups,640) %%ETCDIR%%/cupsd.conf.sample
+ at sample(,cups,640) %%ETCDIR%%/snmp.conf.sample
 etc/dbus-1/system.d/cups.conf
 @sample etc/devd/cups.conf.sample
 etc/pam.d/cups
@@ -68,8 +68,8 @@
 libexec/cups/backend/lpd
 libexec/cups/backend/snmp
 libexec/cups/backend/socket
-libexec/cups/backend/usb
-%%AVAHI%%libexec/cups/backend/dnssd
+%%USB%%libexec/cups/backend/usb
+libexec/cups/backend/dnssd
 libexec/cups/cgi-bin/admin.cgi
 libexec/cups/cgi-bin/classes.cgi
 libexec/cups/cgi-bin/help.cgi
@@ -97,7 +97,7 @@
 man/man1/cupstestdsc.1.gz
 man/man1/cupstestppd.1.gz
 man/man1/cups.1.gz
-%%AVAHI%%man/man1/ippfind.1.gz
+man/man1/ippfind.1.gz
 %%IPPTOOL%%man/man1/ipptool.1.gz
 man/man1/lp.1.gz
 man/man1/lpoptions.1.gz
@@ -161,407 +161,474 @@
 sbin/lpmove
 sbin/reject
 %%X11%%share/applications/cups.desktop
-share/cups/drv/sample.drv
-share/cups/examples/color.drv
-share/cups/examples/constraint.drv
-share/cups/examples/custom.drv
-share/cups/examples/grouping.drv
-share/cups/examples/laserjet-basic.drv
-share/cups/examples/laserjet-pjl.drv
-share/cups/examples/minimum.drv
-share/cups/examples/postscript.drv
-share/cups/examples/r300-basic.drv
-share/cups/examples/r300-colorman.drv
-share/cups/examples/r300-remote.drv
-%%IPPTOOL%%share/cups/ipptool/color.jpg
-%%IPPTOOL%%share/cups/ipptool/create-printer-subscription.test
-%%IPPTOOL%%share/cups/ipptool/document-a4.pdf
-%%IPPTOOL%%share/cups/ipptool/document-a4.ps
-%%IPPTOOL%%share/cups/ipptool/document-letter.pdf
-%%IPPTOOL%%share/cups/ipptool/document-letter.ps
-%%IPPTOOL%%share/cups/ipptool/get-completed-jobs.test
-%%IPPTOOL%%share/cups/ipptool/get-jobs.test
-%%IPPTOOL%%share/cups/ipptool/get-notifications.test
-%%IPPTOOL%%share/cups/ipptool/get-printer-attributes.test
-%%IPPTOOL%%share/cups/ipptool/get-subscriptions.test
-%%IPPTOOL%%share/cups/ipptool/gray.jpg
-%%IPPTOOL%%share/cups/ipptool/ipp-1.1.test
-%%IPPTOOL%%share/cups/ipptool/ipp-2.0.test
-%%IPPTOOL%%share/cups/ipptool/ipp-2.1.test
-%%IPPTOOL%%share/cups/ipptool/ipp-2.2.test
-%%IPPTOOL%%share/cups/ipptool/ipp-everywhere.test
-%%IPPTOOL%%share/cups/ipptool/onepage-a4.pdf
-%%IPPTOOL%%share/cups/ipptool/onepage-a4.ps
-%%IPPTOOL%%share/cups/ipptool/onepage-letter.pdf
-%%IPPTOOL%%share/cups/ipptool/onepage-letter.ps
-%%IPPTOOL%%share/cups/ipptool/print-job-deflate.test
-%%IPPTOOL%%share/cups/ipptool/print-job-gzip.test
-%%IPPTOOL%%share/cups/ipptool/print-job.test
-%%IPPTOOL%%share/cups/ipptool/testfile.jpg
-%%IPPTOOL%%share/cups/ipptool/testfile.pcl
-%%IPPTOOL%%share/cups/ipptool/testfile.pdf
-%%IPPTOOL%%share/cups/ipptool/testfile.ps
-%%IPPTOOL%%share/cups/ipptool/testfile.txt
-%%IPPTOOL%%share/cups/ipptool/validate-job.test
-share/cups/mime/mime.convs
-share/cups/mime/mime.types
-share/cups/ppdc/epson.h
-share/cups/ppdc/font.defs
-share/cups/ppdc/hp.h
-share/cups/ppdc/label.h
-share/cups/ppdc/media.defs
-share/cups/ppdc/raster.defs
-share/cups/templates/add-class.tmpl
-share/cups/templates/add-printer.tmpl
-share/cups/templates/add-rss-subscription.tmpl
-share/cups/templates/admin.tmpl
-share/cups/templates/choose-device.tmpl
-share/cups/templates/choose-make.tmpl
-share/cups/templates/choose-model.tmpl
-share/cups/templates/choose-serial.tmpl
-share/cups/templates/choose-uri.tmpl
-share/cups/templates/class-added.tmpl
-share/cups/templates/class-confirm.tmpl
-share/cups/templates/class-deleted.tmpl
-share/cups/templates/class-jobs-header.tmpl
-share/cups/templates/class-modified.tmpl
-share/cups/templates/class.tmpl
-share/cups/templates/classes-header.tmpl
-share/cups/templates/classes.tmpl
-share/cups/templates/command.tmpl
-%%NLS%%share/cups/templates/de/add-class.tmpl
-%%NLS%%share/cups/templates/de/add-printer.tmpl
-%%NLS%%share/cups/templates/de/add-rss-subscription.tmpl
-%%NLS%%share/cups/templates/de/admin.tmpl
-%%NLS%%share/cups/templates/de/choose-device.tmpl
-%%NLS%%share/cups/templates/de/choose-make.tmpl
-%%NLS%%share/cups/templates/de/choose-model.tmpl
-%%NLS%%share/cups/templates/de/choose-serial.tmpl
-%%NLS%%share/cups/templates/de/choose-uri.tmpl
-%%NLS%%share/cups/templates/de/class-added.tmpl
-%%NLS%%share/cups/templates/de/class-confirm.tmpl
-%%NLS%%share/cups/templates/de/class-deleted.tmpl
-%%NLS%%share/cups/templates/de/class-jobs-header.tmpl
-%%NLS%%share/cups/templates/de/class-modified.tmpl
-%%NLS%%share/cups/templates/de/class.tmpl
-%%NLS%%share/cups/templates/de/classes-header.tmpl
-%%NLS%%share/cups/templates/de/classes.tmpl
-%%NLS%%share/cups/templates/de/command.tmpl
-%%NLS%%share/cups/templates/de/edit-config.tmpl
-%%NLS%%share/cups/templates/de/error-op.tmpl
-%%NLS%%share/cups/templates/de/error.tmpl
-%%NLS%%share/cups/templates/de/header.tmpl
-%%NLS%%share/cups/templates/de/help-header.tmpl
-%%NLS%%share/cups/templates/de/help-printable.tmpl
-%%NLS%%share/cups/templates/de/help-trailer.tmpl
-%%NLS%%share/cups/templates/de/job-cancel.tmpl
-%%NLS%%share/cups/templates/de/job-hold.tmpl
-%%NLS%%share/cups/templates/de/job-move.tmpl
-%%NLS%%share/cups/templates/de/job-moved.tmpl
-%%NLS%%share/cups/templates/de/job-release.tmpl
-%%NLS%%share/cups/templates/de/job-restart.tmpl
-%%NLS%%share/cups/templates/de/jobs-header.tmpl
-%%NLS%%share/cups/templates/de/jobs.tmpl
-%%NLS%%share/cups/templates/de/list-available-printers.tmpl
-%%NLS%%share/cups/templates/de/modify-class.tmpl
-%%NLS%%share/cups/templates/de/modify-printer.tmpl
-%%NLS%%share/cups/templates/de/norestart.tmpl
-%%NLS%%share/cups/templates/de/option-boolean.tmpl
-%%NLS%%share/cups/templates/de/option-conflict.tmpl
-%%NLS%%share/cups/templates/de/option-header.tmpl
-%%NLS%%share/cups/templates/de/option-pickmany.tmpl
-%%NLS%%share/cups/templates/de/option-pickone.tmpl
-%%NLS%%share/cups/templates/de/option-trailer.tmpl
-%%NLS%%share/cups/templates/de/pager.tmpl
-%%NLS%%share/cups/templates/de/printer-accept.tmpl
-%%NLS%%share/cups/templates/de/printer-added.tmpl
-%%NLS%%share/cups/templates/de/printer-cancel-jobs.tmpl
-%%NLS%%share/cups/templates/de/printer-configured.tmpl
-%%NLS%%share/cups/templates/de/printer-confirm.tmpl
-%%NLS%%share/cups/templates/de/printer-default.tmpl
-%%NLS%%share/cups/templates/de/printer-deleted.tmpl
-%%NLS%%share/cups/templates/de/printer-jobs-header.tmpl
-%%NLS%%share/cups/templates/de/printer-modified.tmpl
-%%NLS%%share/cups/templates/de/printer-reject.tmpl
-%%NLS%%share/cups/templates/de/printer-start.tmpl
-%%NLS%%share/cups/templates/de/printer-stop.tmpl
-%%NLS%%share/cups/templates/de/printer.tmpl
-%%NLS%%share/cups/templates/de/printers-header.tmpl
-%%NLS%%share/cups/templates/de/printers.tmpl
-%%NLS%%share/cups/templates/de/restart.tmpl
-%%NLS%%share/cups/templates/de/samba-export.tmpl
-%%NLS%%share/cups/templates/de/samba-exported.tmpl
-%%NLS%%share/cups/templates/de/search.tmpl
-%%NLS%%share/cups/templates/de/set-printer-options-header.tmpl
-%%NLS%%share/cups/templates/de/set-printer-options-trailer.tmpl
-%%NLS%%share/cups/templates/de/subscription-added.tmpl
-%%NLS%%share/cups/templates/de/subscription-canceled.tmpl
-%%NLS%%share/cups/templates/de/test-page.tmpl
-%%NLS%%share/cups/templates/de/trailer.tmpl
-%%NLS%%share/cups/templates/de/users.tmpl
-share/cups/templates/edit-config.tmpl
-share/cups/templates/error-op.tmpl
-share/cups/templates/error.tmpl
-%%NLS%%share/cups/templates/es/add-class.tmpl
-%%NLS%%share/cups/templates/es/add-printer.tmpl
-%%NLS%%share/cups/templates/es/add-rss-subscription.tmpl
-%%NLS%%share/cups/templates/es/admin.tmpl
-%%NLS%%share/cups/templates/es/choose-device.tmpl
-%%NLS%%share/cups/templates/es/choose-make.tmpl
-%%NLS%%share/cups/templates/es/choose-model.tmpl
-%%NLS%%share/cups/templates/es/choose-serial.tmpl
-%%NLS%%share/cups/templates/es/choose-uri.tmpl
-%%NLS%%share/cups/templates/es/class-added.tmpl
-%%NLS%%share/cups/templates/es/class-confirm.tmpl
-%%NLS%%share/cups/templates/es/class-deleted.tmpl
-%%NLS%%share/cups/templates/es/class-jobs-header.tmpl
-%%NLS%%share/cups/templates/es/class-modified.tmpl
-%%NLS%%share/cups/templates/es/class.tmpl
-%%NLS%%share/cups/templates/es/classes-header.tmpl
-%%NLS%%share/cups/templates/es/classes.tmpl
-%%NLS%%share/cups/templates/es/command.tmpl
-%%NLS%%share/cups/templates/es/edit-config.tmpl
-%%NLS%%share/cups/templates/es/error-op.tmpl
-%%NLS%%share/cups/templates/es/error.tmpl
-%%NLS%%share/cups/templates/es/header.tmpl
-%%NLS%%share/cups/templates/es/help-header.tmpl
-%%NLS%%share/cups/templates/es/help-printable.tmpl
-%%NLS%%share/cups/templates/es/help-trailer.tmpl
-%%NLS%%share/cups/templates/es/job-cancel.tmpl
-%%NLS%%share/cups/templates/es/job-hold.tmpl
-%%NLS%%share/cups/templates/es/job-move.tmpl
-%%NLS%%share/cups/templates/es/job-moved.tmpl
-%%NLS%%share/cups/templates/es/job-release.tmpl
-%%NLS%%share/cups/templates/es/job-restart.tmpl
-%%NLS%%share/cups/templates/es/jobs-header.tmpl
-%%NLS%%share/cups/templates/es/jobs.tmpl
-%%NLS%%share/cups/templates/es/list-available-printers.tmpl
-%%NLS%%share/cups/templates/es/modify-class.tmpl
-%%NLS%%share/cups/templates/es/modify-printer.tmpl
-%%NLS%%share/cups/templates/es/norestart.tmpl
-%%NLS%%share/cups/templates/es/option-boolean.tmpl
-%%NLS%%share/cups/templates/es/option-conflict.tmpl
-%%NLS%%share/cups/templates/es/option-header.tmpl
-%%NLS%%share/cups/templates/es/option-pickmany.tmpl
-%%NLS%%share/cups/templates/es/option-pickone.tmpl
-%%NLS%%share/cups/templates/es/option-trailer.tmpl
-%%NLS%%share/cups/templates/es/pager.tmpl
-%%NLS%%share/cups/templates/es/printer-accept.tmpl
-%%NLS%%share/cups/templates/es/printer-added.tmpl
-%%NLS%%share/cups/templates/es/printer-cancel-jobs.tmpl
-%%NLS%%share/cups/templates/es/printer-configured.tmpl
-%%NLS%%share/cups/templates/es/printer-confirm.tmpl
-%%NLS%%share/cups/templates/es/printer-default.tmpl
-%%NLS%%share/cups/templates/es/printer-deleted.tmpl
-%%NLS%%share/cups/templates/es/printer-jobs-header.tmpl
-%%NLS%%share/cups/templates/es/printer-modified.tmpl
-%%NLS%%share/cups/templates/es/printer-reject.tmpl
-%%NLS%%share/cups/templates/es/printer-start.tmpl
-%%NLS%%share/cups/templates/es/printer-stop.tmpl
-%%NLS%%share/cups/templates/es/printer.tmpl
-%%NLS%%share/cups/templates/es/printers-header.tmpl
-%%NLS%%share/cups/templates/es/printers.tmpl
-%%NLS%%share/cups/templates/es/restart.tmpl
-%%NLS%%share/cups/templates/es/samba-export.tmpl
-%%NLS%%share/cups/templates/es/samba-exported.tmpl
-%%NLS%%share/cups/templates/es/search.tmpl
-%%NLS%%share/cups/templates/es/set-printer-options-header.tmpl
-%%NLS%%share/cups/templates/es/set-printer-options-trailer.tmpl
-%%NLS%%share/cups/templates/es/subscription-added.tmpl
-%%NLS%%share/cups/templates/es/subscription-canceled.tmpl
-%%NLS%%share/cups/templates/es/test-page.tmpl
-%%NLS%%share/cups/templates/es/trailer.tmpl
-%%NLS%%share/cups/templates/es/users.tmpl
-share/cups/templates/header.tmpl
-share/cups/templates/help-header.tmpl
-share/cups/templates/help-printable.tmpl
-share/cups/templates/help-trailer.tmpl
-%%NLS%%share/cups/templates/ja/add-class.tmpl
-%%NLS%%share/cups/templates/ja/add-printer.tmpl
-%%NLS%%share/cups/templates/ja/add-rss-subscription.tmpl
-%%NLS%%share/cups/templates/ja/admin.tmpl
-%%NLS%%share/cups/templates/ja/choose-device.tmpl
-%%NLS%%share/cups/templates/ja/choose-make.tmpl
-%%NLS%%share/cups/templates/ja/choose-model.tmpl
-%%NLS%%share/cups/templates/ja/choose-serial.tmpl
-%%NLS%%share/cups/templates/ja/choose-uri.tmpl
-%%NLS%%share/cups/templates/ja/class-added.tmpl
-%%NLS%%share/cups/templates/ja/class-confirm.tmpl
-%%NLS%%share/cups/templates/ja/class-deleted.tmpl
-%%NLS%%share/cups/templates/ja/class-jobs-header.tmpl
-%%NLS%%share/cups/templates/ja/class-modified.tmpl
-%%NLS%%share/cups/templates/ja/class.tmpl
-%%NLS%%share/cups/templates/ja/classes-header.tmpl
-%%NLS%%share/cups/templates/ja/classes.tmpl
-%%NLS%%share/cups/templates/ja/command.tmpl
-%%NLS%%share/cups/templates/ja/edit-config.tmpl
-%%NLS%%share/cups/templates/ja/error-op.tmpl
-%%NLS%%share/cups/templates/ja/error.tmpl
-%%NLS%%share/cups/templates/ja/header.tmpl
-%%NLS%%share/cups/templates/ja/help-header.tmpl
-%%NLS%%share/cups/templates/ja/help-printable.tmpl
-%%NLS%%share/cups/templates/ja/help-trailer.tmpl
-%%NLS%%share/cups/templates/ja/job-cancel.tmpl
-%%NLS%%share/cups/templates/ja/job-hold.tmpl
-%%NLS%%share/cups/templates/ja/job-move.tmpl
-%%NLS%%share/cups/templates/ja/job-moved.tmpl
-%%NLS%%share/cups/templates/ja/job-release.tmpl
-%%NLS%%share/cups/templates/ja/job-restart.tmpl
-%%NLS%%share/cups/templates/ja/jobs-header.tmpl
-%%NLS%%share/cups/templates/ja/jobs.tmpl
-%%NLS%%share/cups/templates/ja/list-available-printers.tmpl
-%%NLS%%share/cups/templates/ja/modify-class.tmpl
-%%NLS%%share/cups/templates/ja/modify-printer.tmpl
-%%NLS%%share/cups/templates/ja/norestart.tmpl
-%%NLS%%share/cups/templates/ja/option-boolean.tmpl
-%%NLS%%share/cups/templates/ja/option-conflict.tmpl
-%%NLS%%share/cups/templates/ja/option-header.tmpl
-%%NLS%%share/cups/templates/ja/option-pickmany.tmpl
-%%NLS%%share/cups/templates/ja/option-pickone.tmpl
-%%NLS%%share/cups/templates/ja/option-trailer.tmpl
-%%NLS%%share/cups/templates/ja/pager.tmpl
-%%NLS%%share/cups/templates/ja/printer-accept.tmpl
-%%NLS%%share/cups/templates/ja/printer-added.tmpl
-%%NLS%%share/cups/templates/ja/printer-cancel-jobs.tmpl
-%%NLS%%share/cups/templates/ja/printer-configured.tmpl
-%%NLS%%share/cups/templates/ja/printer-confirm.tmpl
-%%NLS%%share/cups/templates/ja/printer-default.tmpl
-%%NLS%%share/cups/templates/ja/printer-deleted.tmpl
-%%NLS%%share/cups/templates/ja/printer-jobs-header.tmpl
-%%NLS%%share/cups/templates/ja/printer-modified.tmpl
-%%NLS%%share/cups/templates/ja/printer-reject.tmpl
-%%NLS%%share/cups/templates/ja/printer-start.tmpl
-%%NLS%%share/cups/templates/ja/printer-stop.tmpl
-%%NLS%%share/cups/templates/ja/printer.tmpl
-%%NLS%%share/cups/templates/ja/printers-header.tmpl
-%%NLS%%share/cups/templates/ja/printers.tmpl
-%%NLS%%share/cups/templates/ja/restart.tmpl
-%%NLS%%share/cups/templates/ja/samba-export.tmpl
-%%NLS%%share/cups/templates/ja/samba-exported.tmpl
-%%NLS%%share/cups/templates/ja/search.tmpl
-%%NLS%%share/cups/templates/ja/set-printer-options-header.tmpl
-%%NLS%%share/cups/templates/ja/set-printer-options-trailer.tmpl
-%%NLS%%share/cups/templates/ja/subscription-added.tmpl
-%%NLS%%share/cups/templates/ja/subscription-canceled.tmpl
-%%NLS%%share/cups/templates/ja/test-page.tmpl
-%%NLS%%share/cups/templates/ja/trailer.tmpl
-%%NLS%%share/cups/templates/ja/users.tmpl
-share/cups/templates/job-cancel.tmpl
-share/cups/templates/job-hold.tmpl
-share/cups/templates/job-move.tmpl
-share/cups/templates/job-moved.tmpl
-share/cups/templates/job-release.tmpl
-share/cups/templates/job-restart.tmpl
-share/cups/templates/jobs-header.tmpl
-share/cups/templates/jobs.tmpl
-share/cups/templates/list-available-printers.tmpl
-share/cups/templates/modify-class.tmpl
-share/cups/templates/modify-printer.tmpl
-share/cups/templates/norestart.tmpl
-share/cups/templates/option-boolean.tmpl
-share/cups/templates/option-conflict.tmpl
-share/cups/templates/option-header.tmpl
-share/cups/templates/option-pickmany.tmpl
-share/cups/templates/option-pickone.tmpl
-share/cups/templates/option-trailer.tmpl
-share/cups/templates/pager.tmpl
-share/cups/templates/printer-accept.tmpl
-share/cups/templates/printer-added.tmpl
-share/cups/templates/printer-cancel-jobs.tmpl
-share/cups/templates/printer-configured.tmpl
-share/cups/templates/printer-confirm.tmpl
-share/cups/templates/printer-default.tmpl
-share/cups/templates/printer-deleted.tmpl
-share/cups/templates/printer-jobs-header.tmpl
-share/cups/templates/printer-modified.tmpl
-share/cups/templates/printer-reject.tmpl
-share/cups/templates/printer-start.tmpl
-share/cups/templates/printer-stop.tmpl
-share/cups/templates/printer.tmpl
-share/cups/templates/printers-header.tmpl
-share/cups/templates/printers.tmpl
-share/cups/templates/restart.tmpl
-%%NLS%%share/cups/templates/ru/add-class.tmpl
-%%NLS%%share/cups/templates/ru/add-printer.tmpl
-%%NLS%%share/cups/templates/ru/add-rss-subscription.tmpl
-%%NLS%%share/cups/templates/ru/admin.tmpl
-%%NLS%%share/cups/templates/ru/choose-device.tmpl
-%%NLS%%share/cups/templates/ru/choose-make.tmpl
-%%NLS%%share/cups/templates/ru/choose-model.tmpl
-%%NLS%%share/cups/templates/ru/choose-serial.tmpl
-%%NLS%%share/cups/templates/ru/choose-uri.tmpl
-%%NLS%%share/cups/templates/ru/class-added.tmpl
-%%NLS%%share/cups/templates/ru/class-confirm.tmpl
-%%NLS%%share/cups/templates/ru/class-deleted.tmpl
-%%NLS%%share/cups/templates/ru/class-jobs-header.tmpl
-%%NLS%%share/cups/templates/ru/class-modified.tmpl
-%%NLS%%share/cups/templates/ru/class.tmpl
-%%NLS%%share/cups/templates/ru/classes-header.tmpl
-%%NLS%%share/cups/templates/ru/classes.tmpl
-%%NLS%%share/cups/templates/ru/command.tmpl
-%%NLS%%share/cups/templates/ru/edit-config.tmpl
-%%NLS%%share/cups/templates/ru/error-op.tmpl
-%%NLS%%share/cups/templates/ru/error.tmpl
-%%NLS%%share/cups/templates/ru/header.tmpl
-%%NLS%%share/cups/templates/ru/help-header.tmpl
-%%NLS%%share/cups/templates/ru/help-printable.tmpl
-%%NLS%%share/cups/templates/ru/help-trailer.tmpl
-%%NLS%%share/cups/templates/ru/job-cancel.tmpl
-%%NLS%%share/cups/templates/ru/job-hold.tmpl
-%%NLS%%share/cups/templates/ru/job-move.tmpl
-%%NLS%%share/cups/templates/ru/job-moved.tmpl
-%%NLS%%share/cups/templates/ru/job-release.tmpl
-%%NLS%%share/cups/templates/ru/job-restart.tmpl
-%%NLS%%share/cups/templates/ru/jobs-header.tmpl
-%%NLS%%share/cups/templates/ru/jobs.tmpl
-%%NLS%%share/cups/templates/ru/list-available-printers.tmpl
-%%NLS%%share/cups/templates/ru/modify-class.tmpl
-%%NLS%%share/cups/templates/ru/modify-printer.tmpl
-%%NLS%%share/cups/templates/ru/norestart.tmpl
-%%NLS%%share/cups/templates/ru/option-boolean.tmpl
-%%NLS%%share/cups/templates/ru/option-conflict.tmpl
-%%NLS%%share/cups/templates/ru/option-header.tmpl
-%%NLS%%share/cups/templates/ru/option-pickmany.tmpl
-%%NLS%%share/cups/templates/ru/option-pickone.tmpl
-%%NLS%%share/cups/templates/ru/option-trailer.tmpl
-%%NLS%%share/cups/templates/ru/pager.tmpl
-%%NLS%%share/cups/templates/ru/printer-accept.tmpl
-%%NLS%%share/cups/templates/ru/printer-added.tmpl
-%%NLS%%share/cups/templates/ru/printer-cancel-jobs.tmpl
-%%NLS%%share/cups/templates/ru/printer-configured.tmpl
-%%NLS%%share/cups/templates/ru/printer-confirm.tmpl
-%%NLS%%share/cups/templates/ru/printer-default.tmpl
-%%NLS%%share/cups/templates/ru/printer-deleted.tmpl
-%%NLS%%share/cups/templates/ru/printer-jobs-header.tmpl
-%%NLS%%share/cups/templates/ru/printer-modified.tmpl
-%%NLS%%share/cups/templates/ru/printer-reject.tmpl
-%%NLS%%share/cups/templates/ru/printer-start.tmpl
-%%NLS%%share/cups/templates/ru/printer-stop.tmpl
-%%NLS%%share/cups/templates/ru/printer.tmpl
-%%NLS%%share/cups/templates/ru/printers-header.tmpl
-%%NLS%%share/cups/templates/ru/printers.tmpl
-%%NLS%%share/cups/templates/ru/restart.tmpl
-%%NLS%%share/cups/templates/ru/samba-export.tmpl
-%%NLS%%share/cups/templates/ru/samba-exported.tmpl
-%%NLS%%share/cups/templates/ru/search.tmpl
-%%NLS%%share/cups/templates/ru/set-printer-options-header.tmpl
-%%NLS%%share/cups/templates/ru/set-printer-options-trailer.tmpl
-%%NLS%%share/cups/templates/ru/subscription-added.tmpl
-%%NLS%%share/cups/templates/ru/subscription-canceled.tmpl
-%%NLS%%share/cups/templates/ru/test-page.tmpl
-%%NLS%%share/cups/templates/ru/trailer.tmpl
-%%NLS%%share/cups/templates/ru/users.tmpl
-share/cups/templates/samba-export.tmpl
-share/cups/templates/samba-exported.tmpl
-share/cups/templates/search.tmpl
-share/cups/templates/set-printer-options-header.tmpl
-share/cups/templates/set-printer-options-trailer.tmpl
-share/cups/templates/subscription-added.tmpl
-share/cups/templates/subscription-canceled.tmpl
-share/cups/templates/test-page.tmpl
-share/cups/templates/trailer.tmpl
-share/cups/templates/users.tmpl
-share/cups/usb/org.cups.usb-quirks
+%%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
+%%NLS%%%%DATADIR%%/templates/pt_BR/add-class.tmpl
+%%NLS%%%%DATADIR%%/templates/pt_BR/add-printer.tmpl
+%%NLS%%%%DATADIR%%/templates/pt_BR/add-rss-subscription.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/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-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/samba-export.tmpl
+%%NLS%%%%DATADIR%%/templates/pt_BR/samba-exported.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/subscription-added.tmpl
+%%NLS%%%%DATADIR%%/templates/pt_BR/subscription-canceled.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/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
+%%USB%%%%DATADIR%%/usb/org.cups.usb-quirks
 %%DOCSDIR%%/apple-touch-icon.png
 %%DOCSDIR%%/cups-printable.css
 %%DOCSDIR%%/cups.css
@@ -665,6 +732,7 @@
 %%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
@@ -678,20 +746,21 @@
 %%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
- at dir(,cups,) etc/interfaces
- at dir(,cups,) etc/ppd
- at dir(,cups,700) etc/ssl
- at dir(,cups,) etc
+ at dir(,cups,) %%ETCDIR%%/interfaces
+ at dir(,cups,) %%ETCDIR%%/ppd
+ at dir(,cups,700) %%ETCDIR%%/ssl
+ at dir(,cups,) %%ETCDIR%%
 @dir libexec/cups/driver
- at dir share/cups/banners
- at dir share/cups/data
- at dir share/cups/model
- at dir share/cups/profiles
+ at dir %%DATADIR%%/banners
+ at dir %%DATADIR%%/data
+ at dir %%DATADIR%%/model
+ at dir %%DATADIR%%/profiles
+ at dir(,cups,775) /var/cache/cups/rss
 @dir(,cups,770) /var/cache/cups
- at dir(,cups,775) /var/cache/cups/rss
 @dir /var/log/cups
+ at dir(cups,wheel,511) /var/run/cups/certs
 @dir /var/run/cups
- at dir(cups,wheel,511) /var/run/cups/certs
+ at dir(,cups,1770) /var/spool/cups/tmp
 @dir(,cups,710) /var/spool/cups
- at dir(,cups,1770) /var/spool/cups/tmp



More information about the Midnightbsd-cvs mailing list