[Midnightbsd-cvs] mports [21385] trunk/devel: add bugzilla 50

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 15 12:52:18 EDT 2016


Revision: 21385
          http://svnweb.midnightbsd.org/mports/?rev=21385
Author:   laffer1
Date:     2016-05-15 12:52:18 -0400 (Sun, 15 May 2016)
Log Message:
-----------
add bugzilla 50

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/bugzilla50/
    trunk/devel/bugzilla50/Makefile
    trunk/devel/bugzilla50/Makefile.common
    trunk/devel/bugzilla50/Makefile.options
    trunk/devel/bugzilla50/distinfo
    trunk/devel/bugzilla50/files/
    trunk/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm
    trunk/devel/bugzilla50/files/patch-PR206103
    trunk/devel/bugzilla50/files/patch-PR207213
    trunk/devel/bugzilla50/files/pkg-message.in
    trunk/devel/bugzilla50/pkg-descr
    trunk/devel/bugzilla50/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-05-15 16:36:30 UTC (rev 21384)
+++ trunk/devel/Makefile	2016-05-15 16:52:18 UTC (rev 21385)
@@ -32,6 +32,7 @@
 SUBDIR += boost-libs
 SUBDIR += boost-python-libs
 SUBDIR += bugzilla44
+SUBDIR += bugzilla50
 SUBDIR += bullet
 SUBDIR += compiler-rt
 SUBDIR += chrpath

