pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import bugzilla-5.0.3 as wip/bugzilla.



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Jan 29 23:07:21 2017 +0900
Changeset:	a0fdfc6e6ac32a0569a8fdfd4c325b1128ccd6ad

Added Files:
	bugzilla/DESCR
	bugzilla/MESSAGE
	bugzilla/Makefile
	bugzilla/PLIST
	bugzilla/TODO
	bugzilla/distinfo
	bugzilla/files/bugzilla.conf
	bugzilla/files/localconfig
	bugzilla/options.mk

Log Message:
Import bugzilla-5.0.3 as wip/bugzilla.

Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
Tracking Systems allow individual or groups of developers to keep track of
outstanding bugs in their product effectively. Most commercial defect-tracking
software vendors charge enormous licensing fees. Despite being "free", Bugzilla
has many features its expensive counterparts lack. Consequently, Bugzilla has
quickly become a favorite of hundreds of organizations across the globe.

What Does Bugzilla Do?

- Track bugs and code changes
- Communicate with teammates
- Submit and review patches
- Manage quality assurance (QA)

Bugzilla can help you get a handle on the software development process.
Successful projects often are the result of successful organization and
communication. Bugzilla is a powerful tool that will help your team get
organized and communicate effectively.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0fdfc6e6ac32a0569a8fdfd4c325b1128ccd6ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bugzilla/DESCR               |  18 ++
 bugzilla/MESSAGE             |  24 ++
 bugzilla/Makefile            | 154 +++++++++
 bugzilla/PLIST               | 750 +++++++++++++++++++++++++++++++++++++++++++
 bugzilla/TODO                |   6 +
 bugzilla/distinfo            |   6 +
 bugzilla/files/bugzilla.conf |  15 +
 bugzilla/files/localconfig   |  90 ++++++
 bugzilla/options.mk          | 123 +++++++
 9 files changed, 1186 insertions(+)

