# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bugzilla42 # bugzilla42/files # bugzilla42/files/pkg-message.in # bugzilla42/Makefile # bugzilla42/Makefile.common # bugzilla42/distinfo # bugzilla42/pkg-descr # bugzilla42/pkg-plist # bugzilla42/Makefile.options # echo c - bugzilla42 mkdir -p bugzilla42 > /dev/null 2>&1 echo c - bugzilla42/files mkdir -p bugzilla42/files > /dev/null 2>&1 echo x - bugzilla42/files/pkg-message.in sed 's/^X//' >bugzilla42/files/pkg-message.in << '65ec0335997c6f2323af92e3125575c3' X========================================================================== X Bugzilla has now been installed. To quick setup you have to: X X 1. Create database user who has rights on bugs database manipulation X by following mysql commands (for MySQL 4.0 or later): X X GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES, X CREATE TEMPORARY TABLES, DROP, REFERENCES X ON .* TO @ X IDENTIFIED BY ''; X FLUSH PRIVILEGES; X X where is a bugs database name; is a bugs database X owner; is a host there bugzilla is being setup; X is a database owner's password; X X 2. Change working directory to %%WWWDIR%% X 3. Run "./checksetup.pl" script as root user X 4. Read output carefully and follow all instructions X X For more complete database setup and post-installation instructions X and security tips/notes please read "Bugzilla Guide" in X %%DOCSDIR%%/en/html/ (chapter 2: "Installing Bugzilla") X========================================================================== X XFor upgrades: X 0. Back up your data. X 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to X run it several times. X 2. Restart your Web server, especially if you're using mod_perl: this X will save you from a number of troubles. X X========================================================================== 65ec0335997c6f2323af92e3125575c3 echo x - bugzilla42/Makefile sed 's/^X//' >bugzilla42/Makefile << 'a4d422c6954e5b2d13273c2f6d05d81f' X# New ports collection makefile for: bugzilla X# Date created: 28 September 2001 X# Whom: Alexey Zelkin X# X# $FreeBSD$ X# X XPORTNAME= bugzilla XPORTVERSION= 4.2.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_MOZILLA} XMASTER_SITE_SUBDIR= webtools webtools/archived X XMAINTAINER= skv@FreeBSD.org XCOMMENT= Bug-tracking system developed by Mozilla Project X XLICENSE= MPL X XRUN_DEPENDS= \ X p5-CGI.pm>=3.51:${PORTSDIR}/www/p5-CGI.pm \ X p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \ X p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ X p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ X p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME \ X p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ X p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \ X p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ X p5-Math-Random-ISAAC>=1.001:${PORTSDIR}/math/p5-Math-Random-ISAAC \ X p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ X p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \ X p5-URI>=1.37:${PORTSDIR}/net/p5-URI X XLATEST_LINK= bugzilla42 X XUSE_PERL5= yes X XBINMODE= 700 X XSUB_FILES= pkg-message X XDATA_DIRS_LIST= images js skins X X.include "${.CURDIR}/Makefile.common" X.include "${.CURDIR}/Makefile.options" X.include X X.if ${PERL_LEVEL} < 501000 XRUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA X.endif X X.if ${PORT_OPTIONS:MMYSQL} XRUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql XUSE_MYSQL= yes X.endif X X.if ${PORT_OPTIONS:MPGSQL} XRUN_DEPENDS+= p5-DBD-Pg>=1.45:${PORTSDIR}/databases/p5-DBD-Pg XUSE_PGSQL= yes X.endif X X.if ${PORT_OPTIONS:MSQLITE} XRUN_DEPENDS+= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \ X sqlite3>=3:${PORTSDIR}/databases/sqlite3 XUSE_SQLITE= yes X.endif X X.if ${PORT_OPTIONS:MGRAPH_REPORTS} XRUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ X p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ X p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \ X p5-Template-GD>=0:${PORTSDIR}/www/p5-Template-GD X.endif X X.if ${PORT_OPTIONS:MCHARTING_MODULES} XRUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart X.endif X X.if ${PORT_OPTIONS:MPATCH_VIEWER} XRUN_DEPENDS+= p5-PatchReader>=0.9.6:${PORTSDIR}/devel/p5-PatchReader \ X interdiff:${PORTSDIR}/misc/patchutils X.endif X X.if ${PORT_OPTIONS:MMORE_HTML} XRUN_DEPENDS+= p5-HTML-Parser>=3.40:${PORTSDIR}/www/p5-HTML-Parser \ X p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber X.endif X X.if ${PORT_OPTIONS:MINBOUND_EMAIL} XRUN_DEPENDS+= p5-Email-MIME-Attachment-Stripper>=0:${PORTSDIR}/mail/p5-Email-MIME-Attachment-Stripper \ X p5-Email-Reply>=0:${PORTSDIR}/mail/p5-Email-Reply X.endif X X.if ${PORT_OPTIONS:MMAIL_QUEUEING} XRUN_DEPENDS+= p5-TheSchwartz>=0:${PORTSDIR}/devel/p5-TheSchwartz \ X p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic X.endif X X.if ${PORT_OPTIONS:MMOVE_BUGZ} XRUN_DEPENDS+= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ X p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig X.endif X X.if ${PORT_OPTIONS:MBMP2PNG} XRUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick X.endif X X.if ${PORT_OPTIONS:MXMLRPC} || ${PORT_OPTIONS:MJSONRPC} XRUN_DEPENDS+= p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint X.endif X X.if ${PORT_OPTIONS:MXMLRPC} XRUN_DEPENDS+= p5-SOAP-Lite>=0.712:${PORTSDIR}/net/p5-SOAP-Lite X.endif X X.if ${PORT_OPTIONS:MJSONRPC} XRUN_DEPENDS+= p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \ X p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS X.endif X X.if ${PORT_OPTIONS:MMODPERL} XRUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ X p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI X.endif X X.if ${PORT_OPTIONS:MWITH_GRAPHVIZ} XRUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz X.endif X X.if ${PORT_OPTIONS:MEXPORT_IMPORT} XRUN_DEPENDS+= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ X p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig X.endif X X.if ${PORT_OPTIONS:MCONTRIB} XPLIST_SUB+= CONTRIB="" X.else XPLIST_SUB+= CONTRIB="@comment " X.endif X X.if ${PORT_OPTIONS:MLDAP} XRUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap X.endif X X.if ${PORT_OPTIONS:MRADIUS} XRUN_DEPENDS+= p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius X.endif X Xpost-patch: X @${PERL} -pi -e 's/(default => ON_WINDOWS.+)apache/$$1www/' \ X ${WRKSRC}/Bugzilla/Install/Localconfig.pm X X.if ${PORT_OPTIONS:MPGSQL} && empty(PORT_OPTIONS:MMYSQL) X @${PERL} -pi -e 's/(default =>.+|Default is )mysql/$$1Pg/' \ X ${WRKSRC}/Bugzilla/Install/Localconfig.pm X.endif X @${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ X -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+ X @${FIND} ${WRKSRC}/docs -type f | \ X ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!" X @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \ X -or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \ X | ${XARGS} ${RM} -rf X Xdo-install: .SILENT X ${MKDIR} ${WWWDIR} X ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ X ${INSTALL_SCRIPT} {} ${WWWDIR} \; X @${MKDIR} ${DATA_DIRS_LIST:S!^!${WWWDIR}/!} X.for D in ${DATA_DIRS_LIST} X (cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${WWWDIR}/${D}) X.endfor X ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${WWWDIR} -xf - X X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}/) X.endif X X# This are empty directories but they are needed, X# else ckecksetup.pl will fail! X ${MKDIR} ${WWWDIR}/contrib ${WWWDIR}/lib ${WWWDIR}/t ${WWWDIR}/xt X X.if ${PORT_OPTIONS:MCONTRIB} X @cd ${WRKSRC}/contrib && \ X ${FIND} . -type d -exec ${MKDIR} "${WWWDIR}/contrib/{}" \; && \ X ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${WWWDIR}/contrib/{}" \; X.endif X.if !defined(BATCH) X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} X.endif X X.include a4d422c6954e5b2d13273c2f6d05d81f echo x - bugzilla42/Makefile.common sed 's/^X//' >bugzilla42/Makefile.common << '2f041f0af7779b300e65be15499e05c8' X# X# $FreeBSD: ports/devel/bugzilla/Makefile.common,v 1.3 2011/07/18 21:56:01 ohauer Exp $ X# X XDIST_SUBDIR= ${PORTNAME} X XCONFLICTS= bugzilla-3.* X XPORTSCOUT= limitw:1,even X XWWWDIR= ${PREFIX}/www/bugzilla X XNO_BUILD= yes X 2f041f0af7779b300e65be15499e05c8 echo x - bugzilla42/distinfo sed 's/^X//' >bugzilla42/distinfo << '2dffd0e37b7923833c22df4f0ae83490' XSHA256 (bugzilla/bugzilla-4.2.tar.gz) = 67f603c081cea1063f1c0131d54b2a51965c579ba136fd02e333dbb719a3f8ae XSIZE (bugzilla/bugzilla-4.2.tar.gz) = 2968522 2dffd0e37b7923833c22df4f0ae83490 echo x - bugzilla42/pkg-descr sed 's/^X//' >bugzilla42/pkg-descr << 'af12682ea0356fd6ce5b657bcc4ba06d' XBugzilla is one example of a class of programs called "Defect Tracking XSystems", or, more commonly, "Bug-Tracking Systems". Defect Tracking XSystems allow individual or groups of developers to keep track of Xoutstanding bugs in their product effectively. X XBugzilla has matured immensely, and now boasts many advanced features. XThese include: X X * integrated, product-based granular security schema X * inter-bug dependencies and dependency graphing X * advanced reporting capabilities X * a robust, stable RDBMS back-end X * extensive configurability X * a very well-understood and well-thought-out natural bug resolution X protocol X * email, XML, console, and HTTP APIs X * available integration with automated software configuration X management systems, including Perforce and CVS (through the X Bugzilla email interface and checkin/checkout scripts) X * too many more features to list X XWWW: http://www.bugzilla.org/ af12682ea0356fd6ce5b657bcc4ba06d echo x - bugzilla42/pkg-plist sed 's/^X//' >bugzilla42/pkg-plist << 'aa9215b2ede0cd48dc12eeae1ad2f2de' X%%PORTDOCS%%%%DOCSDIR%%/bugzilla.ent X%%PORTDOCS%%%%DOCSDIR%%/en/html/Bugzilla-Guide.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/about.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/administration.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Attachment.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth/Login.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth/Verify.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/CGI.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Classification.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Comment.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Component.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Config.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Config/Common.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Mysql.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Oracle.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Pg.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Schema.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Sqlite.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Error.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Extension.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field/Choice.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field/ChoiceInterface.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Flag.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/FlagType.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Group.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Hook.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/CPAN.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/DB.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Filesystem.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Localconfig.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Requirements.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Util.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/JobQueue.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/JobQueue/Runner.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Keyword.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Migrate.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Milestone.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Object.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Product.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Search/Recent.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Search/Saved.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Status.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Hook.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/User.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Token.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Update.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Lang.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Skin.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Timezone.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Util.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Version.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bug.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bugzilla.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Group.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Product.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/JSONRPC.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/XMLRPC.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/User.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Util.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Query.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Schedule.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/checksetup.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/collectstats.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bz_webservice_demo.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bzdbcopy.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/console.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/extension-convert.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/merge-users.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/recode.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/email_in.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/extensions/create.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/importxml.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/index.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/install-module.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/jobqueue.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/migrate.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/api/sanitycheck.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/attachments.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/bug_page.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/bug_status_workflow.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/bugreports.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/classifications.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/cmdline-bugmail.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/cmdline.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/components.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/configuration.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/conventions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/copyright.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/credits.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-change-permissions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-skins.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-templates.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/custom-fields.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/customization.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/disclaimer.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/edit-values.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/extensions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/extraconfig.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/flags-overview.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/flags.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/general-advice.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-0.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-1.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-10.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-2.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-3.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-4.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-5.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-6.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-7.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-8.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-9.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-howto.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/glossary.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/groups.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/hintsandtips.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/index.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/install-perlmodules-manual.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/installation.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/installing-bugzilla.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/integration.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/keywords.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/lifecycle.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/milestones.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-download.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-instructions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-optional.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/multiple-bz-dbs.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/myaccount.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/newversions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/nonroot.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/os-specific.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/parameters.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/paranoid-security.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/patches.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/products.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/query.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/quips.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/reporting.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/sanitycheck.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/security-bugzilla.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/security-os.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/security-webserver.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/security.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/timetracking.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-dbdsponge.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-index.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-passwd-encryption.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-perlmodule.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-relogin-everyone.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-testserver.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/troubleshooting.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/upgrade.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/useradmin.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/userpreferences.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/using-intro.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/using.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/versions.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/voting.html X%%PORTDOCS%%%%DOCSDIR%%/en/html/whining.html X%%PORTDOCS%%%%DOCSDIR%%/en/images/bzLifecycle.png X%%PORTDOCS%%%%DOCSDIR%%/en/images/bzLifecycle.xml X%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/1.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/2.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/3.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/caution.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/note.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/tip.gif X%%PORTDOCS%%%%DOCSDIR%%/en/images/warning.gif X%%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf X%%PORTDOCS%%%%DOCSDIR%%/en/rel_notes.txt X%%PORTDOCS%%%%DOCSDIR%%/en/txt/Bugzilla-Guide.txt X%%PORTDOCS%%%%DOCSDIR%%/en/xml/Bugzilla-Guide.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/about.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/administration.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/bugzilla.ent X%%PORTDOCS%%%%DOCSDIR%%/en/xml/conventions.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/customization.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/gfdl.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/glossary.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/index.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/installation.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/modules.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/patches.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/security.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/troubleshooting.xml X%%PORTDOCS%%%%DOCSDIR%%/en/xml/using.xml X%%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTML/Bugzilla.pm X%%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTMLBatch/Bugzilla.pm X%%PORTDOCS%%%%DOCSDIR%%/makedocs.pl X%%PORTDOCS%%%%DOCSDIR%%/style.css X%%WWWDIR%%/.htaccess X%%WWWDIR%%/Bugzilla.pm X%%WWWDIR%%/Bugzilla/Attachment.pm X%%WWWDIR%%/Bugzilla/Attachment/PatchReader.pm X%%WWWDIR%%/Bugzilla/Auth.pm X%%WWWDIR%%/Bugzilla/Auth/Login.pm X%%WWWDIR%%/Bugzilla/Auth/Login/CGI.pm X%%WWWDIR%%/Bugzilla/Auth/Login/Cookie.pm X%%WWWDIR%%/Bugzilla/Auth/Login/Env.pm X%%WWWDIR%%/Bugzilla/Auth/Login/Stack.pm X%%WWWDIR%%/Bugzilla/Auth/Persist/Cookie.pm X%%WWWDIR%%/Bugzilla/Auth/Verify.pm X%%WWWDIR%%/Bugzilla/Auth/Verify/DB.pm X%%WWWDIR%%/Bugzilla/Auth/Verify/LDAP.pm X%%WWWDIR%%/Bugzilla/Auth/Verify/RADIUS.pm X%%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm X%%WWWDIR%%/Bugzilla/Bug.pm X%%WWWDIR%%/Bugzilla/BugMail.pm X%%WWWDIR%%/Bugzilla/BugUrl.pm X%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla.pm X%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla/Local.pm X%%WWWDIR%%/Bugzilla/BugUrl/Debian.pm X%%WWWDIR%%/Bugzilla/BugUrl/Google.pm X%%WWWDIR%%/Bugzilla/BugUrl/JIRA.pm X%%WWWDIR%%/Bugzilla/BugUrl/Launchpad.pm X%%WWWDIR%%/Bugzilla/BugUrl/MantisBT.pm X%%WWWDIR%%/Bugzilla/BugUrl/SourceForge.pm X%%WWWDIR%%/Bugzilla/BugUrl/Trac.pm X%%WWWDIR%%/Bugzilla/CGI.pm X%%WWWDIR%%/Bugzilla/Chart.pm X%%WWWDIR%%/Bugzilla/Classification.pm X%%WWWDIR%%/Bugzilla/Comment.pm X%%WWWDIR%%/Bugzilla/Component.pm X%%WWWDIR%%/Bugzilla/Config.pm X%%WWWDIR%%/Bugzilla/Config/Admin.pm X%%WWWDIR%%/Bugzilla/Config/Advanced.pm X%%WWWDIR%%/Bugzilla/Config/Attachment.pm X%%WWWDIR%%/Bugzilla/Config/Auth.pm X%%WWWDIR%%/Bugzilla/Config/BugChange.pm X%%WWWDIR%%/Bugzilla/Config/BugFields.pm X%%WWWDIR%%/Bugzilla/Config/Common.pm X%%WWWDIR%%/Bugzilla/Config/Core.pm X%%WWWDIR%%/Bugzilla/Config/DependencyGraph.pm X%%WWWDIR%%/Bugzilla/Config/General.pm X%%WWWDIR%%/Bugzilla/Config/GroupSecurity.pm X%%WWWDIR%%/Bugzilla/Config/LDAP.pm X%%WWWDIR%%/Bugzilla/Config/MTA.pm X%%WWWDIR%%/Bugzilla/Config/PatchViewer.pm X%%WWWDIR%%/Bugzilla/Config/Query.pm X%%WWWDIR%%/Bugzilla/Config/RADIUS.pm X%%WWWDIR%%/Bugzilla/Config/ShadowDB.pm X%%WWWDIR%%/Bugzilla/Config/UserMatch.pm X%%WWWDIR%%/Bugzilla/Constants.pm X%%WWWDIR%%/Bugzilla/DB.pm X%%WWWDIR%%/Bugzilla/DB/Mysql.pm X%%WWWDIR%%/Bugzilla/DB/Oracle.pm X%%WWWDIR%%/Bugzilla/DB/Pg.pm X%%WWWDIR%%/Bugzilla/DB/Schema.pm X%%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm X%%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm X%%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm X%%WWWDIR%%/Bugzilla/DB/Schema/Sqlite.pm X%%WWWDIR%%/Bugzilla/DB/Sqlite.pm X%%WWWDIR%%/Bugzilla/Error.pm X%%WWWDIR%%/Bugzilla/Extension.pm X%%WWWDIR%%/Bugzilla/Field.pm X%%WWWDIR%%/Bugzilla/Field/Choice.pm X%%WWWDIR%%/Bugzilla/Field/ChoiceInterface.pm X%%WWWDIR%%/Bugzilla/Flag.pm X%%WWWDIR%%/Bugzilla/FlagType.pm X%%WWWDIR%%/Bugzilla/Group.pm X%%WWWDIR%%/Bugzilla/Hook.pm X%%WWWDIR%%/Bugzilla/Install.pm X%%WWWDIR%%/Bugzilla/Install/CPAN.pm X%%WWWDIR%%/Bugzilla/Install/DB.pm X%%WWWDIR%%/Bugzilla/Install/Filesystem.pm X%%WWWDIR%%/Bugzilla/Install/Localconfig.pm X%%WWWDIR%%/Bugzilla/Install/Requirements.pm X%%WWWDIR%%/Bugzilla/Install/Util.pm X%%WWWDIR%%/Bugzilla/Job/Mailer.pm X%%WWWDIR%%/Bugzilla/JobQueue.pm X%%WWWDIR%%/Bugzilla/JobQueue/Runner.pm X%%WWWDIR%%/Bugzilla/Keyword.pm X%%WWWDIR%%/Bugzilla/Mailer.pm X%%WWWDIR%%/Bugzilla/Migrate.pm X%%WWWDIR%%/Bugzilla/Migrate/Gnats.pm X%%WWWDIR%%/Bugzilla/Milestone.pm X%%WWWDIR%%/Bugzilla/Object.pm X%%WWWDIR%%/Bugzilla/Product.pm X%%WWWDIR%%/Bugzilla/RNG.pm X%%WWWDIR%%/Bugzilla/Search.pm X%%WWWDIR%%/Bugzilla/Search/Clause.pm X%%WWWDIR%%/Bugzilla/Search/Condition.pm X%%WWWDIR%%/Bugzilla/Search/Quicksearch.pm X%%WWWDIR%%/Bugzilla/Search/Recent.pm X%%WWWDIR%%/Bugzilla/Search/Saved.pm X%%WWWDIR%%/Bugzilla/Series.pm X%%WWWDIR%%/Bugzilla/Status.pm X%%WWWDIR%%/Bugzilla/Template.pm X%%WWWDIR%%/Bugzilla/Template/Context.pm X%%WWWDIR%%/Bugzilla/Template/Plugin/Bugzilla.pm X%%WWWDIR%%/Bugzilla/Template/Plugin/Hook.pm X%%WWWDIR%%/Bugzilla/Template/Plugin/User.pm X%%WWWDIR%%/Bugzilla/Token.pm X%%WWWDIR%%/Bugzilla/Update.pm X%%WWWDIR%%/Bugzilla/User.pm X%%WWWDIR%%/Bugzilla/User/Setting.pm X%%WWWDIR%%/Bugzilla/User/Setting/Lang.pm X%%WWWDIR%%/Bugzilla/User/Setting/Skin.pm X%%WWWDIR%%/Bugzilla/User/Setting/Timezone.pm X%%WWWDIR%%/Bugzilla/Util.pm X%%WWWDIR%%/Bugzilla/Version.pm X%%WWWDIR%%/Bugzilla/WebService.pm X%%WWWDIR%%/Bugzilla/WebService/Bug.pm X%%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm X%%WWWDIR%%/Bugzilla/WebService/Constants.pm X%%WWWDIR%%/Bugzilla/WebService/Group.pm X%%WWWDIR%%/Bugzilla/WebService/Product.pm X%%WWWDIR%%/Bugzilla/WebService/README X%%WWWDIR%%/Bugzilla/WebService/Server.pm X%%WWWDIR%%/Bugzilla/WebService/Server/JSONRPC.pm X%%WWWDIR%%/Bugzilla/WebService/Server/XMLRPC.pm X%%WWWDIR%%/Bugzilla/WebService/User.pm X%%WWWDIR%%/Bugzilla/WebService/Util.pm X%%WWWDIR%%/Bugzilla/Whine.pm X%%WWWDIR%%/Bugzilla/Whine/Query.pm X%%WWWDIR%%/Bugzilla/Whine/Schedule.pm X%%WWWDIR%%/README X%%WWWDIR%%/admin.cgi X%%WWWDIR%%/attachment.cgi X%%WWWDIR%%/buglist.cgi X%%WWWDIR%%/bugzilla.dtd X%%WWWDIR%%/chart.cgi X%%WWWDIR%%/checksetup.pl X%%WWWDIR%%/colchange.cgi X%%WWWDIR%%/collectstats.pl X%%WWWDIR%%/config.cgi X%%CONTRIB%%%%WWWDIR%%/contrib/README X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.rhel X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue.suse X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/README X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit X%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml X%%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl X%%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugids X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/buglist X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugs X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugslink X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/makequery X%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/query.conf X%%CONTRIB%%%%WWWDIR%%/contrib/console.pl X%%CONTRIB%%%%WWWDIR%%/contrib/convert-workflow.pl X%%CONTRIB%%%%WWWDIR%%/contrib/cvs-update.pl X%%CONTRIB%%%%WWWDIR%%/contrib/extension-convert.pl X%%CONTRIB%%%%WWWDIR%%/contrib/fixperms.pl X%%CONTRIB%%%%WWWDIR%%/contrib/jb2bz.py X%%CONTRIB%%%%WWWDIR%%/contrib/merge-users.pl X%%CONTRIB%%%%WWWDIR%%/contrib/mysqld-watcher.pl X%%CONTRIB%%%%WWWDIR%%/contrib/new-yui.sh X%%CONTRIB%%%%WWWDIR%%/contrib/recode.pl X%%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl X%%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl X%%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl X%%WWWDIR%%/createaccount.cgi X%%WWWDIR%%/describecomponents.cgi X%%WWWDIR%%/describekeywords.cgi X%%WWWDIR%%/duplicates.cgi X%%WWWDIR%%/editclassifications.cgi X%%WWWDIR%%/editcomponents.cgi X%%WWWDIR%%/editfields.cgi X%%WWWDIR%%/editflagtypes.cgi X%%WWWDIR%%/editgroups.cgi X%%WWWDIR%%/editkeywords.cgi X%%WWWDIR%%/editmilestones.cgi X%%WWWDIR%%/editparams.cgi X%%WWWDIR%%/editproducts.cgi X%%WWWDIR%%/editsettings.cgi X%%WWWDIR%%/editusers.cgi X%%WWWDIR%%/editvalues.cgi X%%WWWDIR%%/editversions.cgi X%%WWWDIR%%/editwhines.cgi X%%WWWDIR%%/editworkflow.cgi X%%WWWDIR%%/email_in.pl X%%WWWDIR%%/enter_bug.cgi X%%WWWDIR%%/images/favicon.ico X%%WWWDIR%%/images/padlock.png X%%WWWDIR%%/importxml.pl X%%WWWDIR%%/index.cgi X%%WWWDIR%%/install-module.pl X%%WWWDIR%%/jobqueue.pl X%%WWWDIR%%/js/TUI.js X%%WWWDIR%%/js/attachment.js X%%WWWDIR%%/js/bug.js X%%WWWDIR%%/js/change-columns.js X%%WWWDIR%%/js/comments.js X%%WWWDIR%%/js/custom-search.js X%%WWWDIR%%/js/expanding-tree.js X%%WWWDIR%%/js/field.js X%%WWWDIR%%/js/flag.js X%%WWWDIR%%/js/global.js X%%WWWDIR%%/js/history.js/license.txt X%%WWWDIR%%/js/history.js/native.history.js X%%WWWDIR%%/js/history.js/readme.txt X%%WWWDIR%%/js/params.js X%%WWWDIR%%/js/productform.js X%%WWWDIR%%/js/util.js X%%WWWDIR%%/js/yui/animation/animation-min.js X%%WWWDIR%%/js/yui/assets/skins/sam/ajax-loader.gif X%%WWWDIR%%/js/yui/assets/skins/sam/asc.gif X%%WWWDIR%%/js/yui/assets/skins/sam/autocomplete.css X%%WWWDIR%%/js/yui/assets/skins/sam/back-h.png X%%WWWDIR%%/js/yui/assets/skins/sam/back-v.png X%%WWWDIR%%/js/yui/assets/skins/sam/bar-h.png X%%WWWDIR%%/js/yui/assets/skins/sam/bar-v.png X%%WWWDIR%%/js/yui/assets/skins/sam/bg-h.gif X%%WWWDIR%%/js/yui/assets/skins/sam/bg-v.gif X%%WWWDIR%%/js/yui/assets/skins/sam/blankimage.png X%%WWWDIR%%/js/yui/assets/skins/sam/button.css X%%WWWDIR%%/js/yui/assets/skins/sam/calendar.css X%%WWWDIR%%/js/yui/assets/skins/sam/carousel.css X%%WWWDIR%%/js/yui/assets/skins/sam/check0.gif X%%WWWDIR%%/js/yui/assets/skins/sam/check1.gif X%%WWWDIR%%/js/yui/assets/skins/sam/check2.gif X%%WWWDIR%%/js/yui/assets/skins/sam/colorpicker.css X%%WWWDIR%%/js/yui/assets/skins/sam/container.css X%%WWWDIR%%/js/yui/assets/skins/sam/datatable.css X%%WWWDIR%%/js/yui/assets/skins/sam/desc.gif X%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-dn.png X%%WWWDIR%%/js/yui/assets/skins/sam/dt-arrow-up.png X%%WWWDIR%%/js/yui/assets/skins/sam/editor-knob.gif X%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite-active.gif X%%WWWDIR%%/js/yui/assets/skins/sam/editor-sprite.gif X%%WWWDIR%%/js/yui/assets/skins/sam/editor.css X%%WWWDIR%%/js/yui/assets/skins/sam/header_background.png X%%WWWDIR%%/js/yui/assets/skins/sam/hue_bg.png X%%WWWDIR%%/js/yui/assets/skins/sam/imagecropper.css X%%WWWDIR%%/js/yui/assets/skins/sam/layout.css X%%WWWDIR%%/js/yui/assets/skins/sam/layout_sprite.png X%%WWWDIR%%/js/yui/assets/skins/sam/loading.gif X%%WWWDIR%%/js/yui/assets/skins/sam/logger.css X%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow-disabled.png X%%WWWDIR%%/js/yui/assets/skins/sam/menu-button-arrow.png X%%WWWDIR%%/js/yui/assets/skins/sam/menu.css X%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator.png X%%WWWDIR%%/js/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png X%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox.png X%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_checkbox_disabled.png X%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator.png X%%WWWDIR%%/js/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png X%%WWWDIR%%/js/yui/assets/skins/sam/paginator.css X%%WWWDIR%%/js/yui/assets/skins/sam/picker_mask.png X%%WWWDIR%%/js/yui/assets/skins/sam/profilerviewer.css X%%WWWDIR%%/js/yui/assets/skins/sam/progressbar.css X%%WWWDIR%%/js/yui/assets/skins/sam/resize.css X%%WWWDIR%%/js/yui/assets/skins/sam/simpleeditor.css X%%WWWDIR%%/js/yui/assets/skins/sam/slider.css X%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-active.png X%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-disabled.png X%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-focus.png X%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow-hover.png X%%WWWDIR%%/js/yui/assets/skins/sam/split-button-arrow.png X%%WWWDIR%%/js/yui/assets/skins/sam/sprite.png X%%WWWDIR%%/js/yui/assets/skins/sam/tabview.css X%%WWWDIR%%/js/yui/assets/skins/sam/treeview-loading.gif X%%WWWDIR%%/js/yui/assets/skins/sam/treeview-sprite.gif X%%WWWDIR%%/js/yui/assets/skins/sam/treeview.css X%%WWWDIR%%/js/yui/assets/skins/sam/wait.gif X%%WWWDIR%%/js/yui/assets/skins/sam/yuitest.css X%%WWWDIR%%/js/yui/autocomplete/autocomplete-min.js X%%WWWDIR%%/js/yui/base/base-min.css X%%WWWDIR%%/js/yui/base/base.css X%%WWWDIR%%/js/yui/button/button-min.js X%%WWWDIR%%/js/yui/calendar/calendar-min.js X%%WWWDIR%%/js/yui/carousel/carousel-min.js X%%WWWDIR%%/js/yui/charts/charts-min.js X%%WWWDIR%%/js/yui/colorpicker/colorpicker-min.js X%%WWWDIR%%/js/yui/connection/connection-min.js X%%WWWDIR%%/js/yui/connection/connection.swf X%%WWWDIR%%/js/yui/connection/connection_core-min.js X%%WWWDIR%%/js/yui/container/container-min.js X%%WWWDIR%%/js/yui/container/container_core-min.js X%%WWWDIR%%/js/yui/cookie/cookie-min.js X%%WWWDIR%%/js/yui/datasource/datasource-min.js X%%WWWDIR%%/js/yui/datatable/datatable-min.js X%%WWWDIR%%/js/yui/datemath/datemath-min.js X%%WWWDIR%%/js/yui/dom/dom-min.js X%%WWWDIR%%/js/yui/dragdrop/dragdrop-min.js X%%WWWDIR%%/js/yui/element-delegate/element-delegate-min.js X%%WWWDIR%%/js/yui/element/element-min.js X%%WWWDIR%%/js/yui/event-delegate/event-delegate-min.js X%%WWWDIR%%/js/yui/event-mouseenter/event-mouseenter-min.js X%%WWWDIR%%/js/yui/event-simulate/event-simulate-min.js X%%WWWDIR%%/js/yui/event/event-min.js X%%WWWDIR%%/js/yui/fonts/fonts-min.css X%%WWWDIR%%/js/yui/fonts/fonts.css X%%WWWDIR%%/js/yui/get/get-min.js X%%WWWDIR%%/js/yui/grids/grids-min.css X%%WWWDIR%%/js/yui/grids/grids.css X%%WWWDIR%%/js/yui/history/history-min.js X%%WWWDIR%%/js/yui/imagecropper/imagecropper-min.js X%%WWWDIR%%/js/yui/imageloader/imageloader-min.js X%%WWWDIR%%/js/yui/json/json-min.js X%%WWWDIR%%/js/yui/layout/layout-min.js X%%WWWDIR%%/js/yui/logger/logger-min.js X%%WWWDIR%%/js/yui/menu/menu-min.js X%%WWWDIR%%/js/yui/paginator/paginator-min.js X%%WWWDIR%%/js/yui/profiler/profiler-min.js X%%WWWDIR%%/js/yui/profilerviewer/profilerviewer-min.js X%%WWWDIR%%/js/yui/progressbar/progressbar-min.js X%%WWWDIR%%/js/yui/reset-fonts-grids/reset-fonts-grids.css X%%WWWDIR%%/js/yui/reset-fonts/reset-fonts.css X%%WWWDIR%%/js/yui/reset/reset-min.css X%%WWWDIR%%/js/yui/reset/reset.css X%%WWWDIR%%/js/yui/resize/resize-min.js X%%WWWDIR%%/js/yui/selector/selector-min.js X%%WWWDIR%%/js/yui/slider/slider-min.js X%%WWWDIR%%/js/yui/storage/storage-min.js X%%WWWDIR%%/js/yui/stylesheet/stylesheet-min.js X%%WWWDIR%%/js/yui/swf/swf-min.js X%%WWWDIR%%/js/yui/swfdetect/swfdetect-min.js X%%WWWDIR%%/js/yui/swfstore/swfstore-min.js X%%WWWDIR%%/js/yui/swfstore/swfstore.swf X%%WWWDIR%%/js/yui/tabview/tabview-min.js X%%WWWDIR%%/js/yui/treeview/treeview-min.js X%%WWWDIR%%/js/yui/uploader/uploader-min.js X%%WWWDIR%%/js/yui/yahoo-dom-event/yahoo-dom-event.js X%%WWWDIR%%/js/yui/yahoo/yahoo-min.js X%%WWWDIR%%/js/yui/yuiloader/yuiloader-min.js X%%WWWDIR%%/js/yui/yuitest/yuitest-min.js X%%WWWDIR%%/js/yui/yuitest/yuitest_core-min.js X%%WWWDIR%%/jsonrpc.cgi X%%WWWDIR%%/migrate.pl X%%WWWDIR%%/mod_perl.pl X%%WWWDIR%%/page.cgi X%%WWWDIR%%/post_bug.cgi X%%WWWDIR%%/process_bug.cgi X%%WWWDIR%%/query.cgi X%%WWWDIR%%/quips.cgi X%%WWWDIR%%/relogin.cgi X%%WWWDIR%%/report.cgi X%%WWWDIR%%/reports.cgi X%%WWWDIR%%/request.cgi X%%WWWDIR%%/robots.txt X%%WWWDIR%%/runtests.pl X%%WWWDIR%%/sanitycheck.cgi X%%WWWDIR%%/sanitycheck.pl X%%WWWDIR%%/search_plugin.cgi X%%WWWDIR%%/show_activity.cgi X%%WWWDIR%%/show_bug.cgi X%%WWWDIR%%/showdependencygraph.cgi X%%WWWDIR%%/showdependencytree.cgi X%%WWWDIR%%/skins/README X%%WWWDIR%%/skins/contrib/Dusk/buglist.css X%%WWWDIR%%/skins/contrib/Dusk/global.css X%%WWWDIR%%/skins/contrib/Dusk/index.css X%%WWWDIR%%/skins/standard/IE-fixes.css X%%WWWDIR%%/skins/standard/admin.css X%%WWWDIR%%/skins/standard/attachment.css X%%WWWDIR%%/skins/standard/buglist.css X%%WWWDIR%%/skins/standard/dependency-tree.css X%%WWWDIR%%/skins/standard/dependency-tree/bug-item.png X%%WWWDIR%%/skins/standard/dependency-tree/tree-closed.png X%%WWWDIR%%/skins/standard/dependency-tree/tree-open.png X%%WWWDIR%%/skins/standard/dependency-tree/tree.png X%%WWWDIR%%/skins/standard/duplicates.css X%%WWWDIR%%/skins/standard/editusers.css X%%WWWDIR%%/skins/standard/enter_bug.css X%%WWWDIR%%/skins/standard/global.css X%%WWWDIR%%/skins/standard/global/body-back.gif X%%WWWDIR%%/skins/standard/global/calendar.png X%%WWWDIR%%/skins/standard/global/down.png X%%WWWDIR%%/skins/standard/global/header.png X%%WWWDIR%%/skins/standard/global/left.png X%%WWWDIR%%/skins/standard/global/right.png X%%WWWDIR%%/skins/standard/global/up.png X%%WWWDIR%%/skins/standard/index.css X%%WWWDIR%%/skins/standard/index/file-a-bug.png X%%WWWDIR%%/skins/standard/index/help.png X%%WWWDIR%%/skins/standard/index/new-account.png X%%WWWDIR%%/skins/standard/index/search.png X%%WWWDIR%%/skins/standard/page.css X%%WWWDIR%%/skins/standard/params.css X%%WWWDIR%%/skins/standard/reports.css X%%WWWDIR%%/skins/standard/search_form.css X%%WWWDIR%%/skins/standard/show_bug.css X%%WWWDIR%%/skins/standard/show_multiple.css X%%WWWDIR%%/skins/standard/summarize-time.css X%%WWWDIR%%/summarize_time.cgi X%%WWWDIR%%/template/en/default/account/auth/login-small.html.tmpl X%%WWWDIR%%/template/en/default/account/auth/login.html.tmpl X%%WWWDIR%%/template/en/default/account/cancel-token.txt.tmpl X%%WWWDIR%%/template/en/default/account/create.html.tmpl X%%WWWDIR%%/template/en/default/account/created.html.tmpl X%%WWWDIR%%/template/en/default/account/email/change-new.txt.tmpl X%%WWWDIR%%/template/en/default/account/email/change-old.txt.tmpl X%%WWWDIR%%/template/en/default/account/email/confirm-new.html.tmpl X%%WWWDIR%%/template/en/default/account/email/confirm.html.tmpl X%%WWWDIR%%/template/en/default/account/email/request-new.txt.tmpl X%%WWWDIR%%/template/en/default/account/password/forgotten-password.txt.tmpl X%%WWWDIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/account.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/email.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/permissions.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/prefs.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/saved-searches.html.tmpl X%%WWWDIR%%/template/en/default/account/prefs/settings.html.tmpl X%%WWWDIR%%/template/en/default/account/profile-activity.html.tmpl X%%WWWDIR%%/template/en/default/admin/admin.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/add.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/del.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/edit-common.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/reclassify.html.tmpl X%%WWWDIR%%/template/en/default/admin/classifications/select.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/edit-common.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/components/select-product.html.tmpl X%%WWWDIR%%/template/en/default/admin/confirm-action.html.tmpl X%%WWWDIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl X%%WWWDIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/custom_fields/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/custom_fields/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/custom_fields/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl X%%WWWDIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/flag-type/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/flag-type/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl X%%WWWDIR%%/template/en/default/admin/groups/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/groups/delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/groups/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/groups/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/keywords/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/keywords/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/keywords/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/milestones/select-product.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/admin.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/advanced.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/attachment.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/auth.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/bugchange.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/bugfields.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/common.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/core.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/dependencygraph.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/editparams.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/general.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/groupsecurity.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/index.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/ldap.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/mta.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/patchviewer.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/query.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/radius.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/shadowdb.html.tmpl X%%WWWDIR%%/template/en/default/admin/params/usermatch.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/edit-common.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/list-classifications.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/products/updated.html.tmpl X%%WWWDIR%%/template/en/default/admin/sanitycheck/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl X%%WWWDIR%%/template/en/default/admin/settings/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/sudo.html.tmpl X%%WWWDIR%%/template/en/default/admin/table.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/listselectvars.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/responsibilities.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/search.html.tmpl X%%WWWDIR%%/template/en/default/admin/users/userdata.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/create.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/edit.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/footer.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/list.html.tmpl X%%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl X%%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl X%%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl X%%WWWDIR%%/template/en/default/attachment/choose.html.tmpl X%%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl X%%WWWDIR%%/template/en/default/attachment/create.html.tmpl X%%WWWDIR%%/template/en/default/attachment/created.html.tmpl X%%WWWDIR%%/template/en/default/attachment/createformcontents.html.tmpl X%%WWWDIR%%/template/en/default/attachment/delete_reason.txt.tmpl X%%WWWDIR%%/template/en/default/attachment/diff-file.html.tmpl X%%WWWDIR%%/template/en/default/attachment/diff-footer.html.tmpl X%%WWWDIR%%/template/en/default/attachment/diff-header.html.tmpl X%%WWWDIR%%/template/en/default/attachment/edit.html.tmpl X%%WWWDIR%%/template/en/default/attachment/list.html.tmpl X%%WWWDIR%%/template/en/default/attachment/midair.html.tmpl X%%WWWDIR%%/template/en/default/attachment/show-multiple.html.tmpl X%%WWWDIR%%/template/en/default/attachment/updated.html.tmpl X%%WWWDIR%%/template/en/default/bug/activity/show.html.tmpl X%%WWWDIR%%/template/en/default/bug/activity/table.html.tmpl X%%WWWDIR%%/template/en/default/bug/choose.html.tmpl X%%WWWDIR%%/template/en/default/bug/comments.html.tmpl X%%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl X%%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl X%%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl X%%WWWDIR%%/template/en/default/bug/create/create.html.tmpl X%%WWWDIR%%/template/en/default/bug/create/created.html.tmpl X%%WWWDIR%%/template/en/default/bug/create/make-template.html.tmpl X%%WWWDIR%%/template/en/default/bug/create/user-message.html.tmpl X%%WWWDIR%%/template/en/default/bug/dependency-graph.html.tmpl X%%WWWDIR%%/template/en/default/bug/dependency-tree.html.tmpl X%%WWWDIR%%/template/en/default/bug/edit.html.tmpl X%%WWWDIR%%/template/en/default/bug/field-events.js.tmpl X%%WWWDIR%%/template/en/default/bug/field-help.none.tmpl X%%WWWDIR%%/template/en/default/bug/field-label.html.tmpl X%%WWWDIR%%/template/en/default/bug/field.html.tmpl X%%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl X%%WWWDIR%%/template/en/default/bug/knob.html.tmpl X%%WWWDIR%%/template/en/default/bug/link.html.tmpl X%%WWWDIR%%/template/en/default/bug/navigate.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/header.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/midair.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/results.html.tmpl X%%WWWDIR%%/template/en/default/bug/process/verify-new-product.html.tmpl X%%WWWDIR%%/template/en/default/bug/show-header.html.tmpl X%%WWWDIR%%/template/en/default/bug/show-multiple.html.tmpl X%%WWWDIR%%/template/en/default/bug/show.html.tmpl X%%WWWDIR%%/template/en/default/bug/show.xml.tmpl X%%WWWDIR%%/template/en/default/bug/summarize-time.html.tmpl X%%WWWDIR%%/template/en/default/bug/time.html.tmpl X%%WWWDIR%%/template/en/default/config.js.tmpl X%%WWWDIR%%/template/en/default/config.rdf.tmpl X%%WWWDIR%%/template/en/default/email/bugmail-common.txt.tmpl X%%WWWDIR%%/template/en/default/email/bugmail-header.txt.tmpl X%%WWWDIR%%/template/en/default/email/bugmail.html.tmpl X%%WWWDIR%%/template/en/default/email/bugmail.txt.tmpl X%%WWWDIR%%/template/en/default/email/lockout.txt.tmpl X%%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl X%%WWWDIR%%/template/en/default/email/sudo.txt.tmpl X%%WWWDIR%%/template/en/default/email/whine.txt.tmpl X%%WWWDIR%%/template/en/default/extensions/config.pm.tmpl X%%WWWDIR%%/template/en/default/extensions/extension.pm.tmpl X%%WWWDIR%%/template/en/default/extensions/hook-readme.txt.tmpl X%%WWWDIR%%/template/en/default/extensions/license.txt.tmpl X%%WWWDIR%%/template/en/default/extensions/name-readme.txt.tmpl X%%WWWDIR%%/template/en/default/extensions/util.pm.tmpl X%%WWWDIR%%/template/en/default/extensions/web-readme.txt.tmpl X%%WWWDIR%%/template/en/default/filterexceptions.pl X%%WWWDIR%%/template/en/default/flag/list.html.tmpl X%%WWWDIR%%/template/en/default/global/banner.html.tmpl X%%WWWDIR%%/template/en/default/global/choose-classification.html.tmpl X%%WWWDIR%%/template/en/default/global/choose-product.html.tmpl X%%WWWDIR%%/template/en/default/global/code-error.html.tmpl X%%WWWDIR%%/template/en/default/global/common-links.html.tmpl X%%WWWDIR%%/template/en/default/global/confirm-action.html.tmpl X%%WWWDIR%%/template/en/default/global/confirm-user-match.html.tmpl X%%WWWDIR%%/template/en/default/global/docslinks.html.tmpl X%%WWWDIR%%/template/en/default/global/field-descs.none.tmpl X%%WWWDIR%%/template/en/default/global/footer.html.tmpl X%%WWWDIR%%/template/en/default/global/header.html.tmpl X%%WWWDIR%%/template/en/default/global/help.html.tmpl X%%WWWDIR%%/template/en/default/global/hidden-fields.html.tmpl X%%WWWDIR%%/template/en/default/global/initialize.none.tmpl X%%WWWDIR%%/template/en/default/global/js-products.html.tmpl X%%WWWDIR%%/template/en/default/global/message.html.tmpl X%%WWWDIR%%/template/en/default/global/message.txt.tmpl X%%WWWDIR%%/template/en/default/global/messages.html.tmpl X%%WWWDIR%%/template/en/default/global/per-bug-queries.html.tmpl X%%WWWDIR%%/template/en/default/global/reason-descs.none.tmpl X%%WWWDIR%%/template/en/default/global/select-menu.html.tmpl X%%WWWDIR%%/template/en/default/global/setting-descs.none.tmpl X%%WWWDIR%%/template/en/default/global/site-navigation.html.tmpl X%%WWWDIR%%/template/en/default/global/tabs.html.tmpl X%%WWWDIR%%/template/en/default/global/textarea.html.tmpl X%%WWWDIR%%/template/en/default/global/useful-links.html.tmpl X%%WWWDIR%%/template/en/default/global/user-error.html.tmpl X%%WWWDIR%%/template/en/default/global/user.html.tmpl X%%WWWDIR%%/template/en/default/global/userselect.html.tmpl X%%WWWDIR%%/template/en/default/global/value-descs.js.tmpl X%%WWWDIR%%/template/en/default/global/value-descs.none.tmpl X%%WWWDIR%%/template/en/default/global/variables.none.tmpl X%%WWWDIR%%/template/en/default/index.html.tmpl X%%WWWDIR%%/template/en/default/list/change-columns.html.tmpl X%%WWWDIR%%/template/en/default/list/edit-multiple.html.tmpl X%%WWWDIR%%/template/en/default/list/list-simple.html.tmpl X%%WWWDIR%%/template/en/default/list/list.atom.tmpl X%%WWWDIR%%/template/en/default/list/list.csv.tmpl X%%WWWDIR%%/template/en/default/list/list.html.tmpl X%%WWWDIR%%/template/en/default/list/list.ics.tmpl X%%WWWDIR%%/template/en/default/list/list.js.tmpl X%%WWWDIR%%/template/en/default/list/list.rdf.tmpl X%%WWWDIR%%/template/en/default/list/quips.html.tmpl X%%WWWDIR%%/template/en/default/list/server-push.html.tmpl X%%WWWDIR%%/template/en/default/list/table.html.tmpl X%%WWWDIR%%/template/en/default/pages/bug-writing.html.tmpl X%%WWWDIR%%/template/en/default/pages/fields.html.tmpl X%%WWWDIR%%/template/en/default/pages/linked.html.tmpl X%%WWWDIR%%/template/en/default/pages/linkify.html.tmpl X%%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl X%%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl X%%WWWDIR%%/template/en/default/pages/release-notes3.html.tmpl X%%WWWDIR%%/template/en/default/pages/sudo.html.tmpl X%%WWWDIR%%/template/en/default/reports/chart.csv.tmpl X%%WWWDIR%%/template/en/default/reports/chart.html.tmpl X%%WWWDIR%%/template/en/default/reports/chart.png.tmpl X%%WWWDIR%%/template/en/default/reports/components.html.tmpl X%%WWWDIR%%/template/en/default/reports/create-chart.html.tmpl X%%WWWDIR%%/template/en/default/reports/delete-series.html.tmpl X%%WWWDIR%%/template/en/default/reports/duplicates-simple.html.tmpl X%%WWWDIR%%/template/en/default/reports/duplicates-table.html.tmpl X%%WWWDIR%%/template/en/default/reports/duplicates.html.tmpl X%%WWWDIR%%/template/en/default/reports/edit-series.html.tmpl X%%WWWDIR%%/template/en/default/reports/keywords.html.tmpl X%%WWWDIR%%/template/en/default/reports/menu.html.tmpl X%%WWWDIR%%/template/en/default/reports/old-charts.html.tmpl X%%WWWDIR%%/template/en/default/reports/report-bar.png.tmpl X%%WWWDIR%%/template/en/default/reports/report-line.png.tmpl X%%WWWDIR%%/template/en/default/reports/report-pie.png.tmpl X%%WWWDIR%%/template/en/default/reports/report-simple.html.tmpl X%%WWWDIR%%/template/en/default/reports/report-table.csv.tmpl X%%WWWDIR%%/template/en/default/reports/report-table.html.tmpl X%%WWWDIR%%/template/en/default/reports/report.csv.tmpl X%%WWWDIR%%/template/en/default/reports/report.html.tmpl X%%WWWDIR%%/template/en/default/reports/series-common.html.tmpl X%%WWWDIR%%/template/en/default/reports/series.html.tmpl X%%WWWDIR%%/template/en/default/request/email.txt.tmpl X%%WWWDIR%%/template/en/default/request/queue.html.tmpl X%%WWWDIR%%/template/en/default/search/boolean-charts.html.tmpl X%%WWWDIR%%/template/en/default/search/field.html.tmpl X%%WWWDIR%%/template/en/default/search/form.html.tmpl X%%WWWDIR%%/template/en/default/search/knob.html.tmpl X%%WWWDIR%%/template/en/default/search/search-advanced.html.tmpl X%%WWWDIR%%/template/en/default/search/search-create-series.html.tmpl X%%WWWDIR%%/template/en/default/search/search-plugin.xml.tmpl X%%WWWDIR%%/template/en/default/search/search-report-graph.html.tmpl X%%WWWDIR%%/template/en/default/search/search-report-select.html.tmpl X%%WWWDIR%%/template/en/default/search/search-report-table.html.tmpl X%%WWWDIR%%/template/en/default/search/search-specific.html.tmpl X%%WWWDIR%%/template/en/default/search/tabs.html.tmpl X%%WWWDIR%%/template/en/default/search/type-select.html.tmpl X%%WWWDIR%%/template/en/default/setup/strings.txt.pl X%%WWWDIR%%/template/en/default/welcome-admin.html.tmpl X%%WWWDIR%%/template/en/default/whine/mail.html.tmpl X%%WWWDIR%%/template/en/default/whine/mail.txt.tmpl X%%WWWDIR%%/template/en/default/whine/multipart-mime.txt.tmpl X%%WWWDIR%%/template/en/default/whine/schedule.html.tmpl X%%WWWDIR%%/testagent.cgi X%%WWWDIR%%/testserver.pl X%%WWWDIR%%/token.cgi X%%WWWDIR%%/userprefs.cgi X%%WWWDIR%%/votes.cgi X%%WWWDIR%%/whine.pl X%%WWWDIR%%/whineatnews.pl X%%WWWDIR%%/xmlrpc.cgi X@dirrmtry %%WWWDIR%%/xt X@dirrm %%WWWDIR%%/template/en/default/whine X@dirrm %%WWWDIR%%/template/en/default/setup X@dirrm %%WWWDIR%%/template/en/default/search X@dirrm %%WWWDIR%%/template/en/default/request X@dirrm %%WWWDIR%%/template/en/default/reports X@dirrm %%WWWDIR%%/template/en/default/pages X@dirrm %%WWWDIR%%/template/en/default/list X@dirrm %%WWWDIR%%/template/en/default/global X@dirrm %%WWWDIR%%/template/en/default/flag X@dirrm %%WWWDIR%%/template/en/default/extensions X@dirrm %%WWWDIR%%/template/en/default/email X@dirrm %%WWWDIR%%/template/en/default/bug/process X@dirrm %%WWWDIR%%/template/en/default/bug/create X@dirrm %%WWWDIR%%/template/en/default/bug/activity X@dirrm %%WWWDIR%%/template/en/default/bug X@dirrm %%WWWDIR%%/template/en/default/attachment X@dirrm %%WWWDIR%%/template/en/default/admin/workflow X@dirrm %%WWWDIR%%/template/en/default/admin/versions X@dirrm %%WWWDIR%%/template/en/default/admin/users X@dirrm %%WWWDIR%%/template/en/default/admin/settings X@dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck X@dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol X@dirrm %%WWWDIR%%/template/en/default/admin/products X@dirrm %%WWWDIR%%/template/en/default/admin/params X@dirrm %%WWWDIR%%/template/en/default/admin/milestones X@dirrm %%WWWDIR%%/template/en/default/admin/keywords X@dirrm %%WWWDIR%%/template/en/default/admin/groups X@dirrm %%WWWDIR%%/template/en/default/admin/flag-type X@dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues X@dirrm %%WWWDIR%%/template/en/default/admin/custom_fields X@dirrm %%WWWDIR%%/template/en/default/admin/components X@dirrm %%WWWDIR%%/template/en/default/admin/classifications X@dirrm %%WWWDIR%%/template/en/default/admin X@dirrm %%WWWDIR%%/template/en/default/account/prefs X@dirrm %%WWWDIR%%/template/en/default/account/password X@dirrm %%WWWDIR%%/template/en/default/account/email X@dirrm %%WWWDIR%%/template/en/default/account/auth X@dirrm %%WWWDIR%%/template/en/default/account X@dirrm %%WWWDIR%%/template/en/default X@dirrm %%WWWDIR%%/template/en X@dirrmtry %%WWWDIR%%/template X@dirrmtry %%WWWDIR%%/t X@dirrm %%WWWDIR%%/skins/standard/index X@dirrm %%WWWDIR%%/skins/standard/global X@dirrm %%WWWDIR%%/skins/standard/dependency-tree X@dirrm %%WWWDIR%%/skins/standard X@dirrm %%WWWDIR%%/skins/contrib/Dusk X@dirrm %%WWWDIR%%/skins/contrib X@dirrmtry %%WWWDIR%%/skins X@dirrmtry %%WWWDIR%%/lib X@dirrmtry %%WWWDIR%%/js/yui/yuitest X@dirrmtry %%WWWDIR%%/js/yui/yuiloader X@dirrmtry %%WWWDIR%%/js/yui/yahoo-dom-event X@dirrmtry %%WWWDIR%%/js/yui/yahoo X@dirrmtry %%WWWDIR%%/js/yui/uploader X@dirrmtry %%WWWDIR%%/js/yui/treeview X@dirrmtry %%WWWDIR%%/js/yui/tabview X@dirrmtry %%WWWDIR%%/js/yui/swfstore X@dirrmtry %%WWWDIR%%/js/yui/swfdetect X@dirrmtry %%WWWDIR%%/js/yui/swf X@dirrmtry %%WWWDIR%%/js/yui/stylesheet X@dirrmtry %%WWWDIR%%/js/yui/storage X@dirrmtry %%WWWDIR%%/js/yui/slider X@dirrmtry %%WWWDIR%%/js/yui/selector X@dirrmtry %%WWWDIR%%/js/yui/resize X@dirrmtry %%WWWDIR%%/js/yui/reset-fonts-grids X@dirrmtry %%WWWDIR%%/js/yui/reset-fonts X@dirrmtry %%WWWDIR%%/js/yui/reset X@dirrmtry %%WWWDIR%%/js/yui/progressbar X@dirrmtry %%WWWDIR%%/js/yui/profilerviewer X@dirrmtry %%WWWDIR%%/js/yui/profiler X@dirrmtry %%WWWDIR%%/js/yui/paginator X@dirrmtry %%WWWDIR%%/js/yui/menu X@dirrmtry %%WWWDIR%%/js/yui/logger X@dirrmtry %%WWWDIR%%/js/yui/layout X@dirrmtry %%WWWDIR%%/js/yui/json X@dirrmtry %%WWWDIR%%/js/yui/imageloader X@dirrmtry %%WWWDIR%%/js/yui/imagecropper X@dirrmtry %%WWWDIR%%/js/yui/history X@dirrmtry %%WWWDIR%%/js/yui/grids X@dirrmtry %%WWWDIR%%/js/yui/get X@dirrmtry %%WWWDIR%%/js/yui/fonts X@dirrmtry %%WWWDIR%%/js/yui/event-simulate X@dirrmtry %%WWWDIR%%/js/yui/event-mouseenter X@dirrmtry %%WWWDIR%%/js/yui/event-delegate X@dirrmtry %%WWWDIR%%/js/yui/event X@dirrmtry %%WWWDIR%%/js/yui/element-delegate X@dirrmtry %%WWWDIR%%/js/yui/element X@dirrmtry %%WWWDIR%%/js/yui/dragdrop X@dirrmtry %%WWWDIR%%/js/yui/dom X@dirrmtry %%WWWDIR%%/js/yui/datemath X@dirrmtry %%WWWDIR%%/js/yui/datatable X@dirrmtry %%WWWDIR%%/js/yui/datasource X@dirrmtry %%WWWDIR%%/js/yui/cookie X@dirrmtry %%WWWDIR%%/js/yui/container X@dirrmtry %%WWWDIR%%/js/yui/connection X@dirrmtry %%WWWDIR%%/js/yui/colorpicker X@dirrmtry %%WWWDIR%%/js/yui/charts X@dirrmtry %%WWWDIR%%/js/yui/carousel X@dirrmtry %%WWWDIR%%/js/yui/calendar X@dirrmtry %%WWWDIR%%/js/yui/button X@dirrmtry %%WWWDIR%%/js/yui/base X@dirrmtry %%WWWDIR%%/js/yui/autocomplete X@dirrmtry %%WWWDIR%%/js/yui/assets/skins/sam X@dirrmtry %%WWWDIR%%/js/yui/assets/skins X@dirrmtry %%WWWDIR%%/js/yui/assets X@dirrmtry %%WWWDIR%%/js/yui/animation X@dirrmtry %%WWWDIR%%/js/yui X@dirrmtry %%WWWDIR%%/js/history.js X@dirrmtry %%WWWDIR%%/js X@dirrm %%WWWDIR%%/images X%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline X%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit X@dirrmtry %%WWWDIR%%/contrib X@dirrm %%WWWDIR%%/Bugzilla/Whine X@dirrm %%WWWDIR%%/Bugzilla/WebService/Server X@dirrm %%WWWDIR%%/Bugzilla/WebService X@dirrm %%WWWDIR%%/Bugzilla/User/Setting X@dirrm %%WWWDIR%%/Bugzilla/User X@dirrm %%WWWDIR%%/Bugzilla/Template/Plugin X@dirrm %%WWWDIR%%/Bugzilla/Template X@dirrm %%WWWDIR%%/Bugzilla/Search X@dirrm %%WWWDIR%%/Bugzilla/Migrate X@dirrm %%WWWDIR%%/Bugzilla/JobQueue X@dirrm %%WWWDIR%%/Bugzilla/Job X@dirrm %%WWWDIR%%/Bugzilla/Install X@dirrm %%WWWDIR%%/Bugzilla/Field X@dirrm %%WWWDIR%%/Bugzilla/DB/Schema X@dirrm %%WWWDIR%%/Bugzilla/DB X@dirrm %%WWWDIR%%/Bugzilla/Config X@dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla X@dirrm %%WWWDIR%%/Bugzilla/BugUrl X@dirrm %%WWWDIR%%/Bugzilla/Auth/Verify X@dirrm %%WWWDIR%%/Bugzilla/Auth/Persist X@dirrm %%WWWDIR%%/Bugzilla/Auth/Login X@dirrm %%WWWDIR%%/Bugzilla/Auth X@dirrm %%WWWDIR%%/Bugzilla/Attachment X@dirrmtry %%WWWDIR%%/Bugzilla X@dirrmtry %%WWWDIR%%/data X@dirrmtry %%WWWDIR%%/graphs X@dirrmtry %%WWWDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch X%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML X%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple X%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod X%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/en/html/api/extensions X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/en X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@exec mkdir -p %D/%%WWWDIR%%/xt X@exec mkdir -p %D/%%WWWDIR%%/t X@exec mkdir -p %D/%%WWWDIR%%/lib X@exec mkdir -p %D/%%WWWDIR%%/contrib aa9215b2ede0cd48dc12eeae1ad2f2de echo x - bugzilla42/Makefile.options sed 's/^X//' >bugzilla42/Makefile.options << 'f465936b6b434f0a207216b1e3d5a331' X# $FreeBSD$ X XNO_OPTIONS_SORT= yes X XOPTIONS_DEFINE= \ X DOCS \ X MYSQL \ X PGSQL \ X SQLITE \ X GRAPHVIZ \ X GRAPH_REPORTS \ X CHARTING_MODULES\ X PATCH_VIEWER \ X MORE_HTML \ X INBOUND_EMAIL \ X MAIL_QUEUEING \ X MOVE_BUGZ \ X BMP2PNG \ X XMLRPC \ X JSONRPC \ X MODPERL \ X EXPORT_IMPORT \ X CONTRIB \ X LDAP \ X RADIUS X XOPTIONS_DEFAULT= \ X CHARTING_MODULES\ X CONTRIB \ X DOCS \ X GRAPH_REPORTS \ X MORE_HTML \ X PATCH_VIEWER X X#OPTIONS_MULTI= DB X#OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE X XBMP2PNG_DESC= BMP Attachments to PNGs XCHARTING_MODULES_DESC= Bug charting support XCONTRIB_DESC= Install user-contributed scripts XEXPORT_IMPORT_DESC= Import/export bugs (via XML) XGRAPH_REPORTS_DESC= Graphical Reports XINBOUND_EMAIL_DESC= Inbound Email XJSONRPC_DESC= JSON-RPC Interface XLDAP_DESC= LDAP Authentication XMAIL_QUEUEING_DESC= Mail Queueing XMORE_HTML_DESC= More HTML in Product/Group Descriptions XMOVE_BUGZ_DESC= Move Bugs Between Installations XPATCH_VIEWER_DESC= Patch Viewer XRADIUS_DESC= RADIUS Authentication XXMLRPC_DESC= XML-RPC Interface f465936b6b434f0a207216b1e3d5a331 exit