[Midnightbsd-cvs] mports: devel/bugzilla3: add bugzilla 3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 16:32:56 EDT 2008


Log Message:
-----------
add bugzilla 3

Added Files:
-----------
    mports/devel/bugzilla3:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-message (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/bugzilla3/pkg-message
@@ -0,0 +1,22 @@
+  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 %%BUGZILLADIR%%
+  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%%/html/ (chapter 2: "Installing Bugzilla")
--- /dev/null
+++ devel/bugzilla3/pkg-descr
@@ -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/
--- /dev/null
+++ devel/bugzilla3/pkg-plist
@@ -0,0 +1,672 @@
+%%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html
+%%PORTDOCS%%%%DOCSDIR%%/html/about.html
+%%PORTDOCS%%%%DOCSDIR%%/html/administration.html
+%%PORTDOCS%%%%DOCSDIR%%/html/attachments.html
+%%PORTDOCS%%%%DOCSDIR%%/html/bug_page.html
+%%PORTDOCS%%%%DOCSDIR%%/html/bugreports.html
+%%PORTDOCS%%%%DOCSDIR%%/html/classifications.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmdline-bugmail.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html
+%%PORTDOCS%%%%DOCSDIR%%/html/components.html
+%%PORTDOCS%%%%DOCSDIR%%/html/configuration.html
+%%PORTDOCS%%%%DOCSDIR%%/html/conventions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/copyright.html
+%%PORTDOCS%%%%DOCSDIR%%/html/credits.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cust-change-permissions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cust-hooks.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cust-skins.html
+%%PORTDOCS%%%%DOCSDIR%%/html/cust-templates.html
+%%PORTDOCS%%%%DOCSDIR%%/html/customization.html
+%%PORTDOCS%%%%DOCSDIR%%/html/custom-fields.html
+%%PORTDOCS%%%%DOCSDIR%%/html/disclaimer.html
+%%PORTDOCS%%%%DOCSDIR%%/html/edit-values.html
+%%PORTDOCS%%%%DOCSDIR%%/html/extraconfig.html
+%%PORTDOCS%%%%DOCSDIR%%/html/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/html/flags-overview.html
+%%PORTDOCS%%%%DOCSDIR%%/html/flags.html
+%%PORTDOCS%%%%DOCSDIR%%/html/general-advice.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-0.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-10.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-2.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-3.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-4.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-5.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-6.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-7.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-8.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-9.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl-howto.html
+%%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html
+%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html
+%%PORTDOCS%%%%DOCSDIR%%/html/groups.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hintsandtips.html
+%%PORTDOCS%%%%DOCSDIR%%/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/install-perlmodules-manual.html
+%%PORTDOCS%%%%DOCSDIR%%/html/installation.html
+%%PORTDOCS%%%%DOCSDIR%%/html/installing-bugzilla.html
+%%PORTDOCS%%%%DOCSDIR%%/html/integration.html
+%%PORTDOCS%%%%DOCSDIR%%/html/keywords.html
+%%PORTDOCS%%%%DOCSDIR%%/html/lifecycle.html
+%%PORTDOCS%%%%DOCSDIR%%/html/milestones.html
+%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-download.html
+%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-instructions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-optional.html
+%%PORTDOCS%%%%DOCSDIR%%/html/multiple-bz-dbs.html
+%%PORTDOCS%%%%DOCSDIR%%/html/myaccount.html
+%%PORTDOCS%%%%DOCSDIR%%/html/newversions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html
+%%PORTDOCS%%%%DOCSDIR%%/html/os-specific.html
+%%PORTDOCS%%%%DOCSDIR%%/html/parameters.html
+%%PORTDOCS%%%%DOCSDIR%%/html/paranoid-security.html
+%%PORTDOCS%%%%DOCSDIR%%/html/patches.html
+%%PORTDOCS%%%%DOCSDIR%%/html/products.html
+%%PORTDOCS%%%%DOCSDIR%%/html/query.html
+%%PORTDOCS%%%%DOCSDIR%%/html/quips.html
+%%PORTDOCS%%%%DOCSDIR%%/html/reporting.html
+%%PORTDOCS%%%%DOCSDIR%%/html/sanitycheck.html
+%%PORTDOCS%%%%DOCSDIR%%/html/security-bugzilla.html
+%%PORTDOCS%%%%DOCSDIR%%/html/security-mysql.html
+%%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
+%%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
+%%PORTDOCS%%%%DOCSDIR%%/html/security.html
+%%PORTDOCS%%%%DOCSDIR%%/html/timetracking.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-dbdsponge.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-passwd-encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-perlmodule.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-some.html
+%%PORTDOCS%%%%DOCSDIR%%/html/trbl-testserver.html
+%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
+%%PORTDOCS%%%%DOCSDIR%%/html/upgrade.html
+%%PORTDOCS%%%%DOCSDIR%%/html/useradmin.html
+%%PORTDOCS%%%%DOCSDIR%%/html/userpreferences.html
+%%PORTDOCS%%%%DOCSDIR%%/html/using-intro.html
+%%PORTDOCS%%%%DOCSDIR%%/html/using.html
+%%PORTDOCS%%%%DOCSDIR%%/html/versions.html
+%%PORTDOCS%%%%DOCSDIR%%/html/voting.html
+%%PORTDOCS%%%%DOCSDIR%%/html/whining.html
+%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png
+%%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml
+%%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/callouts/2.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/callouts/3.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/caution.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/note.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/tip.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/warning.gif
+%%PORTDOCS%%%%DOCSDIR%%/makedocs.pl
+%%PORTDOCS%%%%DOCSDIR%%/pdf/Bugzilla-Guide.pdf
+%%PORTDOCS%%%%DOCSDIR%%/rel_notes.txt
+%%PORTDOCS%%%%DOCSDIR%%/txt/Bugzilla-Guide.txt
+%%PORTDOCS%%%%DOCSDIR%%/xml/Bugzilla-Guide.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/about.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/administration.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/bugzilla.ent
+%%PORTDOCS%%%%DOCSDIR%%/xml/conventions.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/customization.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/faq.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/gfdl.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/glossary.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/installation.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/integration.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/introduction.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/modules.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/patches.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/requiredsoftware.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/security.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml
+%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml
+%%BUGZILLADIR%%/Bugzilla/Attachment.pm
+%%BUGZILLADIR%%/Bugzilla/Attachment/PatchReader.pm
+%%BUGZILLADIR%%/Bugzilla/Auth.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Login.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Verify.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Login/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Login/Cookie.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Login/Env.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Login/Stack.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Persist/Cookie.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Verify/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Verify/LDAP.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/Verify/Stack.pm
+%%BUGZILLADIR%%/Bugzilla/Bug.pm
+%%BUGZILLADIR%%/Bugzilla/BugMail.pm
+%%BUGZILLADIR%%/Bugzilla/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Chart.pm
+%%BUGZILLADIR%%/Bugzilla/Classification.pm
+%%BUGZILLADIR%%/Bugzilla/Component.pm
+%%BUGZILLADIR%%/Bugzilla/Config.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Admin.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Attachment.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Auth.pm
+%%BUGZILLADIR%%/Bugzilla/Config/BugChange.pm
+%%BUGZILLADIR%%/Bugzilla/Config/BugFields.pm
+%%BUGZILLADIR%%/Bugzilla/Config/BugMove.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Common.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Core.pm
+%%BUGZILLADIR%%/Bugzilla/Config/DependencyGraph.pm
+%%BUGZILLADIR%%/Bugzilla/Config/GroupSecurity.pm
+%%BUGZILLADIR%%/Bugzilla/Config/L10n.pm
+%%BUGZILLADIR%%/Bugzilla/Config/LDAP.pm
+%%BUGZILLADIR%%/Bugzilla/Config/MTA.pm
+%%BUGZILLADIR%%/Bugzilla/Config/PatchViewer.pm
+%%BUGZILLADIR%%/Bugzilla/Config/Query.pm
+%%BUGZILLADIR%%/Bugzilla/Config/ShadowDB.pm
+%%BUGZILLADIR%%/Bugzilla/Config/UserMatch.pm
+%%BUGZILLADIR%%/Bugzilla/Constants.pm
+%%BUGZILLADIR%%/Bugzilla/DB.pm
+%%BUGZILLADIR%%/Bugzilla/DB/Mysql.pm
+%%BUGZILLADIR%%/Bugzilla/DB/Pg.pm
+%%BUGZILLADIR%%/Bugzilla/DB/Schema.pm
+%%BUGZILLADIR%%/Bugzilla/DB/Schema/Mysql.pm
+%%BUGZILLADIR%%/Bugzilla/DB/Schema/Pg.pm
+%%BUGZILLADIR%%/Bugzilla/Error.pm
+%%BUGZILLADIR%%/Bugzilla/Field.pm
+%%BUGZILLADIR%%/Bugzilla/Flag.pm
+%%BUGZILLADIR%%/Bugzilla/FlagType.pm
+%%BUGZILLADIR%%/Bugzilla/Group.pm
+%%BUGZILLADIR%%/Bugzilla/Hook.pm
+%%BUGZILLADIR%%/Bugzilla/Install.pm
+%%BUGZILLADIR%%/Bugzilla/Install/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Install/Filesystem.pm
+%%BUGZILLADIR%%/Bugzilla/Install/Localconfig.pm
+%%BUGZILLADIR%%/Bugzilla/Install/Requirements.pm
+%%BUGZILLADIR%%/Bugzilla/Keyword.pm
+%%BUGZILLADIR%%/Bugzilla/Mailer.pm
+%%BUGZILLADIR%%/Bugzilla/Milestone.pm
+%%BUGZILLADIR%%/Bugzilla/Object.pm
+%%BUGZILLADIR%%/Bugzilla/Product.pm
+%%BUGZILLADIR%%/Bugzilla/Search.pm
+%%BUGZILLADIR%%/Bugzilla/Search/Quicksearch.pm
+%%BUGZILLADIR%%/Bugzilla/Search/Saved.pm
+%%BUGZILLADIR%%/Bugzilla/Series.pm
+%%BUGZILLADIR%%/Bugzilla/Template.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm
+%%BUGZILLADIR%%/Bugzilla/Token.pm
+%%BUGZILLADIR%%/Bugzilla/User.pm
+%%BUGZILLADIR%%/Bugzilla/User/Setting.pm
+%%BUGZILLADIR%%/Bugzilla/User/Setting/Skin.pm
+%%BUGZILLADIR%%/Bugzilla/Update.pm
+%%BUGZILLADIR%%/Bugzilla/Util.pm
+%%BUGZILLADIR%%/Bugzilla/Version.pm
+%%BUGZILLADIR%%/Bugzilla/WebService.pm
+%%BUGZILLADIR%%/Bugzilla/WebService/Bugzilla.pm
+%%BUGZILLADIR%%/Bugzilla/WebService/Bug.pm
+%%BUGZILLADIR%%/Bugzilla/WebService/Constants.pm
+%%BUGZILLADIR%%/Bugzilla/WebService/Product.pm
+%%BUGZILLADIR%%/Bugzilla/WebService/User.pm
+%%BUGZILLADIR%%/Bugzilla.pm
+%%BUGZILLADIR%%/QUICKSTART
+%%BUGZILLADIR%%/README
+%%BUGZILLADIR%%/attachment.cgi
+%%BUGZILLADIR%%/buglist.cgi
+%%BUGZILLADIR%%/bugzilla.dtd
+%%BUGZILLADIR%%/chart.cgi
+%%BUGZILLADIR%%/checksetup.pl
+%%BUGZILLADIR%%/colchange.cgi
+%%BUGZILLADIR%%/collectstats.pl
+%%BUGZILLADIR%%/config.cgi
+%%BUGZILLADIR%%/js/attachment.js
+%%BUGZILLADIR%%/js/duplicates.js
+%%BUGZILLADIR%%/js/expanding-tree.js
+%%BUGZILLADIR%%/js/productform.js
+%%BUGZILLADIR%%/js/TUI.js
+%%BUGZILLADIR%%/skins/standard/IE-fixes.css
+%%BUGZILLADIR%%/skins/standard/admin.css
+%%BUGZILLADIR%%/skins/standard/buglist.css
+%%BUGZILLADIR%%/skins/standard/create_attachment.css
+%%BUGZILLADIR%%/skins/standard/dependency-tree.css
+%%BUGZILLADIR%%/skins/standard/duplicates.css
+%%BUGZILLADIR%%/skins/standard/editusers.css
+%%BUGZILLADIR%%/skins/standard/global.css
+%%BUGZILLADIR%%/skins/standard/index.css
+%%BUGZILLADIR%%/skins/standard/panel.css
+%%BUGZILLADIR%%/skins/standard/params.css
+%%BUGZILLADIR%%/skins/standard/release-notes.css
+%%BUGZILLADIR%%/skins/standard/show_multiple.css
+%%BUGZILLADIR%%/skins/standard/summarize-time.css
+%%BUGZILLADIR%%/skins/standard/voting.css
+%%BUGZILLADIR%%/skins/standard/global/body-back.gif
+%%BUGZILLADIR%%/skins/standard/global/header.png
+%%BUGZILLADIR%%/skins/standard/index/front.png
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/README
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bzdbcopy.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/bz_webservice_demo.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugcount
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugids
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugslink
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/makequery
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/README
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/gnatsparse.py
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/magic.py
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/specialuu.py
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/merge-users.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/recode.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl
+%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh
+%%BUGZILLADIR%%/createaccount.cgi
+%%BUGZILLADIR%%/describecomponents.cgi
+%%BUGZILLADIR%%/describekeywords.cgi
+%%BUGZILLADIR%%/duplicates.cgi
+%%BUGZILLADIR%%/duplicates.xul
+%%BUGZILLADIR%%/editclassifications.cgi
+%%BUGZILLADIR%%/editcomponents.cgi
+%%BUGZILLADIR%%/editfields.cgi
+%%BUGZILLADIR%%/editflagtypes.cgi
+%%BUGZILLADIR%%/editgroups.cgi
+%%BUGZILLADIR%%/editkeywords.cgi
+%%BUGZILLADIR%%/editmilestones.cgi
+%%BUGZILLADIR%%/editparams.cgi
+%%BUGZILLADIR%%/editproducts.cgi
+%%BUGZILLADIR%%/editsettings.cgi
+%%BUGZILLADIR%%/editusers.cgi
+%%BUGZILLADIR%%/editvalues.cgi
+%%BUGZILLADIR%%/editversions.cgi
+%%BUGZILLADIR%%/editwhines.cgi
+%%BUGZILLADIR%%/email_in.pl
+%%BUGZILLADIR%%/enter_bug.cgi
+%%BUGZILLADIR%%/images/padlock.png
+%%BUGZILLADIR%%/importxml.pl
+%%BUGZILLADIR%%/index.cgi
+%%BUGZILLADIR%%/long_list.cgi
+%%BUGZILLADIR%%/mod_perl.pl
+%%BUGZILLADIR%%/page.cgi
+%%BUGZILLADIR%%/post_bug.cgi
+%%BUGZILLADIR%%/process_bug.cgi
+%%BUGZILLADIR%%/productmenu.js
+%%BUGZILLADIR%%/query.cgi
+%%BUGZILLADIR%%/quips.cgi
+%%BUGZILLADIR%%/relogin.cgi
+%%BUGZILLADIR%%/report.cgi
+%%BUGZILLADIR%%/reports.cgi
+%%BUGZILLADIR%%/request.cgi
+%%BUGZILLADIR%%/robots.txt
+%%BUGZILLADIR%%/runtests.pl
+%%BUGZILLADIR%%/sanitycheck.cgi
+%%BUGZILLADIR%%/search_plugin.cgi
+%%BUGZILLADIR%%/show_activity.cgi
+%%BUGZILLADIR%%/show_bug.cgi
+%%BUGZILLADIR%%/showattachment.cgi
+%%BUGZILLADIR%%/showdependencygraph.cgi
+%%BUGZILLADIR%%/showdependencytree.cgi
+%%BUGZILLADIR%%/sidebar.cgi
+%%BUGZILLADIR%%/summarize_time.cgi
+%%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/auth/login-small.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/cancel-token.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/account/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/email/change-new.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/account/email/change-old.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/account/email/confirm.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/email/confirm-new.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/email/request-new.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/account/password/forgotten-password.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl
+%%BUGZILLADIR%%/template/en/default/account/profile-activity.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/del.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/new.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/reclassify.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/select.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/classifications/update.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/select-product.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/components/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/custom_fields/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/custom_fields/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/custom_fields/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/change.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/groups/remove.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/keywords/rebuild-cache.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/select-product.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/milestones/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/admin.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/attachment.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/auth.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/bugchange.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/bugfields.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/bugmove.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/common.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/core.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/dependencygraph.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/editparams.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/groupsecurity.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/index.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/l10n.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/ldap.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/mta.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/patchviewer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/query.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/shadowdb.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/params/usermatch.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/edit-common.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/list-classifications.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/products/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/settings/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/settings/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/listselectvars.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/search.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/users/userdata.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/deleted.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/select-product.html.tmpl
+%%BUGZILLADIR%%/template/en/default/admin/versions/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/choose.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/confirm-delete.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/content-types.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/createformcontents.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/delete_reason.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/diff-file.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/diff-header.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/show-multiple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/attachment/updated.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/activity/show.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/activity/table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/choose.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/create.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/created.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/make-template.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/create/user-message.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/dependency-graph.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/dependency-tree.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/edit.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/field.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/knob.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/header.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/midair.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/results.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/process/verify-new-product.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/show-multiple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/show.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/summarize-time.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/time.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/votes/delete-all.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl
+%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-user.html.tmpl
+%%BUGZILLADIR%%/template/en/default/config.js.tmpl
+%%BUGZILLADIR%%/template/en/default/config.rdf.tmpl
+%%BUGZILLADIR%%/template/en/default/email/sudo.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/email/newchangedmail.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/email/votes-removed.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/email/whine.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/filterexceptions.pl
+%%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/choose-classification.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/choose-product.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/code-error.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/common-links.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/confirm-user-match.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/docslinks.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl
+%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/help-header.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/help.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl
+%%BUGZILLADIR%%/template/en/default/global/js-products.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/message.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/global/per-bug-queries.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/setting-descs.none.tmpl
+%%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/tabs.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/textarea.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/userselect.html.tmpl
+%%BUGZILLADIR%%/template/en/default/global/variables.none.tmpl
+%%BUGZILLADIR%%/template/en/default/index.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/change-columns.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/edit-multiple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list-simple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.atom.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.js.tmpl
+%%BUGZILLADIR%%/template/en/default/list/list.rdf.tmpl
+%%BUGZILLADIR%%/template/en/default/list/quips.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/server-push.html.tmpl
+%%BUGZILLADIR%%/template/en/default/list/table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/bug-writing.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/quicksearch.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/quicksearchhack.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/release-notes.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/sudo.html.tmpl
+%%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/create-chart.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/duplicates-simple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/duplicates-table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/duplicates.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/duplicates.rdf.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/old-charts.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-simple.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl
+%%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl
+%%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/request/queue.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/boolean-charts.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/form.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/knob.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-advanced.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-plugin.xml.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl
+%%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl
+%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl
+%%BUGZILLADIR%%/template/en/default/welcome-admin.html.tmpl
+%%BUGZILLADIR%%/template/en/default/whine/mail.html.tmpl
+%%BUGZILLADIR%%/template/en/default/whine/mail.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/whine/multipart-mime.txt.tmpl
+%%BUGZILLADIR%%/template/en/default/whine/schedule.html.tmpl
+%%BUGZILLADIR%%/template/en/extension/filterexceptions.pl
+%%BUGZILLADIR%%/testagent.cgi
+%%BUGZILLADIR%%/testserver.pl
+%%BUGZILLADIR%%/token.cgi
+%%BUGZILLADIR%%/userprefs.cgi
+%%BUGZILLADIR%%/votes.cgi
+%%BUGZILLADIR%%/whine.pl
+%%BUGZILLADIR%%/whineatnews.pl
+%%BUGZILLADIR%%/xml.cgi
+%%BUGZILLADIR%%/xmlrpc.cgi
+ at dirrm %%BUGZILLADIR%%/template/en/extension
+ at dirrm %%BUGZILLADIR%%/template/en/default/whine
+ at dirrm %%BUGZILLADIR%%/template/en/default/search
+ at dirrm %%BUGZILLADIR%%/template/en/default/request
+ at dirrm %%BUGZILLADIR%%/template/en/default/reports
+ at dirrm %%BUGZILLADIR%%/template/en/default/pages
+ at dirrm %%BUGZILLADIR%%/template/en/default/list
+ at dirrm %%BUGZILLADIR%%/template/en/default/global
+ at dirrm %%BUGZILLADIR%%/template/en/default/flag
+ at dirrm %%BUGZILLADIR%%/template/en/default/email
+ at dirrm %%BUGZILLADIR%%/template/en/default/bug/votes
+ at dirrm %%BUGZILLADIR%%/template/en/default/bug/process
+ at dirrm %%BUGZILLADIR%%/template/en/default/bug/create
+ at dirrm %%BUGZILLADIR%%/template/en/default/bug/activity
+ at dirrm %%BUGZILLADIR%%/template/en/default/bug
+ at dirrm %%BUGZILLADIR%%/template/en/default/attachment
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/versions
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/users
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/settings
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/products
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/params
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/milestones
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/groups
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/fieldvalues
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/custom_fields
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/components
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin/classifications
+ at dirrm %%BUGZILLADIR%%/template/en/default/admin
+ at dirrm %%BUGZILLADIR%%/template/en/default/account/prefs
+ at dirrm %%BUGZILLADIR%%/template/en/default/account/password
+ at dirrm %%BUGZILLADIR%%/template/en/default/account/email
+ at dirrm %%BUGZILLADIR%%/template/en/default/account/auth
+ at dirrm %%BUGZILLADIR%%/template/en/default/account
+ at dirrm %%BUGZILLADIR%%/template/en/default
+ at dirrm %%BUGZILLADIR%%/template/en
+ at dirrmtry %%BUGZILLADIR%%/template
+%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/gnatsparse
+%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline
+%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit
+%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib
+ at dirrm %%BUGZILLADIR%%/Bugzilla/WebService
+ at dirrm %%BUGZILLADIR%%/Bugzilla/User/Setting
+ at dirrm %%BUGZILLADIR%%/Bugzilla/User
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Template
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Search
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Install
+ at dirrm %%BUGZILLADIR%%/Bugzilla/DB/Schema
+ at dirrm %%BUGZILLADIR%%/Bugzilla/DB
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Config
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Verify
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Persist
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Auth
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Attachment
+ at dirrmtry %%BUGZILLADIR%%/Bugzilla
+ at dirrmtry %%BUGZILLADIR%%/data
+ at dirrmtry %%BUGZILLADIR%%/graphs
+ at dirrm %%BUGZILLADIR%%/images
+ at dirrm %%BUGZILLADIR%%/js
+ at dirrm %%BUGZILLADIR%%/skins/standard/index
+ at dirrm %%BUGZILLADIR%%/skins/standard/global
+ at dirrm %%BUGZILLADIR%%/skins/standard
+ at dirrm %%BUGZILLADIR%%/skins
+ at dirrmtry %%BUGZILLADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/callouts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrmtry www/data
--- /dev/null
+++ devel/bugzilla3/Makefile
@@ -0,0 +1,179 @@
+# New ports collection makefile for:	bugzilla3
+# Date created:				October 11, 2008
+# Whom:					Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/devel/bugzilla3/Makefile,v 1.1 2008/10/11 20:32:56 laffer1 Exp $
+
+PORTNAME=	bugzilla
+PORTVERSION=	3.0.5
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_MOZILLA}
+MASTER_SITE_SUBDIR=	webtools webtools/archived
+PKGNAMESUFFIX=	-3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Bug-tracking system developed by Mozilla Project
+LICENSE=	mpl
+
+FAKE_MAKEARGS+=	BUGZILLADIR=${FAKE_DESTDIR}/${BUGZILLADIR}
+
+OPTIONS=	MYSQL "MySQL database support" off \
+		PGSQL "PostgreSQL database support" off \
+		GRAPH_REPORTS "Graphical Reports" on \
+		CHARTING_MODULES "Bug charting support" on \
+		PATCH_VIEWER "Patch Viewer" on \
+		MORE_HTML "More HTML in Product/Group Descriptions" on \
+		INBOUND_EMAIL "Inbound Email" off \
+		MOVE_BUGZ "Move Bugs Between Installations" off \
+		BMP2PNG "BMP Attachments to PNGs" off \
+		XMLRPC "XML-RPC Interface" off \
+		MODPERL2 "With mod_perl2 support" off \
+		GRAPHVIZ "Use GraphViz" off \
+		EXPORT_IMPORT "Import/export bugs (via XML)" off \
+		CONTRIB	"Install user-contributed scripts" off \
+		LDAP "LDAP Authentication" off
+
+RUN_DEPENDS+=	\
+		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
+		${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
+		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
+		${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \
+		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		${SITE_PERL}/Email/Send.pm:${PORTSDIR}/mail/p5-Email-Send \
+		${SITE_PERL}/Email/MIME/Modifier.pm:${PORTSDIR}/mail/p5-Email-MIME-Modifier
+
+CONFLICTS?=	bugzilla-2.[0-9]*
+
+PORTSCOUT=	limitw:1,even
+
+USE_PERL5=	yes
+
+BINMODE=	700
+PKGMESSAGE=	${WRKDIR}/pkg-message
+
+.ifndef BUGZILLADIR
+.ifdef APACHE_DATADIR
+BUGZILLADIR=	${APACHE_DATADIR}/data/bugzilla
+.else
+BUGZILLADIR=	${PREFIX}/www/data/bugzilla
+.endif
+.endif
+
+PLIST_SUB+=	BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!}
+
+DATA_DIRS_LIST=	images js skins/standard skins/standard/global \
+		skins/standard/index
+
+.include <bsd.port.pre.mk>
+
+.ifdef WITH_MYSQL
+USE_MYSQL=	yes
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
+.endif
+
+.ifdef WITH_PGSQL
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+USE_PGSQL=	yes
+.endif
+
+.ifdef WITH_GRAPH_REPORTS
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
+		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
+		${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
+		${SITE_PERL}/Template/Plugin/GD/Image.pm:${PORTSDIR}/www/p5-Template-GD
+.endif
+
+.ifdef WITH_CHARTING_MODULES
+RUN_DEPENDS+=	${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart
+.endif
+
+.ifdef WITH_PATCH_VIEWER
+RUN_DEPENDS+=	${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader \
+		interdiff:${PORTSDIR}/misc/patchutils
+.endif
+
+.ifdef WITH_MORE_HTML
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+		${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber
+.endif
+
+.ifdef WITH_INBOUND_EMAIL
+RUN_DEPENDS+=	${SITE_PERL}/Email/MIME/Attachment/Stripper.pm:${PORTSDIR}/mail/p5-Email-MIME-Attachment-Stripper \
+		${SITE_PERL}/Email/Reply.pm:${PORTSDIR}/mail/p5-Email-Reply
+.endif
+
+.ifdef WITH_MOVE_BUGZ
+RUN_DEPENDS+=	${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \
+		${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig
+.endif
+
+.ifdef WITH_BMP2PNG
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
+.endif
+
+.ifdef WITH_XMLRPC
+RUN_DEPENDS+=	${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
+.endif
+
+.ifdef WITH_MODPERL2
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
+		${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI
+.endif
+
+.ifdef WITH_GRAPHVIZ
+RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
+.endif
+
+.ifdef WITH_EXPORT_IMPORT
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig
+.endif
+
+.ifdef WITH_CONTRIB
+PLIST_SUB+=	CONTRIB=""
+.else
+PLIST_SUB+=	CONTRIB="@comment "
+.endif
+
+.ifdef WITH_LDAP
+RUN_DEPENDS+=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
+.endif
+
+post-patch:
+	@${PERL} -pi -e "s!(?<=webservergroup_default = ')apache!www!" \
+		${WRKSRC}/checksetup.pl
+	@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
+		-or -name "README.docs" \) | ${XARGS} ${RM} -rf
+	${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!${BUGZILLADIR}!"
+
+do-build:
+	@${SED} -e "s:%%BUGZILLADIR%%:${BUGZILLADIR}:g; s:%%DOCSDIR%%:${DOCSDIR}:g" \
+		${MASTERDIR}/pkg-message >${PKGMESSAGE}
+
+do-install:
+	${MKDIR} ${BUGZILLADIR}
+	${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \
+		${INSTALL_SCRIPT} {} ${BUGZILLADIR} \;
+	@${MKDIR} ${DATA_DIRS_LIST:S!^!${BUGZILLADIR}/!}
+.for D in ${DATA_DIRS_LIST}
+	${INSTALL_DATA} ${WRKSRC}/${D}/*.* ${BUGZILLADIR}/${D}
+.endfor
+	${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${BUGZILLADIR} -xf -
+.ifndef NOPORTDOCS
+.for D in html images/callouts images pdf txt xml ""
+	${MKDIR} ${DOCSDIR}/${D}
+	${INSTALL_DATA} ${WRKSRC}/docs/${D}/*.* ${DOCSDIR}/${D}/
+.endfor
+.endif
+.ifdef WITH_CONTRIB
+	${MKDIR} ${BUGZILLADIR}/contrib
+	@cd ${WRKSRC}/contrib && \
+		${FIND} . -type d -exec ${MKDIR} "${BUGZILLADIR}/contrib/{}" \; && \
+		${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${BUGZILLADIR}/contrib/{}" \;
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ devel/bugzilla3/distinfo
@@ -0,0 +1,3 @@
+MD5 (bugzilla-3.0.5.tar.gz) = 126dd1778f4599ec804582bb57464e2b
+SHA256 (bugzilla-3.0.5.tar.gz) = ca6b015930eefe46ebcc08d1734189aef8787b3a1a583486f92d5cb4bdc14ba8
+SIZE (bugzilla-3.0.5.tar.gz) = 2419287


More information about the Midnightbsd-cvs mailing list