Added: trunk/devel/bugzilla50/Makefile
===================================================================
--- trunk/devel/bugzilla50/Makefile	                        (rev 0)
+++ trunk/devel/bugzilla50/Makefile	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,214 @@
+# $MidnightBSD$
+
+PORTNAME=	bugzilla
+PORTVERSION=	5.0.2
+CATEGORIES=	devel
+MASTER_SITES=	MOZILLA/webtools MOZILLA/webtools/archived
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Bug-tracking system developed by Mozilla Project
+
+LICENSE=	mpl
+
+# see Bugzilla/Install/Requirements.pm
+RUN_DEPENDS=	\
+		p5-CGI>=4.0:${PORTSDIR}/www/p5-CGI \
+		p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \
+		p5-DateTime-TimeZone>=1.64:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+		p5-DateTime>=0.75:${PORTSDIR}/devel/p5-DateTime \
+		p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME \
+		p5-Email-Send>=2.04:${PORTSDIR}/mail/p5-Email-Send \
+		p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \
+		p5-List-MoreUtils>=0.32:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Math-Random-ISAAC>=1.001:${PORTSDIR}/math/p5-Math-Random-ISAAC \
+		p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
+		p5-TimeDate>=2.23:${PORTSDIR}/devel/p5-TimeDate \
+		p5-URI>=1.55:${PORTSDIR}/net/p5-URI
+
+USES=		perl5 cpe
+USE_PERL5=	patch build run
+
+CPE_VENDOR=	mozilla
+
+SUB_FILES=	pkg-message
+
+DATA_DIRS_LIST=	images js skins
+
+# checksetup will fail if these directories are not present!
+EMPTY_DIRS_LIST=data graphs contrib lib t xt
+
+.include "${.CURDIR}/Makefile.common"
+.include "${.CURDIR}/Makefile.options"
+.include <bsd.mport.options.mk>
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 501800
+# PR 194782: silence Module::Pluggable deprecated warnings
+BUILD_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+# PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv
+RUN_DEPENDS+=	p5-Text-Tabs+Wrap>=2013.0523:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
+.endif
+
+.if ${PORT_OPTIONS:MMODPERL}
+USE_APACHE_RUN=	22+
+.endif
+
+.if ${PORT_OPTIONS:MMYSQL}
+USE_MYSQL=	yes
+RUN_DEPENDS+=	p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql
+.endif
+
+.if ${PORT_OPTIONS:MPGSQL}
+USE_PGSQL=	yes
+RUN_DEPENDS+=	p5-DBD-Pg>=2.19.3:${PORTSDIR}/databases/p5-DBD-Pg
+.endif
+
+.if ${PORT_OPTIONS:MSQLITE}
+USE_SQLITE=	yes
+RUN_DEPENDS+=	p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
+		sqlite3>=3:${PORTSDIR}/databases/sqlite3
+.endif
+
+.if ${PORT_OPTIONS:MGRAPH_REPORTS}
+RUN_DEPENDS+=	p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \
+		p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
+		p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \
+		p5-Template-GD>=0:${PORTSDIR}/www/p5-Template-GD
+.endif
+
+.if ${PORT_OPTIONS:MCHARTING_MODULES}
+RUN_DEPENDS+=	p5-Chart>=2.4.1:${PORTSDIR}/graphics/p5-Chart
+.endif
+
+.if ${PORT_OPTIONS:MPATCH_VIEWER}
+RUN_DEPENDS+=	p5-PatchReader>=0.9.6:${PORTSDIR}/devel/p5-PatchReader \
+		interdiff:${PORTSDIR}/misc/patchutils
+.endif
+
+.if ${PORT_OPTIONS:MMORE_HTML}
+RUN_DEPENDS+=	p5-HTML-Parser>=3.67:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber
+.endif
+
+.if ${PORT_OPTIONS:MINBOUND_EMAIL}
+RUN_DEPENDS+=	p5-Email-MIME-Attachment-Stripper>=0:${PORTSDIR}/mail/p5-Email-MIME-Attachment-Stripper \
+		p5-Email-Reply>=0:${PORTSDIR}/mail/p5-Email-Reply \
+		p5-HTML-FormatText-WithLinks>=0.13:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
+.endif
+
+.if ${PORT_OPTIONS:MMAIL_QUEUEING}
+# p5-File-Slurp will be a default dependency in the next release
+RUN_DEPENDS+=	p5-TheSchwartz>=1.10:${PORTSDIR}/devel/p5-TheSchwartz \
+		p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic \
+		p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp
+.endif
+
+.if ${PORT_OPTIONS:MMOVE_BUGZ}
+RUN_DEPENDS+=	p5-MIME-Tools>=5.406:${PORTSDIR}/mail/p5-MIME-Tools \
+		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
+.endif
+
+.if ${PORT_OPTIONS:MBMP2PNG}
+RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
+.endif
+
+.if ${PORT_OPTIONS:MXMLRPC} || ${PORT_OPTIONS:MJSONRPC}
+RUN_DEPENDS+=	p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint
+.endif
+
+.if ${PORT_OPTIONS:MXMLRPC}
+RUN_DEPENDS+=	p5-XMLRPC-Lite>=0.712:${PORTSDIR}/net/p5-XMLRPC-Lite
+# XXX SOAP::Lite can be removed if upstream officially depends on
+# XMLRPC::Lite>=0.717, see Bugzilla/Install/Requirements.pm
+RUN_DEPENDS+=	p5-SOAP-Lite>=0.712:${PORTSDIR}/net/p5-SOAP-Lite
+.endif
+
+.if ${PORT_OPTIONS:MJSONRPC}
+# p5-JSON-XS will be a default dependency in the next release
+RUN_DEPENDS+=	p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \
+		p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
+.endif
+
+.if ${PORT_OPTIONS:MMODPERL}
+RUN_DEPENDS+=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
+		p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI
+.endif
+
+.if ${PORT_OPTIONS:MGRAPHVIZ}
+RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
+.endif
+
+.if ${PORT_OPTIONS:MEXPORT_IMPORT}
+RUN_DEPENDS+=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
+.endif
+
+.if ${PORT_OPTIONS:MCONTRIB}
+PLIST_SUB+=	CONTRIB=""
+.else
+PLIST_SUB+=	CONTRIB="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MLDAP}
+RUN_DEPENDS+=	p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+.endif
+
+.if ${PORT_OPTIONS:MRADIUS}
+RUN_DEPENDS+=	p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius
+.endif
+
+.if ${PORT_OPTIONS:MSMTP_AUTH}
+RUN_DEPENDS+=	p5-Authen-SASL>=2.16:${PORTSDIR}/security/p5-Authen-SASL
+.endif
+
+.if ${PORT_OPTIONS:MSMTP_SSL}
+RUN_DEPENDS+=	p5-Net-SMTP-SSL>=1.01:${PORTSDIR}/mail/p5-Net-SMTP-SSL
+.endif
+
+.if ${PORT_OPTIONS:MMIME_SNIFF}
+RUN_DEPENDS+=	p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \
+		p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy
+.endif
+
+post-extract:
+	@${RM} -rf ${WRKSRC}/.git
+	@${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \
+		${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \
+		${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP
+
+post-patch:
+	@${PERL} -pi -e 's/(default => ON_WINDOWS.+)apache/$$1www/' \
+		${WRKSRC}/Bugzilla/Install/Localconfig.pm
+
+.if ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL}
+	@${PERL} -pi -e 's/(default =>.+|Default is )mysql/$$1Pg/' \
+		${WRKSRC}/Bugzilla/Install/Localconfig.pm
+.endif
+	@${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \
+		-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
+	@${FIND} ${WRKSRC}/docs -type f | \
+		${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
+
+pre-install:
+	${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bak" \) -delete
+
+do-install:	.SILENT
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \
+		${INSTALL_SCRIPT} {} ${STAGEDIR}${WWWDIR} \;
+	@${MKDIR} ${DATA_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!}
+.for D in ${DATA_DIRS_LIST}
+	(cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/${D})
+.endfor
+	${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
+	@${MKDIR} ${EMPTY_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+
+.if ${PORT_OPTIONS:MCONTRIB}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}/contrib
+	(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib)
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/devel/bugzilla50/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/bugzilla50/Makefile.common
===================================================================
--- trunk/devel/bugzilla50/Makefile.common	                        (rev 0)
+++ trunk/devel/bugzilla50/Makefile.common	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,17 @@
+# $FreeBSD: head/devel/bugzilla44/Makefile.common 351542 2014-04-18 15:03:41Z ohauer $
+
+DIST_SUBDIR=	${PORTNAME}
+PKGNAMESUFFIX=	50
+
+CONFLICTS_INSTALL=	\
+		bugzilla4[^4].* \
+		bugzilla-4.[^4].*
+
+PORTSCOUT=	limitw:1,even
+
+WWWDIR=		${PREFIX}/www/bugzilla
+
+BINMODE=	700
+
+NO_BUILD=	yes
+


Property changes on: trunk/devel/bugzilla50/Makefile.common
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/bugzilla50/Makefile.options
===================================================================
--- trunk/devel/bugzilla50/Makefile.options	                        (rev 0)
+++ trunk/devel/bugzilla50/Makefile.options	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,80 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/bugzilla44/Makefile.options 354456 2014-05-18 19:33:06Z eadler $
+
+OPTIONS_SUB=	yes
+
+OPTIONS_DEFINE=		\
+	DOCS		\
+	MODPERL
+
+OPTIONS_GROUP=	UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN
+
+OPTIONS_GROUP_ADMIN=	\
+	MOVE_BUGZ	\
+	EXPORT_IMPORT	\
+	CONTRIB
+
+OPTIONS_GROUP_ATTACHMENT=\
+	BMP2PNG		\
+	MIME_SNIFF
+
+OPTIONS_GROUP_AUTH=	\
+	LDAP		\
+	RADIUS
+
+OPTIONS_GROUP_DBBACKEND= \
+	MYSQL		\
+	PGSQL		\
+	SQLITE
+
+OPTIONS_GROUP_EMAIL= 	\
+	INBOUND_EMAIL	\
+	MAIL_QUEUEING	\
+	SMTP_AUTH	\
+	SMTP_SSL
+
+OPTIONS_GROUP_REPORTING= \
+	GRAPHVIZ	\
+	GRAPH_REPORTS	\
+	CHARTING_MODULES
+
+OPTIONS_GROUP_WEBSERVICE= \
+	XMLRPC		\
+	JSONRPC
+
+OPTIONS_GROUP_UI= 	\
+	PATCH_VIEWER	\
+	MORE_HTML
+
+OPTIONS_DEFAULT=	\
+	CHARTING_MODULES\
+	CONTRIB		\
+	GRAPH_REPORTS	\
+	MORE_HTML	\
+	PATCH_VIEWER
+
+BMP2PNG_DESC=		BMP Attachments to PNGs
+CHARTING_MODULES_DESC=	Bug charting support
+CONTRIB_DESC=		Install user-contributed scripts
+EXPORT_IMPORT_DESC=	Import/export bugs (via XML)
+GRAPH_REPORTS_DESC=	Graphical Reports
+INBOUND_EMAIL_DESC=	Inbound Email
+JSONRPC_DESC=		JSON-RPC Interface
+MAIL_QUEUEING_DESC=	Mail Queueing
+MIME_SNIFF_DESC=	Sniff MIME type of attachments
+MORE_HTML_DESC=		More HTML in Product/Group Descriptions
+MOVE_BUGZ_DESC=		Move Bugs Between Installations
+PATCH_VIEWER_DESC=	Patch Viewer
+SMTP_AUTH_DESC=		SMTP Authentication
+SMTP_SSL_DESC=		SSL Support for SMTP
+XMLRPC_DESC=		XML-RPC Interface
+
+# Option group description
+ADMIN_DESC=		Administration
+ATTACHMENT_DESC=	Attachment handling
+AUTH_DESC=		Alternative Authentication
+DBBACKEND_DESC=		Database Engine
+EMAIL_DESC=		Email handling
+REPORTING_DESC= 	Reports and Charts
+WEBSERVICE_DESC=	Web Services
+


Property changes on: trunk/devel/bugzilla50/Makefile.options
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/bugzilla50/distinfo
===================================================================
--- trunk/devel/bugzilla50/distinfo	                        (rev 0)
+++ trunk/devel/bugzilla50/distinfo	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,2 @@
+SHA256 (bugzilla/bugzilla-5.0.2.tar.gz) = 82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3
+SIZE (bugzilla/bugzilla-5.0.2.tar.gz) = 4004728


Property changes on: trunk/devel/bugzilla50/distinfo
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm
===================================================================
--- trunk/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm	                        (rev 0)
+++ trunk/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,23 @@
+# Bug 1235270 - Set submitter_id before calling _check_data()
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1235270
+# Status: Upstreamed, pending next release
+
+--- Bugzilla/Attachment.pm.orig	2015-12-22 21:22:10 UTC
++++ Bugzilla/Attachment.pm
+@@ -865,6 +865,8 @@ sub create {
+ sub run_create_validators {
+     my ($class, $params) = @_;
+ 
++    $params->{submitter_id} = Bugzilla->user->id || ThrowUserError('invalid_user');
++
+     # Let's validate the attachment content first as it may
+     # alter some other attachment attributes.
+     $params->{data} = $class->_check_data($params);
+@@ -872,7 +874,6 @@ sub run_create_validators {
+ 
+     $params->{creation_ts} ||= Bugzilla->dbh->selectrow_array('SELECT LOCALTIMESTAMP(0)');
+     $params->{modification_time} = $params->{creation_ts};
+-    $params->{submitter_id} = Bugzilla->user->id || ThrowUserError('invalid_user');
+ 
+     return $params;
+ }


Property changes on: trunk/devel/bugzilla50/files/patch-Bugzilla_Attachment.pm
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/files/patch-PR206103
===================================================================
--- trunk/devel/bugzilla50/files/patch-PR206103	                        (rev 0)
+++ trunk/devel/bugzilla50/files/patch-PR206103	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,150 @@
+# PR 206103
+# Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
+Index: files/patch-Bugzilla_Mailer.pm
+===================================================================
+--- files/patch-Bugzilla_Mailer.pm.orig	2016-01-10 16:55:40 UTC
++++ files/patch-Bugzilla_Mailer.pm
+@@ -0,0 +1,101 @@
++# Bug 1235395 - whine.pl broken due to a missing generate_email() routine
++# https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
++# Status: Upstreamed, pending next release
++
++--- Bugzilla/Mailer.pm.orig	2015-12-22 21:22:10 UTC
+++++ Bugzilla/Mailer.pm
++@@ -12,13 +12,13 @@ use strict;
++ use warnings;
++ 
++ use parent qw(Exporter);
++- at Bugzilla::Mailer::EXPORT = qw(MessageToMTA build_thread_marker);
++-
+++ at Bugzilla::Mailer::EXPORT = qw(MessageToMTA build_thread_marker generate_email);
++ use Bugzilla::Constants;
++ use Bugzilla::Error;
++ use Bugzilla::Hook;
++ use Bugzilla::MIME;
++ use Bugzilla::Util;
+++use Bugzilla::User;
++ 
++ use Date::Format qw(time2str);
++ 
++@@ -161,6 +161,67 @@ sub send_staged_mail {
++     }
++ }
++ 
+++sub generate_email {
+++    my ($vars, $templates) = @_;
+++    my ($lang, $email_format, $msg_text, $msg_html, $msg_header);
+++    state $use_utf8 = Bugzilla->params->{'utf8'};
+++
+++    if ($vars->{to_user}) {
+++        $lang = $vars->{to_user}->setting('lang');
+++        $email_format = $vars->{to_user}->setting('email_format');
+++    } else {
+++        # If there are users in the CC list who don't have an account,
+++        # use the default language for email notifications.
+++        $lang = Bugzilla::User->new()->setting('lang');
+++        # However we cannot fall back to the default email_format, since
+++        # it may be HTML, and many of the includes used in the HTML
+++        # template require a valid user object. Instead we fall back to
+++        # the plaintext template.
+++        $email_format = 'text_only';
+++    }
+++
+++    my $template = Bugzilla->template_inner($lang);
+++
+++    $template->process($templates->{header}, $vars, \$msg_header)
+++        || ThrowTemplateError($template->error());
+++    $template->process($templates->{text}, $vars, \$msg_text)
+++        || ThrowTemplateError($template->error());
+++
+++    my @parts = (
+++        Bugzilla::MIME->create(
+++            attributes => {
+++                content_type => 'text/plain',
+++                charset      => $use_utf8 ? 'UTF-8' : 'iso-8859-1',
+++                encoding     => 'quoted-printable',
+++            },
+++            body_str => $msg_text,
+++        )
+++    );
+++    if ($templates->{html} && $email_format eq 'html') {
+++        $template->process($templates->{html}, $vars, \$msg_html)
+++            || ThrowTemplateError($template->error());
+++        push @parts, Bugzilla::MIME->create(
+++            attributes => {
+++                content_type => 'text/html',
+++                charset      => $use_utf8 ? 'UTF-8' : 'iso-8859-1',
+++                encoding     => 'quoted-printable',
+++            },
+++            body_str => $msg_html,
+++        );
+++    }
+++
+++    my $email = Bugzilla::MIME->new($msg_header);
+++    if (scalar(@parts) == 1) {
+++        $email->content_type_set($parts[0]->content_type);
+++    } else {
+++        $email->content_type_set('multipart/alternative');
+++        # Some mail clients need same encoding for each part, even empty ones.
+++        $email->charset_set('UTF-8') if $use_utf8;
+++    }
+++    $email->parts_set(\@parts);
+++    return $email;
+++}
+++
++ 1;
++ 
++ __END__
++@@ -173,6 +234,10 @@ Bugzilla::Mailer - Provides methods for 
++ 
++ =over
++ 
+++=item C<generate_email>
+++
+++Generates a multi-part email message, using the supplied list of templates.
+++
++ =item C<MessageToMTA>
++ 
++ Sends the passed message to the mail transfer agent.
+--- files/patch-Bugzilla_Product.pm.orig	2016-01-10 16:55:40 UTC
++++ files/patch-Bugzilla_Product.pm
+@@ -0,0 +1,14 @@
++# Bug 1235395 - whine.pl broken due to a missing generate_email() routine
++# https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
++# Status: Upstreamed, pending next release
++
++--- Bugzilla/Product.pm.orig	2015-12-22 21:22:10 UTC
+++++ Bugzilla/Product.pm
++@@ -22,7 +22,6 @@ use Bugzilla::Milestone;
++ use Bugzilla::Field;
++ use Bugzilla::Status;
++ use Bugzilla::Install::Requirements;
++-use Bugzilla::Mailer;
++ use Bugzilla::Series;
++ use Bugzilla::Hook;
++ use Bugzilla::FlagType;
+--- files/patch-whine.pl.orig	2016-01-10 16:55:40 UTC
++++ files/patch-whine.pl
+@@ -0,0 +1,22 @@
++# Bug 1235395 - whine.pl broken due to a missing generate_email() routine
++# https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
++# Status: Upstreamed, pending next release
++
++--- whine.pl.orig	2015-12-22 21:22:11 UTC
+++++ whine.pl
++@@ -13,14 +13,13 @@
++ use 5.10.1;
++ use strict;
++ use warnings;
++-
++ use lib qw(. lib);
++ 
++ use Bugzilla;
++ use Bugzilla::Constants;
++ use Bugzilla::Search;
++ use Bugzilla::User;
++-use Bugzilla::Mailer;
+++use Bugzilla::Mailer qw(MessageToMTA generate_email);
++ use Bugzilla::Util;
++ use Bugzilla::Group;
++ 


Property changes on: trunk/devel/bugzilla50/files/patch-PR206103
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/files/patch-PR207213
===================================================================
--- trunk/devel/bugzilla50/files/patch-PR207213	                        (rev 0)
+++ trunk/devel/bugzilla50/files/patch-PR207213	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,63 @@
+# Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119
+===================================================================
+--- extensions/MoreBugUrl/Extension.pm.orig	2016-02-15 15:30:02 UTC
++++ extensions/MoreBugUrl/Extension.pm
+@@ -22,6 +22,7 @@ use constant MORE_SUB_CLASSES => qw(
+     Bugzilla::Extension::MoreBugUrl::PHP
+     Bugzilla::Extension::MoreBugUrl::Redmine
+     Bugzilla::Extension::MoreBugUrl::Savane
++    Bugzilla::Extension::MoreBugUrl::Phabricator
+ );
+ 
+ # We need to update bug_see_also table because both
+--- extensions/MoreBugUrl/lib/Phabricator.pm.orig	2016-02-15 15:40:28 UTC
++++ extensions/MoreBugUrl/lib/Phabricator.pm
+@@ -0,0 +1,41 @@
++# This Source Code Form is subject to the terms of the Mozilla Public
++# License, v. 2.0. If a copy of the MPL was not distributed with this
++# file, You can obtain one at http://mozilla.org/MPL/2.0/.
++#
++# This Source Code Form is "Incompatible With Secondary Licenses", as
++# defined by the Mozilla Public License, v. 2.0.
++
++package Bugzilla::Extension::MoreBugUrl::Phabricator;
++
++use 5.10.1;
++use strict;
++use warnings;
++
++use parent qw(Bugzilla::BugUrl);
++
++###############################
++####        Methods        ####
++###############################
++
++sub should_handle {
++    my ($class, $uri) = @_;
++    return ($uri->path =~ m|^/T\d+$|) ? 1 : 0;
++}
++
++sub _check_value {
++    my $class = shift;
++
++    my $uri = $class->SUPER::_check_value(@_);
++
++    # Phabricator URLs have only one form:
++    #   http://example.com/T111
++
++    # Make sure there are no query parameters.
++    $uri->query(undef);
++    # And remove any # part if there is one.
++    $uri->fragment(undef);
++
++    return $uri;
++}
++
++1;
+--- extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl.orig	2015-12-22 21:22:11 UTC
++++ extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
+@@ -14,3 +14,4 @@
+ <li>A b[% %]ug on b[% %]ugs.php.net.</li>
+ <li>An issue in a Redmine installation.</li>
+ <li>A b[% %]ug in a Savane installation.</li>
++<li>A task in a Phabricator installation.</li>


Property changes on: trunk/devel/bugzilla50/files/patch-PR207213
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/files/pkg-message.in
===================================================================
--- trunk/devel/bugzilla50/files/pkg-message.in	                        (rev 0)
+++ trunk/devel/bugzilla50/files/pkg-message.in	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,38 @@
+==========================================================================
+  Bugzilla has now been installed.  To quick setup you have to:
+
+  1. Create database user who has rights on bugs database manipulation
+     by following mysql commands (for MySQL 4.0 or later):
+
+     GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
+           CREATE TEMPORARY TABLES, DROP, REFERENCES 
+	   ON <database>.* TO <dbuser>@<host> 
+	   IDENTIFIED BY '<password>';
+     FLUSH PRIVILEGES;
+
+     where <database> is a bugs database name; <dbuser> is a bugs database
+           owner; <host> is a host there bugzilla is being setup;
+           <password> is a database owner's password;
+
+  2. Change working directory to %%WWWDIR%%
+  3. Run "./checksetup.pl" script as root user
+  4. Read output carefully and follow all instructions
+
+  For more complete database setup and post-installation instructions
+  and security tips/notes please read "Bugzilla Guide" in
+  %%DOCSDIR%%/en/html/ (chapter 2: "Installing Bugzilla")
+==========================================================================
+
+For upgrades:
+  0. Back up your data.
+
+  1. Run the command inside %%WWWDIR%%
+      find . -mindepth 2 -name .htaccess -exec rm -f {} \;
+
+  2. Run "./checksetup.pl" inside %%WWWDIR%%.  You may need to
+     run it several times.
+
+  3. Restart your Web server, especially if you're using mod_perl: this
+     will save you from a number of troubles.
+
+==========================================================================


Property changes on: trunk/devel/bugzilla50/files/pkg-message.in
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/pkg-descr
===================================================================
--- trunk/devel/bugzilla50/pkg-descr	                        (rev 0)
+++ trunk/devel/bugzilla50/pkg-descr	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,22 @@
+Bugzilla is one example of a class of programs called "Defect Tracking
+Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking
+Systems allow individual or groups of developers to keep track of
+outstanding bugs in their product effectively.
+
+Bugzilla has matured immensely, and now boasts many advanced features.
+These include:
+
+  * integrated, product-based granular security schema
+  * inter-bug dependencies and dependency graphing
+  * advanced reporting capabilities
+  * a robust, stable RDBMS back-end
+  * extensive configurability
+  * a very well-understood and well-thought-out natural bug resolution
+    protocol
+  * email, XML, console, and HTTP APIs
+  * available integration with automated software configuration
+    management systems, including Perforce and CVS (through the
+    Bugzilla email interface and checkin/checkout scripts)
+  * too many more features to list
+
+WWW: http://www.bugzilla.org/


Property changes on: trunk/devel/bugzilla50/pkg-descr
___________________________________________________________________
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
Added: trunk/devel/bugzilla50/pkg-plist
===================================================================
--- trunk/devel/bugzilla50/pkg-plist	                        (rev 0)
+++ trunk/devel/bugzilla50/pkg-plist	2016-05-15 16:52:18 UTC (rev 21385)
@@ -0,0 +1,708 @@
+%%WWWDIR%%/.htaccess
+%%WWWDIR%%/Bugzilla.pm
+%%WWWDIR%%/Bugzilla/Attachment.pm
+%%WWWDIR%%/Bugzilla/Attachment/PatchReader.pm
+%%WWWDIR%%/Bugzilla/Auth.pm
+%%WWWDIR%%/Bugzilla/Auth/Login.pm
+%%WWWDIR%%/Bugzilla/Auth/Login/APIKey.pm
+%%WWWDIR%%/Bugzilla/Auth/Login/CGI.pm
+%%WWWDIR%%/Bugzilla/Auth/Login/Cookie.pm
+%%WWWDIR%%/Bugzilla/Auth/Login/Env.pm
+%%WWWDIR%%/Bugzilla/Auth/Login/Stack.pm
+%%WWWDIR%%/Bugzilla/Auth/Persist/Cookie.pm
+%%WWWDIR%%/Bugzilla/Auth/Verify.pm
+%%WWWDIR%%/Bugzilla/Auth/Verify/DB.pm
+%%WWWDIR%%/Bugzilla/Auth/Verify/LDAP.pm
+%%WWWDIR%%/Bugzilla/Auth/Verify/RADIUS.pm
+%%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm
+%%WWWDIR%%/Bugzilla/Bug.pm
+%%WWWDIR%%/Bugzilla/BugMail.pm
+%%WWWDIR%%/Bugzilla/BugUrl.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla/Local.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Debian.pm
+%%WWWDIR%%/Bugzilla/BugUrl/GitHub.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Google.pm
+%%WWWDIR%%/Bugzilla/BugUrl/JIRA.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Launchpad.pm
+%%WWWDIR%%/Bugzilla/BugUrl/MantisBT.pm
+%%WWWDIR%%/Bugzilla/BugUrl/SourceForge.pm
+%%WWWDIR%%/Bugzilla/BugUrl/Trac.pm
+%%WWWDIR%%/Bugzilla/BugUserLastVisit.pm
+%%WWWDIR%%/Bugzilla/CGI.pm
+%%WWWDIR%%/Bugzilla/Chart.pm
+%%WWWDIR%%/Bugzilla/Classification.pm
+%%WWWDIR%%/Bugzilla/Comment.pm
+%%WWWDIR%%/Bugzilla/Comment/TagWeights.pm
+%%WWWDIR%%/Bugzilla/Component.pm
+%%WWWDIR%%/Bugzilla/Config.pm
+%%WWWDIR%%/Bugzilla/Config/Admin.pm
+%%WWWDIR%%/Bugzilla/Config/Advanced.pm
+%%WWWDIR%%/Bugzilla/Config/Attachment.pm
+%%WWWDIR%%/Bugzilla/Config/Auth.pm
+%%WWWDIR%%/Bugzilla/Config/BugChange.pm
+%%WWWDIR%%/Bugzilla/Config/BugFields.pm
+%%WWWDIR%%/Bugzilla/Config/Common.pm
+%%WWWDIR%%/Bugzilla/Config/Core.pm
+%%WWWDIR%%/Bugzilla/Config/DependencyGraph.pm
+%%WWWDIR%%/Bugzilla/Config/General.pm
+%%WWWDIR%%/Bugzilla/Config/GroupSecurity.pm
+%%WWWDIR%%/Bugzilla/Config/LDAP.pm
+%%WWWDIR%%/Bugzilla/Config/MTA.pm
+%%WWWDIR%%/Bugzilla/Config/Memcached.pm
+%%WWWDIR%%/Bugzilla/Config/Query.pm
+%%WWWDIR%%/Bugzilla/Config/RADIUS.pm
+%%WWWDIR%%/Bugzilla/Config/ShadowDB.pm
+%%WWWDIR%%/Bugzilla/Config/UserMatch.pm
+%%WWWDIR%%/Bugzilla/Constants.pm
+%%WWWDIR%%/Bugzilla/DB.pm
+%%WWWDIR%%/Bugzilla/DB/Mysql.pm
+%%WWWDIR%%/Bugzilla/DB/Oracle.pm
+%%WWWDIR%%/Bugzilla/DB/Pg.pm
+%%WWWDIR%%/Bugzilla/DB/Schema.pm
+%%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm
+%%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm
+%%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm
+%%WWWDIR%%/Bugzilla/DB/Schema/Sqlite.pm
+%%WWWDIR%%/Bugzilla/DB/Sqlite.pm
+%%WWWDIR%%/Bugzilla/Error.pm
+%%WWWDIR%%/Bugzilla/Extension.pm
+%%WWWDIR%%/Bugzilla/Field.pm
+%%WWWDIR%%/Bugzilla/Field/Choice.pm
+%%WWWDIR%%/Bugzilla/Field/ChoiceInterface.pm
+%%WWWDIR%%/Bugzilla/Flag.pm
+%%WWWDIR%%/Bugzilla/FlagType.pm
+%%WWWDIR%%/Bugzilla/Group.pm
+%%WWWDIR%%/Bugzilla/Hook.pm
+%%WWWDIR%%/Bugzilla/Install.pm
+%%WWWDIR%%/Bugzilla/Install/CPAN.pm
+%%WWWDIR%%/Bugzilla/Install/DB.pm
+%%WWWDIR%%/Bugzilla/Install/Filesystem.pm
+%%WWWDIR%%/Bugzilla/Install/Localconfig.pm
+%%WWWDIR%%/Bugzilla/Install/Requirements.pm
+%%WWWDIR%%/Bugzilla/Install/Util.pm
+%%WWWDIR%%/Bugzilla/Job/BugMail.pm
+%%WWWDIR%%/Bugzilla/Job/Mailer.pm
+%%WWWDIR%%/Bugzilla/JobQueue.pm
+%%WWWDIR%%/Bugzilla/JobQueue/Runner.pm
+%%WWWDIR%%/Bugzilla/Keyword.pm
+%%WWWDIR%%/Bugzilla/MIME.pm
+%%WWWDIR%%/Bugzilla/Mailer.pm
+%%WWWDIR%%/Bugzilla/Memcached.pm
+%%WWWDIR%%/Bugzilla/Migrate.pm
+%%WWWDIR%%/Bugzilla/Migrate/Gnats.pm
+%%WWWDIR%%/Bugzilla/Milestone.pm
+%%WWWDIR%%/Bugzilla/Object.pm
+%%WWWDIR%%/Bugzilla/Product.pm
+%%WWWDIR%%/Bugzilla/RNG.pm
+%%WWWDIR%%/Bugzilla/Report.pm
+%%WWWDIR%%/Bugzilla/Search.pm
+%%WWWDIR%%/Bugzilla/Search/Clause.pm
+%%WWWDIR%%/Bugzilla/Search/ClauseGroup.pm
+%%WWWDIR%%/Bugzilla/Search/Condition.pm
+%%WWWDIR%%/Bugzilla/Search/Quicksearch.pm
+%%WWWDIR%%/Bugzilla/Search/Recent.pm
+%%WWWDIR%%/Bugzilla/Search/Saved.pm
+%%WWWDIR%%/Bugzilla/Sender/Transport/Sendmail.pm
+%%WWWDIR%%/Bugzilla/Series.pm
+%%WWWDIR%%/Bugzilla/Status.pm
+%%WWWDIR%%/Bugzilla/Template.pm
+%%WWWDIR%%/Bugzilla/Template/Context.pm
+%%WWWDIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
+%%WWWDIR%%/Bugzilla/Template/Plugin/Hook.pm
+%%WWWDIR%%/Bugzilla/Token.pm
+%%WWWDIR%%/Bugzilla/Update.pm
+%%WWWDIR%%/Bugzilla/User.pm
+%%WWWDIR%%/Bugzilla/User/APIKey.pm
+%%WWWDIR%%/Bugzilla/User/Setting.pm
+%%WWWDIR%%/Bugzilla/User/Setting/Lang.pm
+%%WWWDIR%%/Bugzilla/User/Setting/Skin.pm
+%%WWWDIR%%/Bugzilla/User/Setting/Timezone.pm
+%%WWWDIR%%/Bugzilla/UserAgent.pm
+%%WWWDIR%%/Bugzilla/Util.pm
+%%WWWDIR%%/Bugzilla/Version.pm
+%%WWWDIR%%/Bugzilla/WebService.pm
+%%WWWDIR%%/Bugzilla/WebService/Bug.pm
+%%WWWDIR%%/Bugzilla/WebService/BugUserLastVisit.pm
+%%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm
+%%WWWDIR%%/Bugzilla/WebService/Classification.pm
+%%WWWDIR%%/Bugzilla/WebService/Component.pm
+%%WWWDIR%%/Bugzilla/WebService/Constants.pm
+%%WWWDIR%%/Bugzilla/WebService/FlagType.pm
+%%WWWDIR%%/Bugzilla/WebService/Group.pm
+%%WWWDIR%%/Bugzilla/WebService/Product.pm
+%%WWWDIR%%/Bugzilla/WebService/README
+%%WWWDIR%%/Bugzilla/WebService/Server.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/JSONRPC.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Bug.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Classification.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Component.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/FlagType.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Group.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/Product.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/REST/Resources/User.pm
+%%WWWDIR%%/Bugzilla/WebService/Server/XMLRPC.pm
+%%WWWDIR%%/Bugzilla/WebService/User.pm
+%%WWWDIR%%/Bugzilla/WebService/Util.pm
+%%WWWDIR%%/Bugzilla/Whine.pm
+%%WWWDIR%%/Bugzilla/Whine/Query.pm
+%%WWWDIR%%/Bugzilla/Whine/Schedule.pm
+%%WWWDIR%%/LICENSE
+%%WWWDIR%%/README
+%%WWWDIR%%/admin.cgi
+%%WWWDIR%%/attachment.cgi
+%%WWWDIR%%/buglist.cgi
+%%WWWDIR%%/chart.cgi
+%%WWWDIR%%/checksetup.pl
+%%WWWDIR%%/clean-bug-user-last-visit.pl
+%%WWWDIR%%/colchange.cgi
+%%WWWDIR%%/collectstats.pl
+%%WWWDIR%%/config.cgi
+%%CONTRIB%%%%WWWDIR%%/contrib/Bugzilla.pm
+%%CONTRIB%%%%WWWDIR%%/contrib/README
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.rhel
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.suse
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/README
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit
+%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml
+%%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugids
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/buglist
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugs
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugslink
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/makequery
+%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/query.conf
+%%CONTRIB%%%%WWWDIR%%/contrib/console.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/convert-workflow.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/extension-convert.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/fixperms.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/jb2bz.py
+%%CONTRIB%%%%WWWDIR%%/contrib/merge-users.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/mysqld-watcher.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/new-yui.sh
+%%CONTRIB%%%%WWWDIR%%/contrib/recode.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl
+%%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl
+%%WWWDIR%%/createaccount.cgi
+%%WWWDIR%%/describecomponents.cgi
+%%WWWDIR%%/describekeywords.cgi
+%%WWWDIR%%/duplicates.cgi
+%%WWWDIR%%/editclassifications.cgi
+%%WWWDIR%%/editcomponents.cgi
+%%WWWDIR%%/editfields.cgi
+%%WWWDIR%%/editflagtypes.cgi
+%%WWWDIR%%/editgroups.cgi
+%%WWWDIR%%/editkeywords.cgi
+%%WWWDIR%%/editmilestones.cgi
+%%WWWDIR%%/editparams.cgi
+%%WWWDIR%%/editproducts.cgi
+%%WWWDIR%%/editsettings.cgi
+%%WWWDIR%%/editusers.cgi
+%%WWWDIR%%/editvalues.cgi
+%%WWWDIR%%/editversions.cgi
+%%WWWDIR%%/editwhines.cgi
+%%WWWDIR%%/editworkflow.cgi
+%%WWWDIR%%/email_in.pl
+%%WWWDIR%%/enter_bug.cgi
+%%WWWDIR%%/images/csv.png
+%%WWWDIR%%/images/favicon.ico
+%%WWWDIR%%/images/ical.png
+%%WWWDIR%%/images/padlock.png
+%%WWWDIR%%/images/rss.png
+%%WWWDIR%%/images/rss_small.png
+%%WWWDIR%%/images/xml.png
+%%WWWDIR%%/importxml.pl
+%%WWWDIR%%/index.cgi
+%%WWWDIR%%/install-module.pl
+%%WWWDIR%%/jobqueue.pl
+%%WWWDIR%%/js/TUI.js
+%%WWWDIR%%/js/attachment.js
+%%WWWDIR%%/js/bug.js
+%%WWWDIR%%/js/change-columns.js
+%%WWWDIR%%/js/comment-tagging.js
+%%WWWDIR%%/js/comments.js
+%%WWWDIR%%/js/custom-search.js
+%%WWWDIR%%/js/expanding-tree.js
+%%WWWDIR%%/js/field.js
+%%WWWDIR%%/js/flag.js
+%%WWWDIR%%/js/global.js
+%%WWWDIR%%/js/history.js/license.txt
+%%WWWDIR%%/js/history.js/native.history.js
+%%WWWDIR%%/js/history.js/readme.txt
+%%WWWDIR%%/js/params.js
+%%WWWDIR%%/js/productform.js
+%%WWWDIR%%/js/util.js
+%%WWWDIR%%/js/yui/animation/animation-min.js
+%%WWWDIR%%/js/yui/assets/skins/sam/ajax-loader.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/asc.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/autocomplete.css
+%%WWWDIR%%/js/yui/assets/skins/sam/back-h.png
+%%WWWDIR%%/js/yui/assets/skins/sam/back-v.png
+%%WWWDIR%%/js/yui/assets/skins/sam/bar-h.png
+%%WWWDIR%%/js/yui/assets/skins/sam/bar-v.png
+%%WWWDIR%%/js/yui/assets/skins/sam/bg-h.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/bg-v.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/blankimage.png
+%%WWWDIR%%/js/yui/assets/skins/sam/button.css
+%%WWWDIR%%/js/yui/assets/skins/sam/calendar.css
+%%WWWDIR%%/js/yui/assets/skins/sam/carousel.css
+%%WWWDIR%%/js/yui/assets/skins/sam/check0.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/check1.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/check2.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/colorpicker.css
+%%WWWDIR%%/js/yui/assets/skins/sam/container.css
+%%WWWDIR%%/js/yui/assets/skins/sam/datatable.css
+%%WWWDIR%%/js/yui/assets/skins/sam/desc.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-dn.png
+%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-up.png
+%%WWWDIR%%/js/yui/assets/skins/sam/editor-knob.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite-active.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/editor.css
+%%WWWDIR%%/js/yui/assets/skins/sam/header_background.png
+%%WWWDIR%%/js/yui/assets/skins/sam/hue_bg.png
+%%WWWDIR%%/js/yui/assets/skins/sam/imagecropper.css
+%%WWWDIR%%/js/yui/assets/skins/sam/layout.css
+%%WWWDIR%%/js/yui/assets/skins/sam/layout_sprite.png
+%%WWWDIR%%/js/yui/assets/skins/sam/loading.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/logger.css
+%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow-disabled.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menu.css
+%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox_disabled.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator.png
+%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
+%%WWWDIR%%/js/yui/assets/skins/sam/paginator.css
+%%WWWDIR%%/js/yui/assets/skins/sam/picker_mask.png
+%%WWWDIR%%/js/yui/assets/skins/sam/profilerviewer.css
+%%WWWDIR%%/js/yui/assets/skins/sam/progressbar.css
+%%WWWDIR%%/js/yui/assets/skins/sam/resize.css
+%%WWWDIR%%/js/yui/assets/skins/sam/simpleeditor.css
+%%WWWDIR%%/js/yui/assets/skins/sam/slider.css
+%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-active.png
+%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-disabled.png
+%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-focus.png
+%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-hover.png
+%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow.png
+%%WWWDIR%%/js/yui/assets/skins/sam/sprite.png
+%%WWWDIR%%/js/yui/assets/skins/sam/tabview.css
+%%WWWDIR%%/js/yui/assets/skins/sam/treeview-loading.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/treeview-sprite.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/treeview.css
+%%WWWDIR%%/js/yui/assets/skins/sam/wait.gif
+%%WWWDIR%%/js/yui/assets/skins/sam/yuitest.css
+%%WWWDIR%%/js/yui/autocomplete/autocomplete-min.js
+%%WWWDIR%%/js/yui/base/base-min.css
+%%WWWDIR%%/js/yui/base/base.css
+%%WWWDIR%%/js/yui/button/button-min.js
+%%WWWDIR%%/js/yui/calendar/calendar-min.js
+%%WWWDIR%%/js/yui/carousel/carousel-min.js
+%%WWWDIR%%/js/yui/charts/charts-min.js
+%%WWWDIR%%/js/yui/colorpicker/colorpicker-min.js
+%%WWWDIR%%/js/yui/connection/connection-min.js
+%%WWWDIR%%/js/yui/connection/connection.swf
+%%WWWDIR%%/js/yui/connection/connection_core-min.js
+%%WWWDIR%%/js/yui/container/container-min.js
+%%WWWDIR%%/js/yui/container/container_core-min.js
+%%WWWDIR%%/js/yui/cookie/cookie-min.js
+%%WWWDIR%%/js/yui/datasource/datasource-min.js
+%%WWWDIR%%/js/yui/datatable/datatable-min.js
+%%WWWDIR%%/js/yui/datemath/datemath-min.js
+%%WWWDIR%%/js/yui/dom/dom-min.js
+%%WWWDIR%%/js/yui/dragdrop/dragdrop-min.js
+%%WWWDIR%%/js/yui/element-delegate/element-delegate-min.js
+%%WWWDIR%%/js/yui/element/element-min.js
+%%WWWDIR%%/js/yui/event-delegate/event-delegate-min.js
+%%WWWDIR%%/js/yui/event-mouseenter/event-mouseenter-min.js
+%%WWWDIR%%/js/yui/event-simulate/event-simulate-min.js
+%%WWWDIR%%/js/yui/event/event-min.js
+%%WWWDIR%%/js/yui/fonts/fonts-min.css
+%%WWWDIR%%/js/yui/fonts/fonts.css
+%%WWWDIR%%/js/yui/get/get-min.js
+%%WWWDIR%%/js/yui/grids/grids-min.css
+%%WWWDIR%%/js/yui/grids/grids.css
+%%WWWDIR%%/js/yui/history/history-min.js
+%%WWWDIR%%/js/yui/imagecropper/imagecropper-min.js
+%%WWWDIR%%/js/yui/imageloader/imageloader-min.js
+%%WWWDIR%%/js/yui/json/json-min.js
+%%WWWDIR%%/js/yui/layout/layout-min.js
+%%WWWDIR%%/js/yui/logger/logger-min.js
+%%WWWDIR%%/js/yui/menu/menu-min.js
+%%WWWDIR%%/js/yui/paginator/paginator-min.js
+%%WWWDIR%%/js/yui/profiler/profiler-min.js
+%%WWWDIR%%/js/yui/profilerviewer/profilerviewer-min.js
+%%WWWDIR%%/js/yui/progressbar/progressbar-min.js
+%%WWWDIR%%/js/yui/reset-fonts-grids/reset-fonts-grids.css
+%%WWWDIR%%/js/yui/reset-fonts/reset-fonts.css
+%%WWWDIR%%/js/yui/reset/reset-min.css
+%%WWWDIR%%/js/yui/reset/reset.css
+%%WWWDIR%%/js/yui/resize/resize-min.js
+%%WWWDIR%%/js/yui/selector/selector-min.js
+%%WWWDIR%%/js/yui/slider/slider-min.js
+%%WWWDIR%%/js/yui/storage/storage-min.js
+%%WWWDIR%%/js/yui/stylesheet/stylesheet-min.js
+%%WWWDIR%%/js/yui/swf/swf-min.js
+%%WWWDIR%%/js/yui/swfdetect/swfdetect-min.js
+%%WWWDIR%%/js/yui/swfstore/swfstore-min.js
+%%WWWDIR%%/js/yui/swfstore/swfstore.swf
+%%WWWDIR%%/js/yui/tabview/tabview-min.js
+%%WWWDIR%%/js/yui/treeview/treeview-min.js
+%%WWWDIR%%/js/yui/uploader/uploader-min.js
+%%WWWDIR%%/js/yui/yahoo-dom-event/yahoo-dom-event.js
+%%WWWDIR%%/js/yui/yahoo/yahoo-min.js
+%%WWWDIR%%/js/yui/yuiloader/yuiloader-min.js
+%%WWWDIR%%/js/yui/yuitest/yuitest-min.js
+%%WWWDIR%%/js/yui/yuitest/yuitest_core-min.js
+%%WWWDIR%%/jsonrpc.cgi
+%%WWWDIR%%/migrate.pl
+%%WWWDIR%%/mod_perl.pl
+%%WWWDIR%%/page.cgi
+%%WWWDIR%%/post_bug.cgi
+%%WWWDIR%%/process_bug.cgi
+%%WWWDIR%%/query.cgi
+%%WWWDIR%%/quips.cgi
+%%WWWDIR%%/relogin.cgi
+%%WWWDIR%%/report.cgi
+%%WWWDIR%%/reports.cgi
+%%WWWDIR%%/request.cgi
+%%WWWDIR%%/rest.cgi
+%%WWWDIR%%/robots.txt
+%%WWWDIR%%/runtests.pl
+%%WWWDIR%%/sanitycheck.cgi
+%%WWWDIR%%/sanitycheck.pl
+%%WWWDIR%%/search_plugin.cgi
+%%WWWDIR%%/show_activity.cgi
+%%WWWDIR%%/show_bug.cgi
+%%WWWDIR%%/showdependencygraph.cgi
+%%WWWDIR%%/showdependencytree.cgi
+%%WWWDIR%%/skins/README
+%%WWWDIR%%/skins/contrib/Dusk/buglist.css
+%%WWWDIR%%/skins/contrib/Dusk/global.css
+%%WWWDIR%%/skins/standard/admin.css
+%%WWWDIR%%/skins/standard/bug.css
+%%WWWDIR%%/skins/standard/buglist.css
+%%WWWDIR%%/skins/standard/dependency-tree/bug-item.png
+%%WWWDIR%%/skins/standard/dependency-tree/tree-closed.png
+%%WWWDIR%%/skins/standard/dependency-tree/tree-open.png
+%%WWWDIR%%/skins/standard/dependency-tree/tree.png
+%%WWWDIR%%/skins/standard/global.css
+%%WWWDIR%%/skins/standard/global/body-back.gif
+%%WWWDIR%%/skins/standard/global/calendar.png
+%%WWWDIR%%/skins/standard/global/header.png
+%%WWWDIR%%/skins/standard/index/file-a-bug.png
+%%WWWDIR%%/skins/standard/index/help.png
+%%WWWDIR%%/skins/standard/index/new-account.png
+%%WWWDIR%%/skins/standard/index/search.png
+%%WWWDIR%%/summarize_time.cgi
+%%WWWDIR%%/taskgraph.json
+%%WWWDIR%%/template/en/default/account/auth/login-small.html.tmpl
+%%WWWDIR%%/template/en/default/account/auth/login.html.tmpl
+%%WWWDIR%%/template/en/default/account/cancel-token.txt.tmpl
+%%WWWDIR%%/template/en/default/account/create.html.tmpl
+%%WWWDIR%%/template/en/default/account/created.html.tmpl
+%%WWWDIR%%/template/en/default/account/email/change-new.txt.tmpl
+%%WWWDIR%%/template/en/default/account/email/change-old.txt.tmpl
+%%WWWDIR%%/template/en/default/account/email/confirm-new.html.tmpl
+%%WWWDIR%%/template/en/default/account/email/confirm.html.tmpl
+%%WWWDIR%%/template/en/default/account/email/request-new.txt.tmpl
+%%WWWDIR%%/template/en/default/account/password/forgotten-password.txt.tmpl
+%%WWWDIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/account.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/apikey.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/email.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/permissions.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/prefs.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
+%%WWWDIR%%/template/en/default/account/prefs/settings.html.tmpl
+%%WWWDIR%%/template/en/default/account/profile-activity.html.tmpl
+%%WWWDIR%%/template/en/default/admin/admin.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/add.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/del.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/edit-common.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/reclassify.html.tmpl
+%%WWWDIR%%/template/en/default/admin/classifications/select.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/edit-common.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/components/select-product.html.tmpl
+%%WWWDIR%%/template/en/default/admin/confirm-action.html.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/edit-common.html.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/custom_fields/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl
+%%WWWDIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/flag-type/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/flag-type/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl
+%%WWWDIR%%/template/en/default/admin/groups/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/groups/delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/groups/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/groups/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/keywords/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/keywords/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/keywords/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/milestones/select-product.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/admin.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/advanced.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/attachment.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/auth.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/bugchange.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/bugfields.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/common.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/core.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/dependencygraph.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/editparams.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/general.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/groupsecurity.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/index.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/ldap.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/memcached.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/mta.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/query.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/radius.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/shadowdb.html.tmpl
+%%WWWDIR%%/template/en/default/admin/params/usermatch.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/edit-common.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/list-classifications.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/products/updated.html.tmpl
+%%WWWDIR%%/template/en/default/admin/sanitycheck/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl
+%%WWWDIR%%/template/en/default/admin/settings/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/sudo.html.tmpl
+%%WWWDIR%%/template/en/default/admin/table.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/listselectvars.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/responsibilities.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/search.html.tmpl
+%%WWWDIR%%/template/en/default/admin/users/userdata.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/create.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/edit.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/footer.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/list.html.tmpl
+%%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl
+%%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl
+%%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/choose.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/create.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/created.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/createformcontents.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/delete_reason.txt.tmpl
+%%WWWDIR%%/template/en/default/attachment/diff-file.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/diff-footer.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/diff-header.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/edit.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/list.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/midair.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/show-multiple.html.tmpl
+%%WWWDIR%%/template/en/default/attachment/updated.html.tmpl
+%%WWWDIR%%/template/en/default/bug/activity/show.html.tmpl
+%%WWWDIR%%/template/en/default/bug/activity/table.html.tmpl
+%%WWWDIR%%/template/en/default/bug/choose.html.tmpl
+%%WWWDIR%%/template/en/default/bug/comment.html.tmpl
+%%WWWDIR%%/template/en/default/bug/comments.html.tmpl
+%%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl
+%%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl
+%%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl
+%%WWWDIR%%/template/en/default/bug/create/create.html.tmpl
+%%WWWDIR%%/template/en/default/bug/create/created.html.tmpl
+%%WWWDIR%%/template/en/default/bug/create/make-template.html.tmpl
+%%WWWDIR%%/template/en/default/bug/create/user-message.html.tmpl
+%%WWWDIR%%/template/en/default/bug/dependency-graph.html.tmpl
+%%WWWDIR%%/template/en/default/bug/dependency-tree.html.tmpl
+%%WWWDIR%%/template/en/default/bug/edit.html.tmpl
+%%WWWDIR%%/template/en/default/bug/field-events.js.tmpl
+%%WWWDIR%%/template/en/default/bug/field-help.none.tmpl
+%%WWWDIR%%/template/en/default/bug/field-label.html.tmpl
+%%WWWDIR%%/template/en/default/bug/field.html.tmpl
+%%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl
+%%WWWDIR%%/template/en/default/bug/knob.html.tmpl
+%%WWWDIR%%/template/en/default/bug/link.html.tmpl
+%%WWWDIR%%/template/en/default/bug/navigate.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/header.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/midair.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/results.html.tmpl
+%%WWWDIR%%/template/en/default/bug/process/verify-new-product.html.tmpl
+%%WWWDIR%%/template/en/default/bug/show-header.html.tmpl
+%%WWWDIR%%/template/en/default/bug/show-multiple.html.tmpl
+%%WWWDIR%%/template/en/default/bug/show.html.tmpl
+%%WWWDIR%%/template/en/default/bug/show.xml.tmpl
+%%WWWDIR%%/template/en/default/bug/summarize-time.html.tmpl
+%%WWWDIR%%/template/en/default/bug/time.html.tmpl
+%%WWWDIR%%/template/en/default/config.js.tmpl
+%%WWWDIR%%/template/en/default/config.rdf.tmpl
+%%WWWDIR%%/template/en/default/email/bugmail-common.txt.tmpl
+%%WWWDIR%%/template/en/default/email/bugmail-header.txt.tmpl
+%%WWWDIR%%/template/en/default/email/bugmail.html.tmpl
+%%WWWDIR%%/template/en/default/email/bugmail.txt.tmpl
+%%WWWDIR%%/template/en/default/email/flagmail.txt.tmpl
+%%WWWDIR%%/template/en/default/email/header-common.txt.tmpl
+%%WWWDIR%%/template/en/default/email/lockout.txt.tmpl
+%%WWWDIR%%/template/en/default/email/new-api-key.txt.tmpl
+%%WWWDIR%%/template/en/default/email/new-user-details.txt.tmpl
+%%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl
+%%WWWDIR%%/template/en/default/email/sudo.txt.tmpl
+%%WWWDIR%%/template/en/default/email/whine.txt.tmpl
+%%WWWDIR%%/template/en/default/extensions/config.pm.tmpl
+%%WWWDIR%%/template/en/default/extensions/extension.pm.tmpl
+%%WWWDIR%%/template/en/default/extensions/hook-readme.txt.tmpl
+%%WWWDIR%%/template/en/default/extensions/index-admin.rst.tmpl
+%%WWWDIR%%/template/en/default/extensions/index-user.rst.tmpl
+%%WWWDIR%%/template/en/default/extensions/license.txt.tmpl
+%%WWWDIR%%/template/en/default/extensions/name-readme.txt.tmpl
+%%WWWDIR%%/template/en/default/extensions/util.pm.tmpl
+%%WWWDIR%%/template/en/default/extensions/web-readme.txt.tmpl
+%%WWWDIR%%/template/en/default/filterexceptions.pl
+%%WWWDIR%%/template/en/default/flag/list.html.tmpl
+%%WWWDIR%%/template/en/default/global/banner.html.tmpl
+%%WWWDIR%%/template/en/default/global/calendar.js.tmpl
+%%WWWDIR%%/template/en/default/global/choose-classification.html.tmpl
+%%WWWDIR%%/template/en/default/global/choose-product.html.tmpl
+%%WWWDIR%%/template/en/default/global/code-error.html.tmpl
+%%WWWDIR%%/template/en/default/global/common-links.html.tmpl
+%%WWWDIR%%/template/en/default/global/confirm-action.html.tmpl
+%%WWWDIR%%/template/en/default/global/confirm-user-match.html.tmpl
+%%WWWDIR%%/template/en/default/global/docslinks.html.tmpl
+%%WWWDIR%%/template/en/default/global/field-descs.none.tmpl
+%%WWWDIR%%/template/en/default/global/footer.html.tmpl
+%%WWWDIR%%/template/en/default/global/header.html.tmpl
+%%WWWDIR%%/template/en/default/global/hidden-fields.html.tmpl
+%%WWWDIR%%/template/en/default/global/js-products.html.tmpl
+%%WWWDIR%%/template/en/default/global/message.html.tmpl
+%%WWWDIR%%/template/en/default/global/message.txt.tmpl
+%%WWWDIR%%/template/en/default/global/messages.html.tmpl
+%%WWWDIR%%/template/en/default/global/product-select.html.tmpl
+%%WWWDIR%%/template/en/default/global/reason-descs.none.tmpl
+%%WWWDIR%%/template/en/default/global/select-menu.html.tmpl
+%%WWWDIR%%/template/en/default/global/setting-descs.none.tmpl
+%%WWWDIR%%/template/en/default/global/tabs.html.tmpl
+%%WWWDIR%%/template/en/default/global/textarea.html.tmpl
+%%WWWDIR%%/template/en/default/global/useful-links.html.tmpl
+%%WWWDIR%%/template/en/default/global/user-error.html.tmpl
+%%WWWDIR%%/template/en/default/global/user.html.tmpl
+%%WWWDIR%%/template/en/default/global/userselect.html.tmpl
+%%WWWDIR%%/template/en/default/global/value-descs.js.tmpl
+%%WWWDIR%%/template/en/default/global/value-descs.none.tmpl
+%%WWWDIR%%/template/en/default/global/variables.none.tmpl
+%%WWWDIR%%/template/en/default/index.html.tmpl
+%%WWWDIR%%/template/en/default/list/change-columns.html.tmpl
+%%WWWDIR%%/template/en/default/list/edit-multiple.html.tmpl
+%%WWWDIR%%/template/en/default/list/list-simple.html.tmpl
+%%WWWDIR%%/template/en/default/list/list.atom.tmpl
+%%WWWDIR%%/template/en/default/list/list.csv.tmpl
+%%WWWDIR%%/template/en/default/list/list.html.tmpl
+%%WWWDIR%%/template/en/default/list/list.ics.tmpl
+%%WWWDIR%%/template/en/default/list/list.rdf.tmpl
+%%WWWDIR%%/template/en/default/list/quips.html.tmpl
+%%WWWDIR%%/template/en/default/list/server-push.html.tmpl
+%%WWWDIR%%/template/en/default/list/table.html.tmpl
+%%WWWDIR%%/template/en/default/pages/bug-writing.html.tmpl
+%%WWWDIR%%/template/en/default/pages/bugzilla.dtd.tmpl
+%%WWWDIR%%/template/en/default/pages/fields.html.tmpl
+%%WWWDIR%%/template/en/default/pages/linked.html.tmpl
+%%WWWDIR%%/template/en/default/pages/linkify.html.tmpl
+%%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl
+%%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl
+%%WWWDIR%%/template/en/default/pages/sudo.html.tmpl
+%%WWWDIR%%/template/en/default/reports/chart.csv.tmpl
+%%WWWDIR%%/template/en/default/reports/chart.html.tmpl
+%%WWWDIR%%/template/en/default/reports/chart.png.tmpl
+%%WWWDIR%%/template/en/default/reports/components.html.tmpl
+%%WWWDIR%%/template/en/default/reports/create-chart.html.tmpl
+%%WWWDIR%%/template/en/default/reports/delete-series.html.tmpl
+%%WWWDIR%%/template/en/default/reports/duplicates-simple.html.tmpl
+%%WWWDIR%%/template/en/default/reports/duplicates-table.html.tmpl
+%%WWWDIR%%/template/en/default/reports/duplicates.html.tmpl
+%%WWWDIR%%/template/en/default/reports/edit-series.html.tmpl
+%%WWWDIR%%/template/en/default/reports/keywords.html.tmpl
+%%WWWDIR%%/template/en/default/reports/menu.html.tmpl
+%%WWWDIR%%/template/en/default/reports/old-charts.html.tmpl
+%%WWWDIR%%/template/en/default/reports/report-bar.png.tmpl
+%%WWWDIR%%/template/en/default/reports/report-line.png.tmpl
+%%WWWDIR%%/template/en/default/reports/report-pie.png.tmpl
+%%WWWDIR%%/template/en/default/reports/report-simple.html.tmpl
+%%WWWDIR%%/template/en/default/reports/report-table.csv.tmpl
+%%WWWDIR%%/template/en/default/reports/report-table.html.tmpl
+%%WWWDIR%%/template/en/default/reports/report.csv.tmpl
+%%WWWDIR%%/template/en/default/reports/report.html.tmpl
+%%WWWDIR%%/template/en/default/reports/series-common.html.tmpl
+%%WWWDIR%%/template/en/default/reports/series.html.tmpl
+%%WWWDIR%%/template/en/default/request/queue.csv.tmpl
+%%WWWDIR%%/template/en/default/request/queue.html.tmpl
+%%WWWDIR%%/template/en/default/rest.html.tmpl
+%%WWWDIR%%/template/en/default/search/boolean-charts.html.tmpl
+%%WWWDIR%%/template/en/default/search/field.html.tmpl
+%%WWWDIR%%/template/en/default/search/form.html.tmpl
+%%WWWDIR%%/template/en/default/search/knob.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-advanced.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-create-series.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-plugin.xml.tmpl
+%%WWWDIR%%/template/en/default/search/search-report-graph.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-report-select.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-report-table.html.tmpl
+%%WWWDIR%%/template/en/default/search/search-specific.html.tmpl
+%%WWWDIR%%/template/en/default/search/tabs.html.tmpl
+%%WWWDIR%%/template/en/default/search/type-select.html.tmpl
+%%WWWDIR%%/template/en/default/setup/strings.txt.pl
+%%WWWDIR%%/template/en/default/welcome-admin.html.tmpl
+%%WWWDIR%%/template/en/default/whine/header.txt.tmpl
+%%WWWDIR%%/template/en/default/whine/mail.html.tmpl
+%%WWWDIR%%/template/en/default/whine/mail.txt.tmpl
+%%WWWDIR%%/template/en/default/whine/schedule.html.tmpl
+%%WWWDIR%%/testagent.cgi
+%%WWWDIR%%/testserver.pl
+%%WWWDIR%%/token.cgi
+%%WWWDIR%%/userprefs.cgi
+%%WWWDIR%%/votes.cgi
+%%WWWDIR%%/whine.pl
+%%WWWDIR%%/whineatnews.pl
+%%WWWDIR%%/xmlrpc.cgi
+ at dir %%WWWDIR%%/contrib
+ at dir %%WWWDIR%%/data
+ at dir %%WWWDIR%%/graphs
+ at dir %%WWWDIR%%/lib
+ at dir %%WWWDIR%%/t
+ at dir %%WWWDIR%%/xt


Property changes on: trunk/devel/bugzilla50/pkg-plist
___________________________________________________________________
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


More information about the Midnightbsd-cvs mailing list