diffs:
diff --git a/bugzilla/DESCR b/bugzilla/DESCR
new file mode 100644
index 0000000..1c8b62f
--- /dev/null
+++ b/bugzilla/DESCR
@@ -0,0 +1,18 @@
+Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
+Tracking Systems allow individual or groups of developers to keep track of
+outstanding bugs in their product effectively. Most commercial defect-tracking
+software vendors charge enormous licensing fees. Despite being "free", Bugzilla
+has many features its expensive counterparts lack. Consequently, Bugzilla has
+quickly become a favorite of hundreds of organizations across the globe.
+
+What Does Bugzilla Do?
+
+- Track bugs and code changes
+- Communicate with teammates
+- Submit and review patches
+- Manage quality assurance (QA)
+
+Bugzilla can help you get a handle on the software development process.
+Successful projects often are the result of successful organization and
+communication. Bugzilla is a powerful tool that will help your team get
+organized and communicate effectively.
diff --git a/bugzilla/MESSAGE b/bugzilla/MESSAGE
new file mode 100644
index 0000000..c80f1ab
--- /dev/null
+++ b/bugzilla/MESSAGE
@@ -0,0 +1,24 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.2 2007/09/21 19:32:55 adrianp Exp $
+
+To complete the setup you will need to read the Bugzilla-Guide.txt in order
+to setup mySQL properly.  In particular secion 2.2.2 of the document deals
+with database setup.  After the initial setup of the database you can then
+check the settings in ${BZDIR}/localconfig and:
+
+	cd ${BZDIR}
+	./checksetup.pl
+
+You will need to make Bugzilla accessible through your HTTP server.
+If you are running Apache then you may add the following lines to httpd.conf:
+
+	DirectoryIndex index.cgi index.html
+	Include ${PKG_SYSCONFDIR}/bugzilla.conf
+
+to make Bugzilla accessible through:
+
+	http://localhost/bugzilla/index.cgi
+
+IMPORTANTLY: CHANGE YOUR DATABASE PASSWORD FROM THE DEFAULT !!
+
+===========================================================================
diff --git a/bugzilla/Makefile b/bugzilla/Makefile
new file mode 100644
index 0000000..1b08591
--- /dev/null
+++ b/bugzilla/Makefile
@@ -0,0 +1,154 @@
+# $NetBSD: Makefile,v 1.26 2017/01/16 14:06:43 mef Exp $
+
+DISTNAME=	bugzilla-5.1.1
+DISTNAME=	bugzilla-5.0.3
+CATEGORIES=	www devel
+MASTER_SITES=	${MASTER_SITE_MOZILLA_ALL:=webtools/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.bugzilla.org/
+COMMENT=	Web based bug tracking system
+LICENSE=	mpl-2.0
+
+# mod_perl
+DEPENDS+=	ap2[0-9]-perl-[0-9]*:../../www/ap2-perl
+#DEPENDS+=	p5-Apache2-SizeLimit-[0-9]*:../../wip/p5-Apache2-SizeLimit
+DEPENDS+=	p5-CGI-[0-9]*:../../www/p5-CGI
+DEPENDS+=       p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
+DEPENDS+=       p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+DEPENDS+=       p5-DateTime-[0-9]*:../../time/p5-DateTime
+DEPENDS+=       p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
+DEPENDS+=       p5-DBI-[0-9]*:../../databases/p5-DBI
+DEPENDS+=       p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
+DEPENDS+=       p5-Email-Sender-[0-9]*:../../mail/p5-Email-Sender
+DEPENDS+=       p5-Email-MIME-[0-9]*:../../mail/p5-Email-MIME
+DEPENDS+=       p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=       p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+=       p5-Math-Random-ISAAC-[0-9]*:../../math/p5-Math-Random-ISAAC
+DEPENDS+=       p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+DEPENDS+=       p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
+
+DEPENDS+=       p5-GD-[0-9]*:../../graphics/p5-GD
+DEPENDS+=       p5-Chart-[0-9]*:../../graphics/p5-Chart
+DEPENDS+=       libwww-[0-9]*:../../www/libwww
+DEPENDS+=       p5-Template-GD-[0-9]*:../../graphics/p5-Template-GD
+DEPENDS+=       p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
+DEPENDS+=       p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
+DEPENDS+=       p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
+DEPENDS+=       p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig
+DEPENDS+=       p5-PatchReader-[0-9]*:../../devel/p5-PatchReader
+DEPENDS+=       p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
+DEPENDS+=       p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
+DEPENDS+=       p5-Net-SMTP-SSL-[0-9]*:../../mail/p5-Net-SMTP-SSL
+DEPENDS+=       p5-RadiusPerl-[0-9]*:../../net/p5-RadiusPerl
+DEPENDS+=       p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
+DEPENDS+=	p5-XMLRPC-Lite-[0-9]*:../../net/p5-XMLRPC-Lite
+DEPENDS+=       p5-JSON-RPC-[0-9]*:../../www/p5-JSON-RPC
+DEPENDS+=       p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
+DEPENDS+=       p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=       p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
+DEPENDS+=       p5-Encode-[0-9]*:../../textproc/p5-Encode
+DEPENDS+=       p5-Encode-Detect-[0-9]*:../../textproc/p5-Encode-Detect
+DEPENDS+=       p5-Email-Reply-[0-9]*:../../mail/p5-Email-Reply
+DEPENDS+=       p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks
+DEPENDS+=       p5-TheSchwartz-[0-9]*:../../wip/p5-TheSchwartz
+DEPENDS+=	p5-Daemon-Generic-[0-9]*:../../wip/p5-Daemon-Generic
+DEPENDS+=       p5-File-MimeInfo-[0-9]*:../../devel/p5-File-MimeInfo
+DEPENDS+=       p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+DEPENDS+=       p5-Cache-Memcached-[0-9]*:../../devel/p5-Cache-Memcached
+DEPENDS+=       p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+=       p5-File-Which-[0-9]*:../../devel/p5-File-Which
+
+# DEPENDS+=	p5-DBI>=1.41:../../databases/p5-DBI
+# DEPENDS+=	p5-Template-Toolkit>=2.15:../../www/p5-Template-Toolkit
+# DEPENDS+=	p5-TimeDate>=1.16:../../time/p5-TimeDate
+# DEPENDS+=	p5-Email-Send>=2.00:../../mail/p5-Email-Send
+# DEPENDS+=	p5-Email-MIME>=1.903:../../mail/p5-Email-MIME
+
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
+USE_TOOLS+=	pax perl:run
+NO_BUILD=	YES
+
+BZ_WEB_GROUP?=	${APACHE_GROUP}
+SENDMAIL?=	/usr/sbin/sendmail
+CVS?=		/usr/bin/cvs
+
+BUILD_DEFS+=	SENDMAIL CVS APACHE_USER APACHE_GROUP
+PERL5_REQD+=	5.8.1
+
+PKG_USERS_VARS+=	APACHE_USER
+PKG_GROUPS_VARS+=	BZ_WEB_GROUP APACHE_GROUP
+
+MESSAGE_SUBST+=	BZDIR=${BZDIR} PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+
+BZDIR=			${PREFIX}/share/bugzilla
+EGDIR=			${PREFIX}/share/examples/bugzilla
+DOCDIR=			${PREFIX}/share/doc/bugzilla
+CONF_FILES=		${EGDIR}/bugzilla.conf ${PKG_SYSCONFDIR}/bugzilla.conf
+CONF_FILES_PERMS=	${EGDIR}/localconfig ${BZDIR}/localconfig \
+			${APACHE_USER} ${SHAREGRP} 0400
+
+REPLACE_PERL+=		*.pl *.cgi docs/makedocs.pl
+
+SUBST_CLASSES+=		conf
+SUBST_STAGE.conf=	pre-install
+SUBST_MESSAGE.conf=	Fixing configuration files.
+SUBST_FILES.conf=	bugzilla.conf localconfig Bugzilla/BugMail.pm
+SUBST_SED.conf=		-e "s|@BZ_WEB_GROUP@|${BZ_WEB_GROUP}|g"
+SUBST_SED.conf+=	-e "s|@PREFIX@|${PREFIX}|g"
+SUBST_SED.conf+=	-e "s|@BZDIR@|${BZDIR}|g"
+SUBST_SED.conf+=	-e "s|@CVS@|${CVS}|g"
+SUBST_SED.conf+=	-e "s|@DBDRIVER@|${DBDRIVER}|g"
+SUBST_SED.conf+=	-e "s|/usr/lib/sendmail|${SENDMAIL}|g"
+
+SUBST_CLASSES+=		diff
+SUBST_STAGE.diff=	post-configure
+SUBST_MESSAGE.diff=	Fixing diff path used for Patch Viewer
+SUBST_FILES.diff=	localconfig
+SUBST_SED.diff=		-e "s|\$diffpath = .*|\$diffpath = \'${DIFF}\'|" -e "s|/diff||"
+
+INSTALLATION_DIRS+=	${DOCDIR} ${DOCDIR}/en ${EGDIR} ${BZDIR} ${BZDIR}/Bugzilla
+INSTALLATION_DIRS+=	${BZDIR}/js ${BZDIR}/lib ${BZDIR}/template ${BZDIR}/skins
+INSTALLATION_DIRS+=	${BZDIR}/docs ${BZDIR}/docs/en ${BZDIR}/docs/en/html
+INSTALLATION_DIRS+=	${BZDIR}/images ${BZDIR}/docs/en/html/api
+INSTALLATION_DIRS+=	${BZDIR}/docs/en/html/api/Bugzilla
+
+do-configure:
+	(cd ${WRKSRC}; ./checksetup.pl)
+#post-extract:
+#	${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
+#	${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
+#	${CP} ${FILESDIR}/bugzilla.conf ${WRKSRC}
+#	${CP} ${FILESDIR}/localconfig ${WRKSRC}
+
+
+do-install:
+.for i in ${BZDIR} ${EGDIR} ${DOCDIR}
+	${INSTALL_DATA_DIR} ${DESTDIR}${i}
+.endfor
+	(cd ${WRKSRC} 					    ;\
+	pax -rw -pmp docs 		${DESTDIR}${BZDIR} ;\
+	${INSTALL_SCRIPT} *.cgi *.pl	${DESTDIR}${BZDIR}  ;\
+	${INSTALL_SCRIPT} robots.txt 	${DESTDIR}${BZDIR}  ;\
+	${INSTALL_DATA} Bugzilla.pm 	${DESTDIR}${BZDIR}  ;\
+	${INSTALL_DATA} README 		${DESTDIR}${DOCDIR} ;\
+	${INSTALL_DATA} localconfig	${DESTDIR}${EGDIR}  ;\
+	${INSTALL_DATA} images/*.png	${DESTDIR}${BZDIR}/images  ;\
+	${INSTALL_DATA} images/favicon.ico	${DESTDIR}${BZDIR} ;\
+	pax -rw -pmp Bugzilla 		${DESTDIR}${BZDIR}  ;\
+	pax -rw -pmp js			${DESTDIR}${BZDIR}  ;\
+	pax -rw -pmp template		${DESTDIR}${BZDIR} ;\
+	)
+	${INSTALL_DATA} ${PKGDIR}/files/bugzilla.conf	${DESTDIR}${EGDIR}
+
+#.for i in ${PAX_DIRS}
+#	cd ${WRKSRC}/${i} && pax -rw . ${DESTDIR}${BZDIR}/${i}
+#	${FIND} ${DESTDIR}${BZDIR}/${i} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+#	${FIND} ${DESTDIR}${BZDIR}/${i} -type d | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+#	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${BZDIR}/${i}
+#.endfor
+
+.include "../../mk/apache.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/bugzilla/PLIST b/bugzilla/PLIST
new file mode 100644
index 0000000..abe8289
--- /dev/null
+++ b/bugzilla/PLIST
@@ -0,0 +1,750 @@
+@comment $NetBSD$
+share/bugzilla/Bugzilla.pm
+share/bugzilla/Bugzilla/Attachment.pm
+share/bugzilla/Bugzilla/Attachment/PatchReader.pm
+share/bugzilla/Bugzilla/Auth.pm
+share/bugzilla/Bugzilla/Auth/Login.pm
+share/bugzilla/Bugzilla/Auth/Login/APIKey.pm
+share/bugzilla/Bugzilla/Auth/Login/CGI.pm
+share/bugzilla/Bugzilla/Auth/Login/Cookie.pm
+share/bugzilla/Bugzilla/Auth/Login/Env.pm
+share/bugzilla/Bugzilla/Auth/Login/Stack.pm
+share/bugzilla/Bugzilla/Auth/Persist/Cookie.pm
+share/bugzilla/Bugzilla/Auth/Verify.pm
+share/bugzilla/Bugzilla/Auth/Verify/DB.pm
+share/bugzilla/Bugzilla/Auth/Verify/LDAP.pm
+share/bugzilla/Bugzilla/Auth/Verify/RADIUS.pm
+share/bugzilla/Bugzilla/Auth/Verify/Stack.pm
+share/bugzilla/Bugzilla/Bug.pm
+share/bugzilla/Bugzilla/BugMail.pm
+share/bugzilla/Bugzilla/BugUrl.pm
+share/bugzilla/Bugzilla/BugUrl/Bugzilla.pm
+share/bugzilla/Bugzilla/BugUrl/Bugzilla/Local.pm
+share/bugzilla/Bugzilla/BugUrl/Debian.pm
+share/bugzilla/Bugzilla/BugUrl/GitHub.pm
+share/bugzilla/Bugzilla/BugUrl/Google.pm
+share/bugzilla/Bugzilla/BugUrl/JIRA.pm
+share/bugzilla/Bugzilla/BugUrl/Launchpad.pm
+share/bugzilla/Bugzilla/BugUrl/MantisBT.pm
+share/bugzilla/Bugzilla/BugUrl/SourceForge.pm
+share/bugzilla/Bugzilla/BugUrl/Trac.pm
+share/bugzilla/Bugzilla/BugUserLastVisit.pm
+share/bugzilla/Bugzilla/CGI.pm
+share/bugzilla/Bugzilla/Chart.pm
+share/bugzilla/Bugzilla/Classification.pm
+share/bugzilla/Bugzilla/Comment.pm
+share/bugzilla/Bugzilla/Comment/TagWeights.pm
+share/bugzilla/Bugzilla/Component.pm
+share/bugzilla/Bugzilla/Config.pm
+share/bugzilla/Bugzilla/Config/Admin.pm
+share/bugzilla/Bugzilla/Config/Advanced.pm
+share/bugzilla/Bugzilla/Config/Attachment.pm
+share/bugzilla/Bugzilla/Config/Auth.pm
+share/bugzilla/Bugzilla/Config/BugChange.pm
+share/bugzilla/Bugzilla/Config/BugFields.pm
+share/bugzilla/Bugzilla/Config/Common.pm
+share/bugzilla/Bugzilla/Config/Core.pm
+share/bugzilla/Bugzilla/Config/DependencyGraph.pm
+share/bugzilla/Bugzilla/Config/General.pm
+share/bugzilla/Bugzilla/Config/GroupSecurity.pm
+share/bugzilla/Bugzilla/Config/LDAP.pm
+share/bugzilla/Bugzilla/Config/MTA.pm
+share/bugzilla/Bugzilla/Config/Memcached.pm
+share/bugzilla/Bugzilla/Config/Query.pm
+share/bugzilla/Bugzilla/Config/RADIUS.pm
+share/bugzilla/Bugzilla/Config/ShadowDB.pm
+share/bugzilla/Bugzilla/Config/UserMatch.pm
+share/bugzilla/Bugzilla/Constants.pm
+share/bugzilla/Bugzilla/DB.pm
+share/bugzilla/Bugzilla/DB/Mysql.pm
+share/bugzilla/Bugzilla/DB/Oracle.pm
+share/bugzilla/Bugzilla/DB/Pg.pm
+share/bugzilla/Bugzilla/DB/Schema.pm
+share/bugzilla/Bugzilla/DB/Schema/Mysql.pm
+share/bugzilla/Bugzilla/DB/Schema/Oracle.pm
+share/bugzilla/Bugzilla/DB/Schema/Pg.pm
+share/bugzilla/Bugzilla/DB/Schema/Sqlite.pm
+share/bugzilla/Bugzilla/DB/Sqlite.pm
+share/bugzilla/Bugzilla/Error.pm
+share/bugzilla/Bugzilla/Extension.pm
+share/bugzilla/Bugzilla/Field.pm
+share/bugzilla/Bugzilla/Field/Choice.pm
+share/bugzilla/Bugzilla/Field/ChoiceInterface.pm
+share/bugzilla/Bugzilla/Flag.pm
+share/bugzilla/Bugzilla/FlagType.pm
+share/bugzilla/Bugzilla/Group.pm
+share/bugzilla/Bugzilla/Hook.pm
+share/bugzilla/Bugzilla/Install.pm
+share/bugzilla/Bugzilla/Install/CPAN.pm
+share/bugzilla/Bugzilla/Install/DB.pm
+share/bugzilla/Bugzilla/Install/Filesystem.pm
+share/bugzilla/Bugzilla/Install/Localconfig.pm
+share/bugzilla/Bugzilla/Install/Requirements.pm
+share/bugzilla/Bugzilla/Install/Util.pm
+share/bugzilla/Bugzilla/Job/BugMail.pm
+share/bugzilla/Bugzilla/Job/Mailer.pm
+share/bugzilla/Bugzilla/JobQueue.pm
+share/bugzilla/Bugzilla/JobQueue/Runner.pm
+share/bugzilla/Bugzilla/Keyword.pm
+share/bugzilla/Bugzilla/MIME.pm
+share/bugzilla/Bugzilla/Mailer.pm
+share/bugzilla/Bugzilla/Memcached.pm
+share/bugzilla/Bugzilla/Migrate.pm
+share/bugzilla/Bugzilla/Migrate/Gnats.pm
+share/bugzilla/Bugzilla/Milestone.pm
+share/bugzilla/Bugzilla/Object.pm
+share/bugzilla/Bugzilla/Product.pm
+share/bugzilla/Bugzilla/RNG.pm
+share/bugzilla/Bugzilla/Report.pm
+share/bugzilla/Bugzilla/Search.pm
+share/bugzilla/Bugzilla/Search/Clause.pm
+share/bugzilla/Bugzilla/Search/ClauseGroup.pm
+share/bugzilla/Bugzilla/Search/Condition.pm
+share/bugzilla/Bugzilla/Search/Quicksearch.pm
+share/bugzilla/Bugzilla/Search/Recent.pm
+share/bugzilla/Bugzilla/Search/Saved.pm
+share/bugzilla/Bugzilla/Sender/Transport/Sendmail.pm
+share/bugzilla/Bugzilla/Series.pm
+share/bugzilla/Bugzilla/Status.pm
+share/bugzilla/Bugzilla/Template.pm
+share/bugzilla/Bugzilla/Template/Context.pm
+share/bugzilla/Bugzilla/Template/Plugin/Bugzilla.pm
+share/bugzilla/Bugzilla/Template/Plugin/Hook.pm
+share/bugzilla/Bugzilla/Token.pm
+share/bugzilla/Bugzilla/Update.pm
+share/bugzilla/Bugzilla/User.pm
+share/bugzilla/Bugzilla/User/APIKey.pm
+share/bugzilla/Bugzilla/User/Setting.pm
+share/bugzilla/Bugzilla/User/Setting/Lang.pm
+share/bugzilla/Bugzilla/User/Setting/Skin.pm
+share/bugzilla/Bugzilla/User/Setting/Timezone.pm
+share/bugzilla/Bugzilla/UserAgent.pm
+share/bugzilla/Bugzilla/Util.pm
+share/bugzilla/Bugzilla/Version.pm
+share/bugzilla/Bugzilla/WebService.pm
+share/bugzilla/Bugzilla/WebService/Bug.pm
+share/bugzilla/Bugzilla/WebService/BugUserLastVisit.pm
+share/bugzilla/Bugzilla/WebService/Bugzilla.pm
+share/bugzilla/Bugzilla/WebService/Classification.pm
+share/bugzilla/Bugzilla/WebService/Component.pm
+share/bugzilla/Bugzilla/WebService/Constants.pm
+share/bugzilla/Bugzilla/WebService/FlagType.pm
+share/bugzilla/Bugzilla/WebService/Group.pm
+share/bugzilla/Bugzilla/WebService/Product.pm
+share/bugzilla/Bugzilla/WebService/README
+share/bugzilla/Bugzilla/WebService/Server.pm
+share/bugzilla/Bugzilla/WebService/Server/JSONRPC.pm
+share/bugzilla/Bugzilla/WebService/Server/REST.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Bug.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/BugUserLastVisit.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Bugzilla.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Classification.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Component.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/FlagType.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Group.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/Product.pm
+share/bugzilla/Bugzilla/WebService/Server/REST/Resources/User.pm
+share/bugzilla/Bugzilla/WebService/Server/XMLRPC.pm
+share/bugzilla/Bugzilla/WebService/User.pm
+share/bugzilla/Bugzilla/WebService/Util.pm
+share/bugzilla/Bugzilla/Whine.pm
+share/bugzilla/Bugzilla/Whine/Query.pm
+share/bugzilla/Bugzilla/Whine/Schedule.pm
+share/bugzilla/admin.cgi
+share/bugzilla/attachment.cgi
+share/bugzilla/buglist.cgi
+share/bugzilla/chart.cgi
+share/bugzilla/checksetup.pl
+share/bugzilla/clean-bug-user-last-visit.pl
+share/bugzilla/colchange.cgi
+share/bugzilla/collectstats.pl
+share/bugzilla/config.cgi
+share/bugzilla/createaccount.cgi
+share/bugzilla/describecomponents.cgi
+share/bugzilla/describekeywords.cgi
+share/bugzilla/docs/TODO
+share/bugzilla/docs/en/Makefile
+share/bugzilla/docs/en/images/bugzilla.png
+share/bugzilla/docs/en/images/bzLifecycle.png
+share/bugzilla/docs/en/images/bzLifecycle.xml
+share/bugzilla/docs/en/make.bat
+share/bugzilla/docs/en/rst/_static/bugzilla.css
+share/bugzilla/docs/en/rst/about/index.rst
+share/bugzilla/docs/en/rst/administering/categorization.rst
+share/bugzilla/docs/en/rst/administering/custom-fields.rst
+share/bugzilla/docs/en/rst/administering/extensions.rst
+share/bugzilla/docs/en/rst/administering/field-values.rst
+share/bugzilla/docs/en/rst/administering/flags.rst
+share/bugzilla/docs/en/rst/administering/groups.rst
+share/bugzilla/docs/en/rst/administering/index.rst
+share/bugzilla/docs/en/rst/administering/keywords.rst
+share/bugzilla/docs/en/rst/administering/parameters.rst
+share/bugzilla/docs/en/rst/administering/preferences.rst
+share/bugzilla/docs/en/rst/administering/quips.rst
+share/bugzilla/docs/en/rst/administering/users.rst
+share/bugzilla/docs/en/rst/administering/whining.rst
+share/bugzilla/docs/en/rst/administering/workflow.rst
+share/bugzilla/docs/en/rst/api/core/v1/attachment.rst
+share/bugzilla/docs/en/rst/api/core/v1/bug-user-last-visit.rst
+share/bugzilla/docs/en/rst/api/core/v1/bug.rst
+share/bugzilla/docs/en/rst/api/core/v1/bugzilla.rst
+share/bugzilla/docs/en/rst/api/core/v1/classification.rst
+share/bugzilla/docs/en/rst/api/core/v1/comment.rst
+share/bugzilla/docs/en/rst/api/core/v1/component.rst
+share/bugzilla/docs/en/rst/api/core/v1/field.rst
+share/bugzilla/docs/en/rst/api/core/v1/flagtype.rst
+share/bugzilla/docs/en/rst/api/core/v1/general.rst
+share/bugzilla/docs/en/rst/api/core/v1/group.rst
+share/bugzilla/docs/en/rst/api/core/v1/index.rst
+share/bugzilla/docs/en/rst/api/core/v1/product.rst
+share/bugzilla/docs/en/rst/api/core/v1/user.rst
+share/bugzilla/docs/en/rst/api/index.rst
+share/bugzilla/docs/en/rst/conf.py
+share/bugzilla/docs/en/rst/index.rst
+share/bugzilla/docs/en/rst/installing/apache-windows.rst
+share/bugzilla/docs/en/rst/installing/apache.rst
+share/bugzilla/docs/en/rst/installing/backups.rst
+share/bugzilla/docs/en/rst/installing/db_server.rst
+share/bugzilla/docs/en/rst/installing/essential-post-install-config.rst
+share/bugzilla/docs/en/rst/installing/iis.rst
+share/bugzilla/docs/en/rst/installing/index.rst
+share/bugzilla/docs/en/rst/installing/installing-end.inc.rst
+share/bugzilla/docs/en/rst/installing/linux.rst
+share/bugzilla/docs/en/rst/installing/mac-os-x.rst
+share/bugzilla/docs/en/rst/installing/merging-accounts.rst
+share/bugzilla/docs/en/rst/installing/migrating-from-1.inc.rst
+share/bugzilla/docs/en/rst/installing/migrating-from-2.inc.rst
+share/bugzilla/docs/en/rst/installing/migrating-from-a-tarball.rst
+share/bugzilla/docs/en/rst/installing/migrating-from-bzr.rst
+share/bugzilla/docs/en/rst/installing/migrating-from-cvs.rst
+share/bugzilla/docs/en/rst/installing/migrating.rst
+share/bugzilla/docs/en/rst/installing/moving.rst
+share/bugzilla/docs/en/rst/installing/multiple-bugzillas.rst
+share/bugzilla/docs/en/rst/installing/mysql.rst
+share/bugzilla/docs/en/rst/installing/optional-post-install-config.rst
+share/bugzilla/docs/en/rst/installing/oracle.rst
+share/bugzilla/docs/en/rst/installing/postgresql.rst
+share/bugzilla/docs/en/rst/installing/quick-start.rst
+share/bugzilla/docs/en/rst/installing/sanity-check.rst
+share/bugzilla/docs/en/rst/installing/sqlite.rst
+share/bugzilla/docs/en/rst/installing/upgrading-customizations.rst
+share/bugzilla/docs/en/rst/installing/upgrading-with-1.inc.rst
+share/bugzilla/docs/en/rst/installing/upgrading-with-2.inc.rst
+share/bugzilla/docs/en/rst/installing/upgrading-with-a-tarball.rst
+share/bugzilla/docs/en/rst/installing/upgrading-with-git.rst
+share/bugzilla/docs/en/rst/installing/upgrading.rst
+share/bugzilla/docs/en/rst/installing/web_server.rst
+share/bugzilla/docs/en/rst/installing/windows.rst
+share/bugzilla/docs/en/rst/integrating/apis.rst
+share/bugzilla/docs/en/rst/integrating/extensions.rst
+share/bugzilla/docs/en/rst/integrating/faq.rst
+share/bugzilla/docs/en/rst/integrating/index.rst
+share/bugzilla/docs/en/rst/integrating/languages.rst
+share/bugzilla/docs/en/rst/integrating/skins.rst
+share/bugzilla/docs/en/rst/integrating/templates.rst
+share/bugzilla/docs/en/rst/style.rst
+share/bugzilla/docs/en/rst/using/creating-an-account.rst
+share/bugzilla/docs/en/rst/using/editing.rst
+share/bugzilla/docs/en/rst/using/extensions.rst
+share/bugzilla/docs/en/rst/using/filing.rst
+share/bugzilla/docs/en/rst/using/finding.rst
+share/bugzilla/docs/en/rst/using/index.rst
+share/bugzilla/docs/en/rst/using/preferences.rst
+share/bugzilla/docs/en/rst/using/reports-and-charts.rst
+share/bugzilla/docs/en/rst/using/tips.rst
+share/bugzilla/docs/en/rst/using/understanding.rst
+share/bugzilla/docs/lib/Pod/Simple/HTML/Bugzilla.pm
+share/bugzilla/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+share/bugzilla/docs/makedocs.pl
+share/bugzilla/docs/style.css
+share/bugzilla/duplicates.cgi
+share/bugzilla/editclassifications.cgi
+share/bugzilla/editcomponents.cgi
+share/bugzilla/editfields.cgi
+share/bugzilla/editflagtypes.cgi
+share/bugzilla/editgroups.cgi
+share/bugzilla/editkeywords.cgi
+share/bugzilla/editmilestones.cgi
+share/bugzilla/editparams.cgi
+share/bugzilla/editproducts.cgi
+share/bugzilla/editsettings.cgi
+share/bugzilla/editusers.cgi
+share/bugzilla/editvalues.cgi
+share/bugzilla/editversions.cgi
+share/bugzilla/editwhines.cgi
+share/bugzilla/editworkflow.cgi
+share/bugzilla/email_in.pl
+share/bugzilla/enter_bug.cgi
+share/bugzilla/favicon.ico
+share/bugzilla/images/csv.png
+share/bugzilla/images/ical.png
+share/bugzilla/images/padlock.png
+share/bugzilla/images/rss.png
+share/bugzilla/images/rss_small.png
+share/bugzilla/images/xml.png
+share/bugzilla/importxml.pl
+share/bugzilla/index.cgi
+share/bugzilla/install-module.pl
+share/bugzilla/jobqueue.pl
+share/bugzilla/js/TUI.js
+share/bugzilla/js/attachment.js
+share/bugzilla/js/bug.js
+share/bugzilla/js/change-columns.js
+share/bugzilla/js/comment-tagging.js
+share/bugzilla/js/comments.js
+share/bugzilla/js/custom-search.js
+share/bugzilla/js/expanding-tree.js
+share/bugzilla/js/field.js
+share/bugzilla/js/flag.js
+share/bugzilla/js/global.js
+share/bugzilla/js/history.js/license.txt
+share/bugzilla/js/history.js/native.history.js
+share/bugzilla/js/history.js/readme.txt
+share/bugzilla/js/params.js
+share/bugzilla/js/productform.js
+share/bugzilla/js/util.js
+share/bugzilla/js/yui/animation/animation-min.js
+share/bugzilla/js/yui/assets/skins/sam/ajax-loader.gif
+share/bugzilla/js/yui/assets/skins/sam/asc.gif
+share/bugzilla/js/yui/assets/skins/sam/autocomplete.css
+share/bugzilla/js/yui/assets/skins/sam/back-h.png
+share/bugzilla/js/yui/assets/skins/sam/back-v.png
+share/bugzilla/js/yui/assets/skins/sam/bar-h.png
+share/bugzilla/js/yui/assets/skins/sam/bar-v.png
+share/bugzilla/js/yui/assets/skins/sam/bg-h.gif
+share/bugzilla/js/yui/assets/skins/sam/bg-v.gif
+share/bugzilla/js/yui/assets/skins/sam/blankimage.png
+share/bugzilla/js/yui/assets/skins/sam/button.css
+share/bugzilla/js/yui/assets/skins/sam/calendar.css
+share/bugzilla/js/yui/assets/skins/sam/carousel.css
+share/bugzilla/js/yui/assets/skins/sam/check0.gif
+share/bugzilla/js/yui/assets/skins/sam/check1.gif
+share/bugzilla/js/yui/assets/skins/sam/check2.gif
+share/bugzilla/js/yui/assets/skins/sam/colorpicker.css
+share/bugzilla/js/yui/assets/skins/sam/container.css
+share/bugzilla/js/yui/assets/skins/sam/datatable.css
+share/bugzilla/js/yui/assets/skins/sam/desc.gif
+share/bugzilla/js/yui/assets/skins/sam/dt-arrow-dn.png
+share/bugzilla/js/yui/assets/skins/sam/dt-arrow-up.png
+share/bugzilla/js/yui/assets/skins/sam/editor-knob.gif
+share/bugzilla/js/yui/assets/skins/sam/editor-sprite-active.gif
+share/bugzilla/js/yui/assets/skins/sam/editor-sprite.gif
+share/bugzilla/js/yui/assets/skins/sam/editor.css
+share/bugzilla/js/yui/assets/skins/sam/header_background.png
+share/bugzilla/js/yui/assets/skins/sam/hue_bg.png
+share/bugzilla/js/yui/assets/skins/sam/imagecropper.css
+share/bugzilla/js/yui/assets/skins/sam/layout.css
+share/bugzilla/js/yui/assets/skins/sam/layout_sprite.png
+share/bugzilla/js/yui/assets/skins/sam/loading.gif
+share/bugzilla/js/yui/assets/skins/sam/logger.css
+share/bugzilla/js/yui/assets/skins/sam/menu-button-arrow-disabled.png
+share/bugzilla/js/yui/assets/skins/sam/menu-button-arrow.png
+share/bugzilla/js/yui/assets/skins/sam/menu.css
+share/bugzilla/js/yui/assets/skins/sam/menubaritem_submenuindicator.png
+share/bugzilla/js/yui/assets/skins/sam/menubaritem_submenuindicator_disabled.png
+share/bugzilla/js/yui/assets/skins/sam/menuitem_checkbox.png
+share/bugzilla/js/yui/assets/skins/sam/menuitem_checkbox_disabled.png
+share/bugzilla/js/yui/assets/skins/sam/menuitem_submenuindicator.png
+share/bugzilla/js/yui/assets/skins/sam/menuitem_submenuindicator_disabled.png
+share/bugzilla/js/yui/assets/skins/sam/paginator.css
+share/bugzilla/js/yui/assets/skins/sam/picker_mask.png
+share/bugzilla/js/yui/assets/skins/sam/profilerviewer.css
+share/bugzilla/js/yui/assets/skins/sam/progressbar.css
+share/bugzilla/js/yui/assets/skins/sam/resize.css
+share/bugzilla/js/yui/assets/skins/sam/simpleeditor.css
+share/bugzilla/js/yui/assets/skins/sam/slider.css
+share/bugzilla/js/yui/assets/skins/sam/split-button-arrow-active.png
+share/bugzilla/js/yui/assets/skins/sam/split-button-arrow-disabled.png
+share/bugzilla/js/yui/assets/skins/sam/split-button-arrow-focus.png
+share/bugzilla/js/yui/assets/skins/sam/split-button-arrow-hover.png
+share/bugzilla/js/yui/assets/skins/sam/split-button-arrow.png
+share/bugzilla/js/yui/assets/skins/sam/sprite.png
+share/bugzilla/js/yui/assets/skins/sam/tabview.css
+share/bugzilla/js/yui/assets/skins/sam/treeview-loading.gif
+share/bugzilla/js/yui/assets/skins/sam/treeview-sprite.gif
+share/bugzilla/js/yui/assets/skins/sam/treeview.css
+share/bugzilla/js/yui/assets/skins/sam/wait.gif
+share/bugzilla/js/yui/assets/skins/sam/yuitest.css
+share/bugzilla/js/yui/autocomplete/autocomplete-min.js
+share/bugzilla/js/yui/base/base-min.css
+share/bugzilla/js/yui/base/base.css
+share/bugzilla/js/yui/button/button-min.js
+share/bugzilla/js/yui/calendar/calendar-min.js
+share/bugzilla/js/yui/carousel/carousel-min.js
+share/bugzilla/js/yui/charts/charts-min.js
+share/bugzilla/js/yui/colorpicker/colorpicker-min.js
+share/bugzilla/js/yui/connection/connection-min.js
+share/bugzilla/js/yui/connection/connection.swf
+share/bugzilla/js/yui/connection/connection_core-min.js
+share/bugzilla/js/yui/container/container-min.js
+share/bugzilla/js/yui/container/container_core-min.js
+share/bugzilla/js/yui/cookie/cookie-min.js
+share/bugzilla/js/yui/datasource/datasource-min.js
+share/bugzilla/js/yui/datatable/datatable-min.js
+share/bugzilla/js/yui/datemath/datemath-min.js
+share/bugzilla/js/yui/dom/dom-min.js
+share/bugzilla/js/yui/dragdrop/dragdrop-min.js
+share/bugzilla/js/yui/element-delegate/element-delegate-min.js
+share/bugzilla/js/yui/element/element-min.js
+share/bugzilla/js/yui/event-delegate/event-delegate-min.js
+share/bugzilla/js/yui/event-mouseenter/event-mouseenter-min.js
+share/bugzilla/js/yui/event-simulate/event-simulate-min.js
+share/bugzilla/js/yui/event/event-min.js
+share/bugzilla/js/yui/fonts/fonts-min.css
+share/bugzilla/js/yui/fonts/fonts.css
+share/bugzilla/js/yui/get/get-min.js
+share/bugzilla/js/yui/grids/grids-min.css
+share/bugzilla/js/yui/grids/grids.css
+share/bugzilla/js/yui/history/history-min.js
+share/bugzilla/js/yui/imagecropper/imagecropper-min.js
+share/bugzilla/js/yui/imageloader/imageloader-min.js
+share/bugzilla/js/yui/json/json-min.js
+share/bugzilla/js/yui/layout/layout-min.js
+share/bugzilla/js/yui/logger/logger-min.js
+share/bugzilla/js/yui/menu/menu-min.js
+share/bugzilla/js/yui/paginator/paginator-min.js
+share/bugzilla/js/yui/profiler/profiler-min.js
+share/bugzilla/js/yui/profilerviewer/profilerviewer-min.js
+share/bugzilla/js/yui/progressbar/progressbar-min.js
+share/bugzilla/js/yui/reset-fonts-grids/reset-fonts-grids.css
+share/bugzilla/js/yui/reset-fonts/reset-fonts.css
+share/bugzilla/js/yui/reset/reset-min.css
+share/bugzilla/js/yui/reset/reset.css
+share/bugzilla/js/yui/resize/resize-min.js
+share/bugzilla/js/yui/selector/selector-min.js
+share/bugzilla/js/yui/slider/slider-min.js
+share/bugzilla/js/yui/storage/storage-min.js
+share/bugzilla/js/yui/stylesheet/stylesheet-min.js
+share/bugzilla/js/yui/swf/swf-min.js
+share/bugzilla/js/yui/swfdetect/swfdetect-min.js
+share/bugzilla/js/yui/swfstore/swfstore-min.js
+share/bugzilla/js/yui/swfstore/swfstore.swf
+share/bugzilla/js/yui/tabview/tabview-min.js
+share/bugzilla/js/yui/treeview/treeview-min.js
+share/bugzilla/js/yui/uploader/uploader-min.js
+share/bugzilla/js/yui/yahoo-dom-event/yahoo-dom-event.js
+share/bugzilla/js/yui/yahoo/yahoo-min.js
+share/bugzilla/js/yui/yuiloader/yuiloader-min.js
+share/bugzilla/js/yui/yuitest/yuitest-min.js
+share/bugzilla/js/yui/yuitest/yuitest_core-min.js
+share/bugzilla/jsonrpc.cgi
+share/bugzilla/migrate.pl
+share/bugzilla/mod_perl.pl
+share/bugzilla/page.cgi
+share/bugzilla/post_bug.cgi
+share/bugzilla/process_bug.cgi
+share/bugzilla/query.cgi
+share/bugzilla/quips.cgi
+share/bugzilla/relogin.cgi
+share/bugzilla/report.cgi
+share/bugzilla/reports.cgi
+share/bugzilla/request.cgi
+share/bugzilla/rest.cgi
+share/bugzilla/robots.txt
+share/bugzilla/runtests.pl
+share/bugzilla/sanitycheck.cgi
+share/bugzilla/sanitycheck.pl
+share/bugzilla/search_plugin.cgi
+share/bugzilla/show_activity.cgi
+share/bugzilla/show_bug.cgi
+share/bugzilla/showdependencygraph.cgi
+share/bugzilla/showdependencytree.cgi
+share/bugzilla/summarize_time.cgi
+share/bugzilla/template/en/default/account/auth/login-small.html.tmpl
+share/bugzilla/template/en/default/account/auth/login.html.tmpl
+share/bugzilla/template/en/default/account/cancel-token.txt.tmpl
+share/bugzilla/template/en/default/account/create.html.tmpl
+share/bugzilla/template/en/default/account/created.html.tmpl
+share/bugzilla/template/en/default/account/email/change-new.txt.tmpl
+share/bugzilla/template/en/default/account/email/change-old.txt.tmpl
+share/bugzilla/template/en/default/account/email/confirm-new.html.tmpl
+share/bugzilla/template/en/default/account/email/confirm.html.tmpl
+share/bugzilla/template/en/default/account/email/request-new.txt.tmpl
+share/bugzilla/template/en/default/account/password/forgotten-password.txt.tmpl
+share/bugzilla/template/en/default/account/password/set-forgotten-password.html.tmpl
+share/bugzilla/template/en/default/account/prefs/account.html.tmpl
+share/bugzilla/template/en/default/account/prefs/apikey.html.tmpl
+share/bugzilla/template/en/default/account/prefs/email.html.tmpl
+share/bugzilla/template/en/default/account/prefs/permissions.html.tmpl
+share/bugzilla/template/en/default/account/prefs/prefs.html.tmpl
+share/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl
+share/bugzilla/template/en/default/account/prefs/settings.html.tmpl
+share/bugzilla/template/en/default/account/profile-activity.html.tmpl
+share/bugzilla/template/en/default/admin/admin.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/add.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/del.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/edit-common.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/edit.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/footer.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/reclassify.html.tmpl
+share/bugzilla/template/en/default/admin/classifications/select.html.tmpl
+share/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/components/create.html.tmpl
+share/bugzilla/template/en/default/admin/components/edit-common.html.tmpl
+share/bugzilla/template/en/default/admin/components/edit.html.tmpl
+share/bugzilla/template/en/default/admin/components/footer.html.tmpl
+share/bugzilla/template/en/default/admin/components/list.html.tmpl
+share/bugzilla/template/en/default/admin/components/select-product.html.tmpl
+share/bugzilla/template/en/default/admin/confirm-action.html.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/cf-js.js.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/create.html.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/edit-common.html.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl
+share/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/create.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/edit.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/footer.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/list.html.tmpl
+share/bugzilla/template/en/default/admin/fieldvalues/select-field.html.tmpl
+share/bugzilla/template/en/default/admin/flag-type/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl
+share/bugzilla/template/en/default/admin/flag-type/list.html.tmpl
+share/bugzilla/template/en/default/admin/groups/confirm-remove.html.tmpl
+share/bugzilla/template/en/default/admin/groups/create.html.tmpl
+share/bugzilla/template/en/default/admin/groups/delete.html.tmpl
+share/bugzilla/template/en/default/admin/groups/edit.html.tmpl
+share/bugzilla/template/en/default/admin/groups/list.html.tmpl
+share/bugzilla/template/en/default/admin/keywords/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/keywords/create.html.tmpl
+share/bugzilla/template/en/default/admin/keywords/edit.html.tmpl
+share/bugzilla/template/en/default/admin/keywords/list.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/create.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/edit.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/footer.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/list.html.tmpl
+share/bugzilla/template/en/default/admin/milestones/select-product.html.tmpl
+share/bugzilla/template/en/default/admin/params/admin.html.tmpl
+share/bugzilla/template/en/default/admin/params/advanced.html.tmpl
+share/bugzilla/template/en/default/admin/params/attachment.html.tmpl
+share/bugzilla/template/en/default/admin/params/auth.html.tmpl
+share/bugzilla/template/en/default/admin/params/bugchange.html.tmpl
+share/bugzilla/template/en/default/admin/params/bugfields.html.tmpl
+share/bugzilla/template/en/default/admin/params/common.html.tmpl
+share/bugzilla/template/en/default/admin/params/core.html.tmpl
+share/bugzilla/template/en/default/admin/params/dependencygraph.html.tmpl
+share/bugzilla/template/en/default/admin/params/editparams.html.tmpl
+share/bugzilla/template/en/default/admin/params/general.html.tmpl
+share/bugzilla/template/en/default/admin/params/groupsecurity.html.tmpl
+share/bugzilla/template/en/default/admin/params/index.html.tmpl
+share/bugzilla/template/en/default/admin/params/ldap.html.tmpl
+share/bugzilla/template/en/default/admin/params/memcached.html.tmpl
+share/bugzilla/template/en/default/admin/params/mta.html.tmpl
+share/bugzilla/template/en/default/admin/params/query.html.tmpl
+share/bugzilla/template/en/default/admin/params/radius.html.tmpl
+share/bugzilla/template/en/default/admin/params/shadowdb.html.tmpl
+share/bugzilla/template/en/default/admin/params/usermatch.html.tmpl
+share/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/products/create.html.tmpl
+share/bugzilla/template/en/default/admin/products/edit-common.html.tmpl
+share/bugzilla/template/en/default/admin/products/edit.html.tmpl
+share/bugzilla/template/en/default/admin/products/footer.html.tmpl
+share/bugzilla/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+share/bugzilla/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+share/bugzilla/template/en/default/admin/products/groupcontrol/updated.html.tmpl
+share/bugzilla/template/en/default/admin/products/list-classifications.html.tmpl
+share/bugzilla/template/en/default/admin/products/list.html.tmpl
+share/bugzilla/template/en/default/admin/products/updated.html.tmpl
+share/bugzilla/template/en/default/admin/sanitycheck/list.html.tmpl
+share/bugzilla/template/en/default/admin/sanitycheck/messages.html.tmpl
+share/bugzilla/template/en/default/admin/settings/edit.html.tmpl
+share/bugzilla/template/en/default/admin/sudo.html.tmpl
+share/bugzilla/template/en/default/admin/table.html.tmpl
+share/bugzilla/template/en/default/admin/users/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/users/create.html.tmpl
+share/bugzilla/template/en/default/admin/users/edit.html.tmpl
+share/bugzilla/template/en/default/admin/users/list.html.tmpl
+share/bugzilla/template/en/default/admin/users/listselectvars.html.tmpl
+share/bugzilla/template/en/default/admin/users/responsibilities.html.tmpl
+share/bugzilla/template/en/default/admin/users/search.html.tmpl
+share/bugzilla/template/en/default/admin/users/userdata.html.tmpl
+share/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/admin/versions/create.html.tmpl
+share/bugzilla/template/en/default/admin/versions/edit.html.tmpl
+share/bugzilla/template/en/default/admin/versions/footer.html.tmpl
+share/bugzilla/template/en/default/admin/versions/list.html.tmpl
+share/bugzilla/template/en/default/admin/versions/select-product.html.tmpl
+share/bugzilla/template/en/default/admin/workflow/comment.html.tmpl
+share/bugzilla/template/en/default/admin/workflow/edit.html.tmpl
+share/bugzilla/template/en/default/attachment/choose.html.tmpl
+share/bugzilla/template/en/default/attachment/confirm-delete.html.tmpl
+share/bugzilla/template/en/default/attachment/create.html.tmpl
+share/bugzilla/template/en/default/attachment/created.html.tmpl
+share/bugzilla/template/en/default/attachment/createformcontents.html.tmpl
+share/bugzilla/template/en/default/attachment/delete_reason.txt.tmpl
+share/bugzilla/template/en/default/attachment/diff-file.html.tmpl
+share/bugzilla/template/en/default/attachment/diff-footer.html.tmpl
+share/bugzilla/template/en/default/attachment/diff-header.html.tmpl
+share/bugzilla/template/en/default/attachment/edit.html.tmpl
+share/bugzilla/template/en/default/attachment/list.html.tmpl
+share/bugzilla/template/en/default/attachment/midair.html.tmpl
+share/bugzilla/template/en/default/attachment/show-multiple.html.tmpl
+share/bugzilla/template/en/default/attachment/updated.html.tmpl
+share/bugzilla/template/en/default/bug/activity/show.html.tmpl
+share/bugzilla/template/en/default/bug/activity/table.html.tmpl
+share/bugzilla/template/en/default/bug/choose.html.tmpl
+share/bugzilla/template/en/default/bug/comment.html.tmpl
+share/bugzilla/template/en/default/bug/comments.html.tmpl
+share/bugzilla/template/en/default/bug/create/comment-guided.txt.tmpl
+share/bugzilla/template/en/default/bug/create/comment.txt.tmpl
+share/bugzilla/template/en/default/bug/create/create-guided.html.tmpl
+share/bugzilla/template/en/default/bug/create/create.html.tmpl
+share/bugzilla/template/en/default/bug/create/created.html.tmpl
+share/bugzilla/template/en/default/bug/create/make-template.html.tmpl
+share/bugzilla/template/en/default/bug/create/user-message.html.tmpl
+share/bugzilla/template/en/default/bug/dependency-graph.html.tmpl
+share/bugzilla/template/en/default/bug/dependency-tree.html.tmpl
+share/bugzilla/template/en/default/bug/edit.html.tmpl
+share/bugzilla/template/en/default/bug/field-events.js.tmpl
+share/bugzilla/template/en/default/bug/field-help.none.tmpl
+share/bugzilla/template/en/default/bug/field-label.html.tmpl
+share/bugzilla/template/en/default/bug/field.html.tmpl
+share/bugzilla/template/en/default/bug/format_comment.txt.tmpl
+share/bugzilla/template/en/default/bug/knob.html.tmpl
+share/bugzilla/template/en/default/bug/link.html.tmpl
+share/bugzilla/template/en/default/bug/navigate.html.tmpl
+share/bugzilla/template/en/default/bug/process/bugmail.html.tmpl
+share/bugzilla/template/en/default/bug/process/confirm-duplicate.html.tmpl
+share/bugzilla/template/en/default/bug/process/header.html.tmpl
+share/bugzilla/template/en/default/bug/process/midair.html.tmpl
+share/bugzilla/template/en/default/bug/process/results.html.tmpl
+share/bugzilla/template/en/default/bug/process/verify-new-product.html.tmpl
+share/bugzilla/template/en/default/bug/show-header.html.tmpl
+share/bugzilla/template/en/default/bug/show-multiple.html.tmpl
+share/bugzilla/template/en/default/bug/show.html.tmpl
+share/bugzilla/template/en/default/bug/show.xml.tmpl
+share/bugzilla/template/en/default/bug/summarize-time.html.tmpl
+share/bugzilla/template/en/default/bug/time.html.tmpl
+share/bugzilla/template/en/default/config.js.tmpl
+share/bugzilla/template/en/default/config.rdf.tmpl
+share/bugzilla/template/en/default/email/bugmail-common.txt.tmpl
+share/bugzilla/template/en/default/email/bugmail-header.txt.tmpl
+share/bugzilla/template/en/default/email/bugmail.html.tmpl
+share/bugzilla/template/en/default/email/bugmail.txt.tmpl
+share/bugzilla/template/en/default/email/flagmail.txt.tmpl
+share/bugzilla/template/en/default/email/header-common.txt.tmpl
+share/bugzilla/template/en/default/email/lockout.txt.tmpl
+share/bugzilla/template/en/default/email/new-api-key.txt.tmpl
+share/bugzilla/template/en/default/email/new-user-details.txt.tmpl
+share/bugzilla/template/en/default/email/sanitycheck.txt.tmpl
+share/bugzilla/template/en/default/email/sudo.txt.tmpl
+share/bugzilla/template/en/default/email/whine.txt.tmpl
+share/bugzilla/template/en/default/extensions/config.pm.tmpl
+share/bugzilla/template/en/default/extensions/extension.pm.tmpl
+share/bugzilla/template/en/default/extensions/hook-readme.txt.tmpl
+share/bugzilla/template/en/default/extensions/index-admin.rst.tmpl
+share/bugzilla/template/en/default/extensions/index-user.rst.tmpl
+share/bugzilla/template/en/default/extensions/license.txt.tmpl
+share/bugzilla/template/en/default/extensions/name-readme.txt.tmpl
+share/bugzilla/template/en/default/extensions/util.pm.tmpl
+share/bugzilla/template/en/default/extensions/web-readme.txt.tmpl
+share/bugzilla/template/en/default/filterexceptions.pl
+share/bugzilla/template/en/default/flag/list.html.tmpl
+share/bugzilla/template/en/default/global/banner.html.tmpl
+share/bugzilla/template/en/default/global/calendar.js.tmpl
+share/bugzilla/template/en/default/global/choose-classification.html.tmpl
+share/bugzilla/template/en/default/global/choose-product.html.tmpl
+share/bugzilla/template/en/default/global/code-error.html.tmpl
+share/bugzilla/template/en/default/global/common-links.html.tmpl
+share/bugzilla/template/en/default/global/confirm-action.html.tmpl
+share/bugzilla/template/en/default/global/confirm-user-match.html.tmpl
+share/bugzilla/template/en/default/global/docslinks.html.tmpl
+share/bugzilla/template/en/default/global/field-descs.none.tmpl
+share/bugzilla/template/en/default/global/footer.html.tmpl
+share/bugzilla/template/en/default/global/header.html.tmpl
+share/bugzilla/template/en/default/global/hidden-fields.html.tmpl
+share/bugzilla/template/en/default/global/js-products.html.tmpl
+share/bugzilla/template/en/default/global/message.html.tmpl
+share/bugzilla/template/en/default/global/message.txt.tmpl
+share/bugzilla/template/en/default/global/messages.html.tmpl
+share/bugzilla/template/en/default/global/product-select.html.tmpl
+share/bugzilla/template/en/default/global/reason-descs.none.tmpl
+share/bugzilla/template/en/default/global/select-menu.html.tmpl
+share/bugzilla/template/en/default/global/setting-descs.none.tmpl
+share/bugzilla/template/en/default/global/tabs.html.tmpl
+share/bugzilla/template/en/default/global/textarea.html.tmpl
+share/bugzilla/template/en/default/global/useful-links.html.tmpl
+share/bugzilla/template/en/default/global/user-error.html.tmpl
+share/bugzilla/template/en/default/global/user.html.tmpl
+share/bugzilla/template/en/default/global/userselect.html.tmpl
+share/bugzilla/template/en/default/global/value-descs.js.tmpl
+share/bugzilla/template/en/default/global/value-descs.none.tmpl
+share/bugzilla/template/en/default/global/variables.none.tmpl
+share/bugzilla/template/en/default/index.html.tmpl
+share/bugzilla/template/en/default/list/change-columns.html.tmpl
+share/bugzilla/template/en/default/list/edit-multiple.html.tmpl
+share/bugzilla/template/en/default/list/list-simple.html.tmpl
+share/bugzilla/template/en/default/list/list.atom.tmpl
+share/bugzilla/template/en/default/list/list.csv.tmpl
+share/bugzilla/template/en/default/list/list.html.tmpl
+share/bugzilla/template/en/default/list/list.ics.tmpl
+share/bugzilla/template/en/default/list/list.rdf.tmpl
+share/bugzilla/template/en/default/list/quips.html.tmpl
+share/bugzilla/template/en/default/list/server-push.html.tmpl
+share/bugzilla/template/en/default/list/table.html.tmpl
+share/bugzilla/template/en/default/pages/bug-writing.html.tmpl
+share/bugzilla/template/en/default/pages/bugzilla.dtd.tmpl
+share/bugzilla/template/en/default/pages/fields.html.tmpl
+share/bugzilla/template/en/default/pages/linked.html.tmpl
+share/bugzilla/template/en/default/pages/linkify.html.tmpl
+share/bugzilla/template/en/default/pages/quicksearch.html.tmpl
+share/bugzilla/template/en/default/pages/release-notes.html.tmpl
+share/bugzilla/template/en/default/pages/sudo.html.tmpl
+share/bugzilla/template/en/default/reports/chart.csv.tmpl
+share/bugzilla/template/en/default/reports/chart.html.tmpl
+share/bugzilla/template/en/default/reports/chart.png.tmpl
+share/bugzilla/template/en/default/reports/components.html.tmpl
+share/bugzilla/template/en/default/reports/create-chart.html.tmpl
+share/bugzilla/template/en/default/reports/delete-series.html.tmpl
+share/bugzilla/template/en/default/reports/duplicates-simple.html.tmpl
+share/bugzilla/template/en/default/reports/duplicates-table.html.tmpl
+share/bugzilla/template/en/default/reports/duplicates.html.tmpl
+share/bugzilla/template/en/default/reports/edit-series.html.tmpl
+share/bugzilla/template/en/default/reports/keywords.html.tmpl
+share/bugzilla/template/en/default/reports/menu.html.tmpl
+share/bugzilla/template/en/default/reports/old-charts.html.tmpl
+share/bugzilla/template/en/default/reports/report-bar.png.tmpl
+share/bugzilla/template/en/default/reports/report-line.png.tmpl
+share/bugzilla/template/en/default/reports/report-pie.png.tmpl
+share/bugzilla/template/en/default/reports/report-simple.html.tmpl
+share/bugzilla/template/en/default/reports/report-table.csv.tmpl
+share/bugzilla/template/en/default/reports/report-table.html.tmpl
+share/bugzilla/template/en/default/reports/report.csv.tmpl
+share/bugzilla/template/en/default/reports/report.html.tmpl
+share/bugzilla/template/en/default/reports/series-common.html.tmpl
+share/bugzilla/template/en/default/reports/series.html.tmpl
+share/bugzilla/template/en/default/request/queue.csv.tmpl
+share/bugzilla/template/en/default/request/queue.html.tmpl
+share/bugzilla/template/en/default/rest.html.tmpl
+share/bugzilla/template/en/default/search/boolean-charts.html.tmpl
+share/bugzilla/template/en/default/search/field.html.tmpl
+share/bugzilla/template/en/default/search/form.html.tmpl
+share/bugzilla/template/en/default/search/knob.html.tmpl
+share/bugzilla/template/en/default/search/search-advanced.html.tmpl
+share/bugzilla/template/en/default/search/search-create-series.html.tmpl
+share/bugzilla/template/en/default/search/search-plugin.xml.tmpl
+share/bugzilla/template/en/default/search/search-report-graph.html.tmpl
+share/bugzilla/template/en/default/search/search-report-select.html.tmpl
+share/bugzilla/template/en/default/search/search-report-table.html.tmpl
+share/bugzilla/template/en/default/search/search-specific.html.tmpl
+share/bugzilla/template/en/default/search/tabs.html.tmpl
+share/bugzilla/template/en/default/search/type-select.html.tmpl
+share/bugzilla/template/en/default/setup/strings.txt.pl
+share/bugzilla/template/en/default/welcome-admin.html.tmpl
+share/bugzilla/template/en/default/whine/header.txt.tmpl
+share/bugzilla/template/en/default/whine/mail.html.tmpl
+share/bugzilla/template/en/default/whine/mail.txt.tmpl
+share/bugzilla/template/en/default/whine/schedule.html.tmpl
+share/bugzilla/testagent.cgi
+share/bugzilla/testserver.pl
+share/bugzilla/token.cgi
+share/bugzilla/userprefs.cgi
+share/bugzilla/votes.cgi
+share/bugzilla/whine.pl
+share/bugzilla/whineatnews.pl
+share/bugzilla/xmlrpc.cgi
+share/doc/bugzilla/README
+share/examples/bugzilla/bugzilla.conf
+share/examples/bugzilla/localconfig
diff --git a/bugzilla/TODO b/bugzilla/TODO
new file mode 100644
index 0000000..095aa4c
--- /dev/null
+++ b/bugzilla/TODO
@@ -0,0 +1,6 @@
+TODO
+ - Just packaged. Function is not tested yet
+ - Some unnecessary comments line in Makefile
+ - options.mk is not checked
+ - bugzilla.conf and localconfig are NOT checked
+ - options gets too many pkglint warning
diff --git a/bugzilla/distinfo b/bugzilla/distinfo
new file mode 100644
index 0000000..1e3e82e
--- /dev/null
+++ b/bugzilla/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.11 2017/01/16 14:06:43 mef Exp $
+
+SHA1 (bugzilla-5.0.3.tar.gz) = 49b4b2b1b3086cb9b75f65138e702da71dc29c93
+RMD160 (bugzilla-5.0.3.tar.gz) = f48c7e903a9984d9bf95b969dba3b8d0b4ba4cb2
+SHA512 (bugzilla-5.0.3.tar.gz) = 82334533bd75a4a5eee5213826da916175ecf39cbfd1c4d820519f015257b02998a3acd881f8f52c1650d1140158c8aa839e374574a1fa862a6a4a1351748c46
+Size (bugzilla-5.0.3.tar.gz) = 4069689 bytes
diff --git a/bugzilla/files/bugzilla.conf b/bugzilla/files/bugzilla.conf
new file mode 100644
index 0000000..ef07221
--- /dev/null
+++ b/bugzilla/files/bugzilla.conf
@@ -0,0 +1,15 @@
+# $NetBSD: bugzilla.conf,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $
+#
+# Bugzilla configuration file fragment for Apache
+
+<IfModule mod_alias.c>
+    Alias /bugzilla/ "@BZDIR@/"
+</IfModule>
+
+<Directory "@BZDIR@">
+    AddHandler cgi-script .cgi
+    Options +ExecCGI
+    AllowOverride Limit
+    Order allow,deny
+    Allow from all
+</Directory>
diff --git a/bugzilla/files/localconfig b/bugzilla/files/localconfig
new file mode 100644
index 0000000..7a9d10f
--- /dev/null
+++ b/bugzilla/files/localconfig
@@ -0,0 +1,90 @@
+
+# If you are using Apache as your web server, Bugzilla can create .htaccess
+# files for you that will instruct Apache not to serve files that shouldn't
+# be accessed from the web (like your local configuration data and non-cgi
+# executable files).  For this to work, the directory your Bugzilla
+# installation is in must be within the jurisdiction of a <Directory> block
+# in the httpd.conf file that has 'AllowOverride Limit' in it.  If it has
+# 'AllowOverride All' or other options with Limit, that's fine.
+# (Older Apache installations may use an access.conf file to store these
+# <Directory> blocks.)
+# If this is set to 1, Bugzilla will create these files if they don't exist.
+# If this is set to 0, Bugzilla will not create these files.
+$create_htaccess = 1;
+
+# This is the group your web server runs as.
+# If you have a Windows box, ignore this setting.
+# If you do not have access to the group your web server runs under,
+# set this to "". If you do set this to "", then your Bugzilla installation
+# will be _VERY_ insecure, because some files will be world readable/writable,
+# and so anyone who can get local access to your machine can do whatever they
+# want. You should only have this set to "" if this is a testing installation
+# and you cannot set this up any other way. YOU HAVE BEEN WARNED!
+# If you set this to anything other than "", you will need to run checksetup.pl
+# asroot, or as a user who is a member of the specified group.
+$webservergroup = '@BZ_WEB_GROUP@';
+
+# What SQL database to use. Default is mysql. List of supported databases
+# can be obtained by listing Bugzilla/DB directory - every module corresponds
+# to one supported database and the name corresponds to a driver name.
+$db_driver = '@DBDRIVER@';
+
+# The DNS name of the host that the database server runs on.
+$db_host = 'localhost';
+
+# The name of the database
+$db_name = 'bugs';
+
+# Who we connect to the database as.
+$db_user = 'bugs';
+
+# Enter your database password here. It's normally advisable to specify
+# a password for your bugzilla database user.
+# If you use apostrophe (') or a backslash (\) in your password, you'll
+# need to escape it by preceding it with a '\' character. (\') or (\)
+# (Far simpler just not to use those characters.)
+$db_pass = '';
+
+# Sometimes the database server is running on a non-standard port. If that's
+# the case for your database server, set this to the port number that your
+# database server is running on. Setting this to 0 means "use the default
+# port for my database server."
+$db_port = 0;
+
+# MySQL Only: Enter a path to the unix socket for MySQL. If this is
+# blank, then MySQL's compiled-in default will be used. You probably
+# want that.
+$db_sock = '';
+
+# Should checksetup.pl try to verify that your database setup is correct?
+# (with some combinations of database servers/Perl modules/moonphase this
+# doesn't work)
+$db_check = 1;
+
+# With the introduction of a configurable index page using the
+# template toolkit, Bugzilla's main index page is now index.cgi.
+# Most web servers will allow you to use index.cgi as a directory
+# index, and many come preconfigured that way, but if yours doesn't
+# then you'll need an index.html file that provides redirection
+# to index.cgi. Setting $index_html to 1 below will allow
+# checksetup.pl to create one for you if it doesn't exist.
+# NOTE: checksetup.pl will not replace an existing file, so if you
+#       wish to have checksetup.pl create one for you, you must
+#       make sure that index.html doesn't already exist
+$index_html = 0;
+
+# For some optional functions of Bugzilla (such as the pretty-print patch
+# viewer), we need the cvs binary to access files and revisions.
+# Because it's possible that this program is not in your path, you can specify
+# its location here.  Please specify the full path to the executable.
+$cvsbin = '@CVS@';
+
+# For some optional functions of Bugzilla (such as the pretty-print patch
+# viewer), we need the interdiff binary to make diffs between two patches.
+# Because it's possible that this program is not in your path, you can specify
+# its location here.  Please specify the full path to the executable.
+$interdiffbin = '@PREFIX@/bin/interdiff';
+
+# The interdiff feature needs diff, so we have to have that path.
+# Please specify the directory name only; do not use trailing slash.
+$diffpath = '/usr/bin';
diff --git a/bugzilla/options.mk b/bugzilla/options.mk
new file mode 100644
index 0000000..22fc5f8
--- /dev/null
+++ b/bugzilla/options.mk
@@ -0,0 +1,123 @@
+# $NetBSD: options.mk,v 1.7 2016/07/09 13:21:05 rillig Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.bugzilla
+
+PKG_OPTIONS_REQUIRED_GROUPS=	db
+PKG_OPTIONS_GROUP.db=		mysql pgsql oracle
+
+PKG_SUPPORTED_OPTIONS=	bugzilla-notify bugzilla-graphicalreports
+PKG_SUPPORTED_OPTIONS+=	bugzilla-inboundemail bugzilla-movebugs
+PKG_SUPPORTED_OPTIONS+=	bugzilla-imagemagick bugzilla-patchviewer
+PKG_SUPPORTED_OPTIONS+=	bugzilla-descriptions bugzilla-xmlrpc
+PKG_SUPPORTED_OPTIONS+=	bugzilla-modperl radius
+PKG_SUPPORTED_OPTIONS+=	mysql pgsql oracle ldap sqlite
+PKG_SUGGESTED_OPTIONS=	mysql
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Use mysql or postgresql backend
+###
+.if !empty(PKG_OPTIONS:Mmysql)
+DEPENDS+=	p5-DBD-mysql>=4.000:../../databases/p5-DBD-mysql
+DBDRIVER=	mysql
+.elif !empty(PKG_OPTIONS:Mpgsql)
+DEPENDS+=	p5-DBD-postgresql>=1.45:../../databases/p5-DBD-postgresql
+DBDRIVER=	pg
+.elif !empty(PKG_OPTIONS:Moracle)
+DEPENDS+=	p5-DBD-Oracle>=1.19:../../databases/p5-DBD-Oracle
+DBDRIVER=	oracle
+.elif !empty(PKG_OPTIONS:Msqlite3)
+DEPENDS+=	sqlite3-[0-9]*:../../databases/sqlite3
+DBDRIVER=	oracle
+.endif
+
+###
+### Automatic Update Notifications
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-notify)
+DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
+.endif
+
+###
+### RADIUS authentication
+###
+.if !empty(PKG_OPTIONS:Mradius)
+DEPENDS+=	p5-RadiusPerl-[0-9]*:../../net/p5-RadiusPerl
+.endif
+
+###
+### More HTML in Product/Group Descriptions
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-descriptions)
+DEPENDS+=	p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
+DEPENDS+=	p5-HTML-Parser>=3.40:../../www/p5-HTML-Parser
+.endif
+
+###
+### mod_perl
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-modperl)
+DEPENDS+=	p5-CGI>=3.11:../../www/p5-CGI
+DEPENDS+=	p5-Apache-DBI>=0.96:../../databases/p5-Apache-DBI
+.  if defined(PKG_APACHE)
+.    include "../../www/ap2-perl/buildlink3.mk"
+.  endif
+.endif
+
+###
+### XML-RPC Interface
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-xmlrpc)
+DEPENDS+=	p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
+.endif
+
+###
+### Inbound Email
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-inboundemail)
+DEPENDS+=	p5-Email-MIME-Attachment-Stripper-[0-9]*:../../mail/p5-Email-MIME-Attachment-Stripper
+DEPENDS+=	p5-Email-Reply-[0-9]*:../../mail/p5-Email-Reply
+.endif
+
+###
+### If you want to convert BMP image attachments to PNG to conserve
+### disk space.
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-imagemagick)
+DEPENDS+=	p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
+.endif
+
+###
+### Use OpenLDAP for authentication
+###
+.if !empty(PKG_OPTIONS:Mldap)
+DEPENDS+=	p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
+.endif
+
+###
+### Generation of graphical reports
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-graphicalreports)
+DEPENDS+=	gd>=1.20:../../graphics/gd
+DEPENDS+=	p5-Chart>=1.0:../../graphics/p5-Chart
+DEPENDS+=	p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
+DEPENDS+=	p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
+DEPENDS+=	p5-Template-GD-[0-9]*:../../graphics/p5-Template-GD
+.endif
+
+###
+### Patchviewer support
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-patchviewer)
+DEPENDS+=	p5-PatchReader>=0.9.4:../../devel/p5-PatchReader
+DEPENDS+=	patchutils-[0-9]*:../../devel/patchutils
+.endif
+
+###
+### Add support for bulk import/export of bugs in XML format
+###
+.if !empty(PKG_OPTIONS:Mbugzilla-movebugs)
+DEPENDS+=	p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig
+DEPENDS+=	p5-MIME-tools>=5.406:../../mail/p5-MIME-tools
+.endif


Home | Main Index | Thread Index | Old Index