aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-07-27 22:25:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-07-27 22:25:14 +0000
commit863cbb267b4e5bcc4091a7fd8c527ab2368f250a (patch)
tree2ccaaf47ef3b7daa4d8152ea7235a48ec22d62db
parentf535f6246ca55289e60f1f5f6cd73864369181b0 (diff)
downloadports-863cbb267b4e5bcc4091a7fd8c527ab2368f250a.tar.gz
ports-863cbb267b4e5bcc4091a7fd8c527ab2368f250a.zip
- new port german/bugzilla42
- add patch to german/bugzilla so it reflects the security update - adjust version number in tempplates (3,6,10 / 4.0.7)
Notes
Notes: svn path=/head/; revision=301627
-rw-r--r--german/Makefile1
-rw-r--r--german/bugzilla/Makefile11
-rw-r--r--german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl24
-rw-r--r--german/bugzilla3/Makefile5
-rw-r--r--german/bugzilla42/Makefile51
-rw-r--r--german/bugzilla42/distinfo2
-rw-r--r--german/bugzilla42/pkg-descr3
-rw-r--r--german/bugzilla42/pkg-message5
-rw-r--r--german/bugzilla42/pkg-plist282
9 files changed, 378 insertions, 6 deletions
diff --git a/german/Makefile b/german/Makefile
index f581b5fe434f..d7623e9c1f99 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -14,6 +14,7 @@
SUBDIR += bsdpaste
SUBDIR += bugzilla
SUBDIR += bugzilla3
+ SUBDIR += bugzilla42
SUBDIR += calligra-l10n
SUBDIR += dict
SUBDIR += digibux
diff --git a/german/bugzilla/Makefile b/german/bugzilla/Makefile
index 6a47341dc59a..149bf1481646 100644
--- a/german/bugzilla/Makefile
+++ b/german/bugzilla/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= german
MASTER_SITES= SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -18,6 +18,8 @@ COMMENT= German localization for Bugzilla
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
+LATEST_LINK= ${PKGNAMEPREFIX}bugzilla${PKGNAMESUFFIX}
+
NO_WRKSUBDIR= yes
.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
@@ -26,9 +28,10 @@ LANGDIR= ${WWWDIR}/template/de
# german template checks the bugzilla version number and displays
# non supported bugzilla version, however there are no relevant
-# changes in the templates between 4.0.5 and 4.0.6
+# changes in the templates between 4.0.5 and 4.0.7
post-patch:
- @${SED} -i '' -e 's|4.0.5|4.0.6|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
+ @${SED} -i '' -e 's|4.0.5|4.0.7|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
+ @${FIND} ${WRKDIR}/ -name \*.orig -delete
do-install:
@-${MKDIR} ${LANGDIR}
@@ -40,7 +43,7 @@ do-install:
.endif
# Maintainer
-plist: extract
+plist: patch
@( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new )
@( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new )
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
diff --git a/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl b/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl
new file mode 100644
index 000000000000..2d350c260e74
--- /dev/null
+++ b/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl
@@ -0,0 +1,24 @@
+--- ./de/default/global/confirm-user-match.html.tmpl.orig 2012-07-27 21:42:53.000000000 +0200
++++ ./de/default/global/confirm-user-match.html.tmpl 2012-07-27 21:44:33.000000000 +0200
+@@ -159,8 +159,6 @@
+ [% ELSE %]
+ passte zu
+ <b>[% query.value.users.0.identity FILTER html %]</b>
+- <input type="hidden" name="[% field.key FILTER html %]"
+- value="[% query.value.users.0.login FILTER html %]">
+ [% END %]
+ [% ELSE %]
+ [% IF (query.key.length < 3) && !Param('emailsuffix') %]
+@@ -186,8 +184,10 @@
+
+ [% IF matchsuccess == 1 %]
+
+- [% SET exclude_these =
+- matches.keys.merge(['Bugzilla_login', 'Bugzilla_password']) %]
++ [% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
++ [% FOREACH key IN matches.keys %]
++ [% exclude_these.push(key) IF cgi.param(key) == '' %]
++ [% END %]
+ [% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
+ [% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]
+
diff --git a/german/bugzilla3/Makefile b/german/bugzilla3/Makefile
index cf4fc02e35d5..ab63368ae985 100644
--- a/german/bugzilla3/Makefile
+++ b/german/bugzilla3/Makefile
@@ -30,7 +30,8 @@ LANGDIR= ${WWWDIR}/template/de
# non supported bugzilla version, however there are no relevant
# changes in the template between 3.6.8 and 3.6.9
post-patch:
- @${SED} -i '' -e 's|3.6.8|3.6.9|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
+ @${SED} -i '' -e 's|3.6.8|3.6.10|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
+ @${FIND} ${WRKDIR}/ -name \*.orig -delete
do-install:
@-${MKDIR} ${LANGDIR}
@@ -42,7 +43,7 @@ do-install:
.endif
# Maintainer
-plist: extract
+plist: patch
@( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new )
@( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new )
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
diff --git a/german/bugzilla42/Makefile b/german/bugzilla42/Makefile
new file mode 100644
index 000000000000..0a56bfec9d7a
--- /dev/null
+++ b/german/bugzilla42/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: de-bugzilla
+# Date created: 2011-06-11
+# Whom: Olli Hauer <ohauer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bugzilla
+PORTVERSION= 4.2.1
+CATEGORIES= german
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
+DISTNAME= germzilla-${PORTVERSION}-1.utf-8
+
+MAINTAINER= ohauer@FreeBSD.org
+COMMENT= German localization for Bugzilla
+
+RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla42
+
+LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42${PKGNAMESUFFIX}
+
+NO_WRKSUBDIR= yes
+
+.include "${.CURDIR}/../../devel/bugzilla42/Makefile.common"
+
+LANGDIR= ${WWWDIR}/template/de
+
+# german template checks the bugzilla version number and displays
+# non supported bugzilla version.
+post-patch:
+ @${FIND} ${WRKDIR}/ -name \*.orig -delete
+
+do-install:
+ @-${MKDIR} ${LANGDIR}
+ @(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})
+.if !defined(BATCH)
+ @${ECHO_MSG}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
+.endif
+
+# Maintainer
+plist: patch
+ @( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new )
+ @( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new )
+ @if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
+ ${ECHO_MSG} no pkg-plist changes; \
+ ${RM} ${PLIST}.new ; \
+ fi
+
+.include <bsd.port.mk>
diff --git a/german/bugzilla42/distinfo b/german/bugzilla42/distinfo
new file mode 100644
index 000000000000..23c1838ff0e3
--- /dev/null
+++ b/german/bugzilla42/distinfo
@@ -0,0 +1,2 @@
+SHA256 (bugzilla/germzilla-4.2.1-1.utf-8.tar.gz) = 26e10c32bcdb53b9a3c8d33fca3d2e51c09a3f0e3b1393c66d86a48ed1c772d4
+SIZE (bugzilla/germzilla-4.2.1-1.utf-8.tar.gz) = 270855
diff --git a/german/bugzilla42/pkg-descr b/german/bugzilla42/pkg-descr
new file mode 100644
index 000000000000..7a214b157bb6
--- /dev/null
+++ b/german/bugzilla42/pkg-descr
@@ -0,0 +1,3 @@
+German localization for Bugzilla bug tracking system.
+
+WWW: http://sourceforge.net/projects/bugzilla-de
diff --git a/german/bugzilla42/pkg-message b/german/bugzilla42/pkg-message
new file mode 100644
index 000000000000..85bfbab9ec7b
--- /dev/null
+++ b/german/bugzilla42/pkg-message
@@ -0,0 +1,5 @@
+==========================================================================
+ German localization for Bugzilla has now been installed.
+
+ Please run "checksetup.pl" to re-generate templates.
+==========================================================================
diff --git a/german/bugzilla42/pkg-plist b/german/bugzilla42/pkg-plist
new file mode 100644
index 000000000000..a986c6c9a6e2
--- /dev/null
+++ b/german/bugzilla42/pkg-plist
@@ -0,0 +1,282 @@
+%%WWWDIR%%/template/de/default/account/auth/login-small.html.tmpl
+%%WWWDIR%%/template/de/default/account/auth/login.html.tmpl
+%%WWWDIR%%/template/de/default/account/cancel-token.txt.tmpl
+%%WWWDIR%%/template/de/default/account/create.html.tmpl
+%%WWWDIR%%/template/de/default/account/created.html.tmpl
+%%WWWDIR%%/template/de/default/account/email/change-new.txt.tmpl
+%%WWWDIR%%/template/de/default/account/email/change-old.txt.tmpl
+%%WWWDIR%%/template/de/default/account/email/confirm-new.html.tmpl
+%%WWWDIR%%/template/de/default/account/email/confirm.html.tmpl
+%%WWWDIR%%/template/de/default/account/email/request-new.txt.tmpl
+%%WWWDIR%%/template/de/default/account/password/forgotten-password.txt.tmpl
+%%WWWDIR%%/template/de/default/account/password/set-forgotten-password.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/account.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/email.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/permissions.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/prefs.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/saved-searches.html.tmpl
+%%WWWDIR%%/template/de/default/account/prefs/settings.html.tmpl
+%%WWWDIR%%/template/de/default/account/profile-activity.html.tmpl
+%%WWWDIR%%/template/de/default/admin/admin.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/add.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/del.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/edit-common.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/reclassify.html.tmpl
+%%WWWDIR%%/template/de/default/admin/classifications/select.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/edit-common.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/components/select-product.html.tmpl
+%%WWWDIR%%/template/de/default/admin/confirm-action.html.tmpl
+%%WWWDIR%%/template/de/default/admin/custom_fields/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/custom_fields/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/custom_fields/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/custom_fields/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/fieldvalues/select-field.html.tmpl
+%%WWWDIR%%/template/de/default/admin/flag-type/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/flag-type/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/flag-type/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/groups/confirm-remove.html.tmpl
+%%WWWDIR%%/template/de/default/admin/groups/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/groups/delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/groups/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/groups/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/keywords/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/keywords/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/keywords/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/keywords/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/milestones/select-product.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/admin.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/advanced.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/attachment.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/auth.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/bugchange.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/bugfields.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/common.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/core.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/dependencygraph.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/editparams.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/general.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/groupsecurity.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/index.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/ldap.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/mta.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/patchviewer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/query.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/radius.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/shadowdb.html.tmpl
+%%WWWDIR%%/template/de/default/admin/params/usermatch.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/edit-common.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/groupcontrol/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/groupcontrol/updated.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/list-classifications.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/products/updated.html.tmpl
+%%WWWDIR%%/template/de/default/admin/sanitycheck/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/sanitycheck/messages.html.tmpl
+%%WWWDIR%%/template/de/default/admin/settings/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/sudo.html.tmpl
+%%WWWDIR%%/template/de/default/admin/table.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/listselectvars.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/responsibilities.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/search.html.tmpl
+%%WWWDIR%%/template/de/default/admin/users/userdata.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/create.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/edit.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/footer.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/list.html.tmpl
+%%WWWDIR%%/template/de/default/admin/versions/select-product.html.tmpl
+%%WWWDIR%%/template/de/default/admin/workflow/comment.html.tmpl
+%%WWWDIR%%/template/de/default/admin/workflow/edit.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/choose.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/confirm-delete.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/create.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/created.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/createformcontents.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/delete_reason.txt.tmpl
+%%WWWDIR%%/template/de/default/attachment/diff-file.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/diff-footer.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/diff-header.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/edit.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/list.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/midair.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/show-multiple.html.tmpl
+%%WWWDIR%%/template/de/default/attachment/updated.html.tmpl
+%%WWWDIR%%/template/de/default/bug/activity/show.html.tmpl
+%%WWWDIR%%/template/de/default/bug/activity/table.html.tmpl
+%%WWWDIR%%/template/de/default/bug/choose.html.tmpl
+%%WWWDIR%%/template/de/default/bug/comments.html.tmpl
+%%WWWDIR%%/template/de/default/bug/create/comment-guided.txt.tmpl
+%%WWWDIR%%/template/de/default/bug/create/create-guided.html.tmpl
+%%WWWDIR%%/template/de/default/bug/create/create.html.tmpl
+%%WWWDIR%%/template/de/default/bug/create/created.html.tmpl
+%%WWWDIR%%/template/de/default/bug/create/make-template.html.tmpl
+%%WWWDIR%%/template/de/default/bug/create/user-message.html.tmpl
+%%WWWDIR%%/template/de/default/bug/dependency-graph.html.tmpl
+%%WWWDIR%%/template/de/default/bug/dependency-tree.html.tmpl
+%%WWWDIR%%/template/de/default/bug/edit.html.tmpl
+%%WWWDIR%%/template/de/default/bug/field-help.none.tmpl
+%%WWWDIR%%/template/de/default/bug/field.html.tmpl
+%%WWWDIR%%/template/de/default/bug/format_comment.txt.tmpl
+%%WWWDIR%%/template/de/default/bug/knob.html.tmpl
+%%WWWDIR%%/template/de/default/bug/link.html.tmpl
+%%WWWDIR%%/template/de/default/bug/navigate.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/bugmail.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/confirm-duplicate.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/header.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/midair.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/results.html.tmpl
+%%WWWDIR%%/template/de/default/bug/process/verify-new-product.html.tmpl
+%%WWWDIR%%/template/de/default/bug/show-header.html.tmpl
+%%WWWDIR%%/template/de/default/bug/show-multiple.html.tmpl
+%%WWWDIR%%/template/de/default/bug/show.html.tmpl
+%%WWWDIR%%/template/de/default/bug/summarize-time.html.tmpl
+%%WWWDIR%%/template/de/default/email/bugmail-common.txt.tmpl
+%%WWWDIR%%/template/de/default/email/bugmail-header.txt.tmpl
+%%WWWDIR%%/template/de/default/email/bugmail.html.tmpl
+%%WWWDIR%%/template/de/default/email/bugmail.txt.tmpl
+%%WWWDIR%%/template/de/default/email/lockout.txt.tmpl
+%%WWWDIR%%/template/de/default/email/sanitycheck.txt.tmpl
+%%WWWDIR%%/template/de/default/email/sudo.txt.tmpl
+%%WWWDIR%%/template/de/default/email/whine.txt.tmpl
+%%WWWDIR%%/template/de/default/filterexceptions.pl
+%%WWWDIR%%/template/de/default/flag/list.html.tmpl
+%%WWWDIR%%/template/de/default/global/choose-classification.html.tmpl
+%%WWWDIR%%/template/de/default/global/choose-product.html.tmpl
+%%WWWDIR%%/template/de/default/global/code-error.html.tmpl
+%%WWWDIR%%/template/de/default/global/common-links.html.tmpl
+%%WWWDIR%%/template/de/default/global/confirm-action.html.tmpl
+%%WWWDIR%%/template/de/default/global/confirm-user-match.html.tmpl
+%%WWWDIR%%/template/de/default/global/docslinks.html.tmpl
+%%WWWDIR%%/template/de/default/global/field-descs.none.tmpl
+%%WWWDIR%%/template/de/default/global/gzversion.html.tmpl
+%%WWWDIR%%/template/de/default/global/header.html.tmpl
+%%WWWDIR%%/template/de/default/global/message.html.tmpl
+%%WWWDIR%%/template/de/default/global/message.txt.tmpl
+%%WWWDIR%%/template/de/default/global/messages.html.tmpl
+%%WWWDIR%%/template/de/default/global/per-bug-queries.html.tmpl
+%%WWWDIR%%/template/de/default/global/reason-descs.none.tmpl
+%%WWWDIR%%/template/de/default/global/setting-descs.none.tmpl
+%%WWWDIR%%/template/de/default/global/site-navigation.html.tmpl
+%%WWWDIR%%/template/de/default/global/tabs.html.tmpl
+%%WWWDIR%%/template/de/default/global/useful-links.html.tmpl
+%%WWWDIR%%/template/de/default/global/user-error.html.tmpl
+%%WWWDIR%%/template/de/default/global/value-descs.none.tmpl
+%%WWWDIR%%/template/de/default/global/variables.none.tmpl
+%%WWWDIR%%/template/de/default/index.html.tmpl
+%%WWWDIR%%/template/de/default/list/change-columns.html.tmpl
+%%WWWDIR%%/template/de/default/list/edit-multiple.html.tmpl
+%%WWWDIR%%/template/de/default/list/list.atom.tmpl
+%%WWWDIR%%/template/de/default/list/list.html.tmpl
+%%WWWDIR%%/template/de/default/list/quips.html.tmpl
+%%WWWDIR%%/template/de/default/list/server-push.html.tmpl
+%%WWWDIR%%/template/de/default/list/table.html.tmpl
+%%WWWDIR%%/template/de/default/pages/bug-writing.html.tmpl
+%%WWWDIR%%/template/de/default/pages/fields.html.tmpl
+%%WWWDIR%%/template/de/default/pages/linked.html.tmpl
+%%WWWDIR%%/template/de/default/pages/linkify.html.tmpl
+%%WWWDIR%%/template/de/default/pages/quicksearch.html.tmpl
+%%WWWDIR%%/template/de/default/pages/sudo.html.tmpl
+%%WWWDIR%%/template/de/default/reports/chart.csv.tmpl
+%%WWWDIR%%/template/de/default/reports/chart.html.tmpl
+%%WWWDIR%%/template/de/default/reports/chart.png.tmpl
+%%WWWDIR%%/template/de/default/reports/components.html.tmpl
+%%WWWDIR%%/template/de/default/reports/create-chart.html.tmpl
+%%WWWDIR%%/template/de/default/reports/delete-series.html.tmpl
+%%WWWDIR%%/template/de/default/reports/duplicates-simple.html.tmpl
+%%WWWDIR%%/template/de/default/reports/duplicates-table.html.tmpl
+%%WWWDIR%%/template/de/default/reports/duplicates.html.tmpl
+%%WWWDIR%%/template/de/default/reports/edit-series.html.tmpl
+%%WWWDIR%%/template/de/default/reports/keywords.html.tmpl
+%%WWWDIR%%/template/de/default/reports/menu.html.tmpl
+%%WWWDIR%%/template/de/default/reports/old-charts.html.tmpl
+%%WWWDIR%%/template/de/default/reports/report-simple.html.tmpl
+%%WWWDIR%%/template/de/default/reports/report-table.csv.tmpl
+%%WWWDIR%%/template/de/default/reports/report-table.html.tmpl
+%%WWWDIR%%/template/de/default/reports/report.html.tmpl
+%%WWWDIR%%/template/de/default/reports/series.html.tmpl
+%%WWWDIR%%/template/de/default/request/email.txt.tmpl
+%%WWWDIR%%/template/de/default/request/queue.html.tmpl
+%%WWWDIR%%/template/de/default/search/boolean-charts.html.tmpl
+%%WWWDIR%%/template/de/default/search/field.html.tmpl
+%%WWWDIR%%/template/de/default/search/form.html.tmpl
+%%WWWDIR%%/template/de/default/search/knob.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-advanced.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-create-series.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-plugin.xml.tmpl
+%%WWWDIR%%/template/de/default/search/search-report-graph.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-report-select.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-report-table.html.tmpl
+%%WWWDIR%%/template/de/default/search/search-specific.html.tmpl
+%%WWWDIR%%/template/de/default/search/tabs.html.tmpl
+%%WWWDIR%%/template/de/default/search/type-select.html.tmpl
+%%WWWDIR%%/template/de/default/setup/strings.txt.pl
+%%WWWDIR%%/template/de/default/welcome-admin.html.tmpl
+%%WWWDIR%%/template/de/default/whine/mail.html.tmpl
+%%WWWDIR%%/template/de/default/whine/mail.txt.tmpl
+%%WWWDIR%%/template/de/default/whine/multipart-mime.txt.tmpl
+%%WWWDIR%%/template/de/default/whine/schedule.html.tmpl
+@dirrmtry %%WWWDIR%%/template/de/default/whine
+@dirrmtry %%WWWDIR%%/template/de/default/setup
+@dirrmtry %%WWWDIR%%/template/de/default/search
+@dirrmtry %%WWWDIR%%/template/de/default/request
+@dirrmtry %%WWWDIR%%/template/de/default/reports
+@dirrmtry %%WWWDIR%%/template/de/default/pages
+@dirrmtry %%WWWDIR%%/template/de/default/list
+@dirrmtry %%WWWDIR%%/template/de/default/global
+@dirrmtry %%WWWDIR%%/template/de/default/flag
+@dirrmtry %%WWWDIR%%/template/de/default/email
+@dirrmtry %%WWWDIR%%/template/de/default/bug/process
+@dirrmtry %%WWWDIR%%/template/de/default/bug/create
+@dirrmtry %%WWWDIR%%/template/de/default/bug/activity
+@dirrmtry %%WWWDIR%%/template/de/default/bug
+@dirrmtry %%WWWDIR%%/template/de/default/attachment
+@dirrmtry %%WWWDIR%%/template/de/default/admin/workflow
+@dirrmtry %%WWWDIR%%/template/de/default/admin/versions
+@dirrmtry %%WWWDIR%%/template/de/default/admin/users
+@dirrmtry %%WWWDIR%%/template/de/default/admin/settings
+@dirrmtry %%WWWDIR%%/template/de/default/admin/sanitycheck
+@dirrmtry %%WWWDIR%%/template/de/default/admin/products/groupcontrol
+@dirrmtry %%WWWDIR%%/template/de/default/admin/products
+@dirrmtry %%WWWDIR%%/template/de/default/admin/params
+@dirrmtry %%WWWDIR%%/template/de/default/admin/milestones
+@dirrmtry %%WWWDIR%%/template/de/default/admin/keywords
+@dirrmtry %%WWWDIR%%/template/de/default/admin/groups
+@dirrmtry %%WWWDIR%%/template/de/default/admin/flag-type
+@dirrmtry %%WWWDIR%%/template/de/default/admin/fieldvalues
+@dirrmtry %%WWWDIR%%/template/de/default/admin/custom_fields
+@dirrmtry %%WWWDIR%%/template/de/default/admin/components
+@dirrmtry %%WWWDIR%%/template/de/default/admin/classifications
+@dirrmtry %%WWWDIR%%/template/de/default/admin
+@dirrmtry %%WWWDIR%%/template/de/default/account/prefs
+@dirrmtry %%WWWDIR%%/template/de/default/account/password
+@dirrmtry %%WWWDIR%%/template/de/default/account/email
+@dirrmtry %%WWWDIR%%/template/de/default/account/auth
+@dirrmtry %%WWWDIR%%/template/de/default/account
+@dirrmtry %%WWWDIR%%/template/de/default
+@dirrmtry %%WWWDIR%%/template/de