summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-09-19 22:33:28 +0000
committeradrianp <adrianp@pkgsrc.org>2005-09-19 22:33:28 +0000
commitcfb766bcd2c3b2413a01d5a29cbfdfb013e010cf (patch)
tree3315f8c8bb790c6702ad6aa180e8a9a44b9def2d /devel/mantis
parentec5f3471bc1177431f3280e20541029919fbbbe6 (diff)
downloadpkgsrc-cfb766bcd2c3b2413a01d5a29cbfdfb013e010cf.tar.gz
Update mantis to 1.0.0rc2
Many updates and bugfixes including security updates - upgrade is recommended For a full list of changes: http://www.mantisbt.org/changelog.php
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/MESSAGE15
-rw-r--r--devel/mantis/Makefile64
-rw-r--r--devel/mantis/PLIST457
-rw-r--r--devel/mantis/distinfo8
4 files changed, 329 insertions, 215 deletions
diff --git a/devel/mantis/MESSAGE b/devel/mantis/MESSAGE
index 22e0ea4e6c4..0d82b3c8989 100644
--- a/devel/mantis/MESSAGE
+++ b/devel/mantis/MESSAGE
@@ -1,10 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/12/05 23:19:08 cube Exp $
+$NetBSD: MESSAGE,v 1.3 2005/09/19 22:33:28 adrianp Exp $
To complete the setup you will need to read the INSTALL guide in order
to setup mySQL properly. In particular secion 3 of the document deals
with database setup.
+The following URL can be used to complete the installation and database
+setup:
+
+ http://www.domain.com/mantis/admin/install.php
+
You will need to make Mantis accessible through your HTTP server.
If you are running Apache then you may add the following lines to httpd.conf:
@@ -14,13 +19,9 @@ to make Mantis accessible through:
http://www.domain.com/mantis/index.php
-You can also use the following URL to check your installation:
-
- http://www.domain.com/mantis/admin/index.php
IMPORTANT SECURITY NOTES:
- * Change your database password from the default and update your
- config_inc.php to reflect the new password.
- * Once Mantis is running correctly remove the admin directory.
+ * Once Mantis is running correctly remove or restrict access to
+ the admin directory.
===========================================================================
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 029c209d93b..79879fd4b95 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2005/06/10 19:38:29 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/19 22:33:28 adrianp Exp $
-DISTNAME= mantis-0.19.1
-PKGREVISION= 4
+DISTNAME= mantis-1.0.0rc2
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -26,8 +25,6 @@ PKG_SUPPORTED_OPTIONS= charts
DEPENDS+= php-jpgraph-[0-9]*:../../graphics/php-jpgraph
.endif
-BUILDLINK_DEPENDS.mysql-client+= mysql-client>=3.23.2
-
APACHE_USER?= www
BUILD_DEFS+= APACHE_USER
@@ -52,51 +49,18 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mantis
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${MANTIS_HOME}
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin/css
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin/upgrades
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/lang
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/drivers
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/datadict
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/phpmailer
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/phpmailer/language
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/css
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/graphs
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/images
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/javascript
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/lang
- ${INSTALL_DATA} ${WRKSRC}/doc/CUSTOMIZATION ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/INSTALL ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/UPGRADING ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/*.php ${MANTIS_HOME}
- ${INSTALL_DATA} ${WRKSRC}/admin/*.php ${MANTIS_HOME}/admin
- ${INSTALL_DATA} ${WRKSRC}/admin/*.css ${MANTIS_HOME}/admin
- ${INSTALL_DATA} ${WRKSRC}/admin/css/*.php ${MANTIS_HOME}/admin/css
- ${INSTALL_DATA} ${WRKSRC}/admin/upgrades/*.php \
- ${MANTIS_HOME}/admin/upgrades
- ${INSTALL_DATA} ${WRKSRC}/core/*.php ${MANTIS_HOME}/core
- ${INSTALL_DATA} ${WRKSRC}/core/phpmailer/*.php \
- ${MANTIS_HOME}/core/phpmailer
- ${INSTALL_DATA} ${WRKSRC}/core/phpmailer/language/*.php \
- ${MANTIS_HOME}/core/phpmailer/language
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/*.php ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/*.htm ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/lang/*.php \
- ${MANTIS_HOME}/core/adodb/lang
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/drivers/*.php \
- ${MANTIS_HOME}/core/adodb/drivers
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/datadict/*.php \
- ${MANTIS_HOME}/core/adodb/datadict
- ${INSTALL_DATA} ${WRKSRC}/css/*.css ${MANTIS_HOME}/css
- ${INSTALL_DATA} ${WRKSRC}/graphs/*.php ${MANTIS_HOME}/graphs
- ${INSTALL_DATA} ${WRKSRC}/images/*.gif ${MANTIS_HOME}/images
- ${INSTALL_DATA} ${WRKSRC}/images/*.png ${MANTIS_HOME}/images
- ${INSTALL_DATA} ${WRKSRC}/javascript/*.js ${MANTIS_HOME}/javascript
- ${INSTALL_DATA} ${WRKSRC}/lang/*.txt ${MANTIS_HOME}/lang
- ${INSTALL_DATA} ${WRKSRC}/sql/*.sql ${EGDIR}
+ ${INSTALL} ${WRKSRC}/doc/CUSTOMIZATION ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/INSTALL ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/README ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/UPGRADING ${PREFIX}/share/doc/mantis
+
+ cd ${WRKSRC} && ${PAX} \
+ -s /\.cvsignore// \
+ -s /config_inc.php.sample// \
+ -s /mantis_offline.php.sample// \
+ -s /mantis.conf// \
+ -rwppm . ${MANTIS_HOME}
+
${INSTALL_DATA} ${WRKSRC}/config_inc.php.sample ${EGDIR}/config_inc.php
${INSTALL_DATA} ${WRKSRC}/mantis_offline.php.sample ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/mantis.conf ${EGDIR}
diff --git a/devel/mantis/PLIST b/devel/mantis/PLIST
index b14de235810..14a44b1eb28 100644
--- a/devel/mantis/PLIST
+++ b/devel/mantis/PLIST
@@ -1,235 +1,345 @@
-@comment $NetBSD: PLIST,v 1.4 2005/06/10 19:38:29 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/09/19 22:33:28 adrianp Exp $
share/doc/mantis/CUSTOMIZATION
share/doc/mantis/INSTALL
share/doc/mantis/README
share/doc/mantis/UPGRADING
share/examples/mantis/config_inc.php
-share/examples/mantis/db_generate.sql
share/examples/mantis/mantis.conf
share/examples/mantis/mantis_offline.php.sample
-share/examples/mantis/mssql.sql
-share/examples/mantis/pgsql.sql
-share/mantis/account_delete.php
-share/mantis/account_page.php
share/mantis/account_prefs_inc.php
+share/mantis/account_delete.php
share/mantis/account_prefs_page.php
-share/mantis/account_prefs_reset.php
-share/mantis/account_prefs_update.php
-share/mantis/account_prof_add.php
-share/mantis/account_prof_delete.php
-share/mantis/account_prof_edit_page.php
-share/mantis/account_prof_make_default.php
-share/mantis/account_prof_menu_page.php
-share/mantis/account_prof_update.php
-share/mantis/account_update.php
-share/mantis/adm_permissions_report.php
-share/mantis/admin/admin.css
-share/mantis/admin/check.php
-share/mantis/admin/copy_field.php
-share/mantis/admin/css/core.php
+share/mantis/account_page.php
share/mantis/admin/css/css_download.php
share/mantis/admin/css/css_inc.php
+share/mantis/admin/css/core.php
share/mantis/admin/css/css_view.php
share/mantis/admin/css/index.php
share/mantis/admin/css/view_inc.php
-share/mantis/admin/db_table_names_inc.php
share/mantis/admin/index.php
+share/mantis/admin/copy_field.php
+share/mantis/admin/admin.css
+share/mantis/admin/check.php
+share/mantis/admin/db_table_names_inc.php
share/mantis/admin/move_db2disk.php
-share/mantis/admin/system_utils.php
-share/mantis/admin/upgrade.php
-share/mantis/admin/upgrade_advanced.php
-share/mantis/admin/upgrade_escaping.php
-share/mantis/admin/upgrade_inc.php
-share/mantis/admin/upgrade_list.php
-share/mantis/admin/upgrade_warning.php
+share/mantis/admin/db_stats.php
+share/mantis/admin/install.php
share/mantis/admin/upgrades/0_13_inc.php
share/mantis/admin/upgrades/0_14_inc.php
share/mantis/admin/upgrades/0_15_inc.php
share/mantis/admin/upgrades/0_16_inc.php
-share/mantis/admin/upgrades/0_17_escaping_fixes_inc.php
share/mantis/admin/upgrades/0_17_inc.php
share/mantis/admin/upgrades/0_18_inc.php
+share/mantis/admin/upgrades/0_17_escaping_fixes_inc.php
share/mantis/admin/upgrades/0_19_inc.php
-share/mantis/admin/workflow.php
-share/mantis/bug_actiongroup.php
-share/mantis/bug_actiongroup_page.php
-share/mantis/bug_assign.php
-share/mantis/bug_assign_reporter.php
-share/mantis/bug_change_status_page.php
-share/mantis/bug_delete.php
-share/mantis/bug_file_add.php
-share/mantis/bug_file_delete.php
-share/mantis/bug_file_upload_inc.php
-share/mantis/bug_monitor.php
-share/mantis/bug_monitor_list_view_inc.php
-share/mantis/bug_relationship_add.php
-share/mantis/bug_relationship_delete.php
-share/mantis/bug_relationship_graph.php
-share/mantis/bug_relationship_graph_img.php
-share/mantis/bug_reminder.php
-share/mantis/bug_reminder_page.php
-share/mantis/bug_report.php
-share/mantis/bug_report_advanced_page.php
-share/mantis/bug_report_page.php
-share/mantis/bug_set_sponsorship.php
-share/mantis/bug_sponsorship_list_view_inc.php
-share/mantis/bug_update.php
-share/mantis/bug_update_advanced_page.php
-share/mantis/bug_update_page.php
-share/mantis/bug_view_advanced_page.php
-share/mantis/bug_view_inc.php
-share/mantis/bug_view_page.php
-share/mantis/bugnote_add.php
+share/mantis/admin/upgrades/1_00_inc.php
+share/mantis/admin/system_utils.php
+share/mantis/admin/schema.php
+share/mantis/admin/upgrade_advanced.php
+share/mantis/admin/test_langs.php
+share/mantis/admin/upgrade.php
+share/mantis/admin/upgrade_escaping.php
+share/mantis/admin/upgrade_inc.php
+share/mantis/admin/upgrade_list.php
+share/mantis/admin/upgrade_warning.php
share/mantis/bugnote_add_inc.php
-share/mantis/bugnote_delete.php
-share/mantis/bugnote_edit_page.php
-share/mantis/bugnote_set_view_state.php
-share/mantis/bugnote_update.php
-share/mantis/bugnote_view_inc.php
-share/mantis/changelog_page.php
-share/mantis/config_defaults_inc.php
-share/mantis/core.php
-share/mantis/core/access_api.php
-share/mantis/core/adodb/adodb-cryptsession.php
-share/mantis/core/adodb/adodb-csvlib.inc.php
-share/mantis/core/adodb/adodb-datadict.inc.php
-share/mantis/core/adodb/adodb-error.inc.php
+share/mantis/account_prof_edit_page.php
+share/mantis/account_prefs_reset.php
+share/mantis/account_prefs_update.php
+share/mantis/account_prof_add.php
+share/mantis/account_prof_delete.php
share/mantis/core/adodb/adodb-errorhandler.inc.php
-share/mantis/core/adodb/adodb-errorpear.inc.php
-share/mantis/core/adodb/adodb-lib.inc.php
-share/mantis/core/adodb/adodb-pager.inc.php
-share/mantis/core/adodb/adodb-pear.inc.php
-share/mantis/core/adodb/adodb-session-clob.php
-share/mantis/core/adodb/adodb-session.php
-share/mantis/core/adodb/adodb-time.inc.php
-share/mantis/core/adodb/adodb-xmlschema.inc.php
-share/mantis/core/adodb/adodb.inc.php
-share/mantis/core/adodb/crypt.inc.php
+share/mantis/core/adodb/adodb-datadict.inc.php
+share/mantis/core/adodb/adodb-csvlib.inc.php
+share/mantis/core/adodb/contrib/toxmlrpc.inc.php
+share/mantis/core/adodb/datadict/datadict-firebird.inc.php
share/mantis/core/adodb/datadict/datadict-access.inc.php
share/mantis/core/adodb/datadict/datadict-db2.inc.php
+share/mantis/core/adodb/datadict/datadict-informix.inc.php
share/mantis/core/adodb/datadict/datadict-generic.inc.php
share/mantis/core/adodb/datadict/datadict-ibase.inc.php
-share/mantis/core/adodb/datadict/datadict-informix.inc.php
+share/mantis/core/adodb/datadict/datadict-postgres.inc.php
share/mantis/core/adodb/datadict/datadict-mssql.inc.php
share/mantis/core/adodb/datadict/datadict-mysql.inc.php
share/mantis/core/adodb/datadict/datadict-oci8.inc.php
-share/mantis/core/adodb/datadict/datadict-postgres.inc.php
-share/mantis/core/adodb/docs-adodb.htm
-share/mantis/core/adodb/docs-datadict.htm
-share/mantis/core/adodb/docs-session.htm
+share/mantis/core/adodb/datadict/datadict-sapdb.inc.php
+share/mantis/core/adodb/datadict/datadict-sybase.inc.php
+share/mantis/core/adodb/adodb-error.inc.php
+share/mantis/core/adodb/adodb-xmlschema.inc.php
+share/mantis/core/adodb/adodb-errorpear.inc.php
+share/mantis/core/adodb/adodb-exceptions.inc.php
+share/mantis/core/adodb/adodb-iterator.inc.php
+share/mantis/core/adodb/adodb-lib.inc.php
+share/mantis/core/adodb/adodb-pager.inc.php
+share/mantis/core/adodb/adodb-pear.inc.php
+share/mantis/core/adodb/adodb-perf.inc.php
+share/mantis/core/adodb/adodb-php4.inc.php
+share/mantis/core/adodb/adodb-time.inc.php
+share/mantis/core/adodb/adodb-time.zip
+share/mantis/core/adodb/adodb.inc.php
+share/mantis/core/adodb/cute_icons_for_site/adodb.gif
+share/mantis/core/adodb/cute_icons_for_site/adodb2.gif
+share/mantis/core/adodb/docs/tips_portable_sql.htm
+share/mantis/core/adodb/docs/docs-datadict.htm
+share/mantis/core/adodb/docs/docs-adodb.htm
+share/mantis/core/adodb/docs/old-changelog.htm
+share/mantis/core/adodb/docs/docs-oracle.htm
+share/mantis/core/adodb/docs/docs-perf.htm
+share/mantis/core/adodb/docs/docs-session.htm
+share/mantis/core/adodb/docs/readme.htm
+share/mantis/core/adodb/docs/tute.htm
+share/mantis/core/adodb/drivers/adodb-borland_ibase.inc.php
+share/mantis/core/adodb/drivers/adodb-ado_access.inc.php
share/mantis/core/adodb/drivers/adodb-access.inc.php
share/mantis/core/adodb/drivers/adodb-ado.inc.php
-share/mantis/core/adodb/drivers/adodb-ado_access.inc.php
+share/mantis/core/adodb/drivers/adodb-ado5.inc.php
+share/mantis/core/adodb/drivers/adodb-odbc_oracle.inc.php
share/mantis/core/adodb/drivers/adodb-ado_mssql.inc.php
-share/mantis/core/adodb/drivers/adodb-borland_ibase.inc.php
+share/mantis/core/adodb/drivers/adodb-firebird.inc.php
share/mantis/core/adodb/drivers/adodb-csv.inc.php
share/mantis/core/adodb/drivers/adodb-db2.inc.php
share/mantis/core/adodb/drivers/adodb-fbsql.inc.php
-share/mantis/core/adodb/drivers/adodb-firebird.inc.php
-share/mantis/core/adodb/drivers/adodb-ibase.inc.php
share/mantis/core/adodb/drivers/adodb-informix.inc.php
+share/mantis/core/adodb/drivers/adodb-ibase.inc.php
+share/mantis/core/adodb/drivers/adodb-odbtp_unicode.inc.php
share/mantis/core/adodb/drivers/adodb-informix72.inc.php
+share/mantis/core/adodb/drivers/adodb-ldap.inc.php
share/mantis/core/adodb/drivers/adodb-mssql.inc.php
share/mantis/core/adodb/drivers/adodb-mssqlpo.inc.php
share/mantis/core/adodb/drivers/adodb-mysql.inc.php
+share/mantis/core/adodb/drivers/adodb-mysqli.inc.php
share/mantis/core/adodb/drivers/adodb-mysqlt.inc.php
+share/mantis/core/adodb/drivers/adodb-netezza.inc.php
share/mantis/core/adodb/drivers/adodb-oci8.inc.php
share/mantis/core/adodb/drivers/adodb-oci805.inc.php
share/mantis/core/adodb/drivers/adodb-oci8po.inc.php
share/mantis/core/adodb/drivers/adodb-odbc.inc.php
share/mantis/core/adodb/drivers/adodb-odbc_mssql.inc.php
-share/mantis/core/adodb/drivers/adodb-odbc_oracle.inc.php
+share/mantis/core/adodb/drivers/adodb-odbtp.inc.php
share/mantis/core/adodb/drivers/adodb-oracle.inc.php
+share/mantis/core/adodb/drivers/adodb-pdo.inc.php
share/mantis/core/adodb/drivers/adodb-postgres.inc.php
share/mantis/core/adodb/drivers/adodb-postgres64.inc.php
share/mantis/core/adodb/drivers/adodb-postgres7.inc.php
share/mantis/core/adodb/drivers/adodb-proxy.inc.php
+share/mantis/core/adodb/drivers/adodb-sapdb.inc.php
share/mantis/core/adodb/drivers/adodb-sqlanywhere.inc.php
+share/mantis/core/adodb/drivers/adodb-sqlite.inc.php
+share/mantis/core/adodb/drivers/adodb-sqlite.inc.php.bak
+share/mantis/core/adodb/drivers/adodb-sqlitepo.inc.php
share/mantis/core/adodb/drivers/adodb-sybase.inc.php
share/mantis/core/adodb/drivers/adodb-vfp.inc.php
+share/mantis/core/adodb/lang/adodb-esperanto.inc.php
+share/mantis/core/adodb/lang/adodb-bgutf8.inc.php
+share/mantis/core/adodb/lang/adodb-ar.inc.php
+share/mantis/core/adodb/lang/adodb-bg.inc.php
+share/mantis/core/adodb/lang/adodb-pt-br.inc.php
+share/mantis/core/adodb/lang/adodb-ca.inc.php
+share/mantis/core/adodb/lang/adodb-cn.inc.php
+share/mantis/core/adodb/lang/adodb-cz.inc.php
+share/mantis/core/adodb/lang/adodb-da.inc.php
+share/mantis/core/adodb/lang/adodb-de.inc.php
share/mantis/core/adodb/lang/adodb-en.inc.php
+share/mantis/core/adodb/lang/adodb-es.inc.php
+share/mantis/core/adodb/lang/adodb-ru1251.inc.php
share/mantis/core/adodb/lang/adodb-fr.inc.php
-share/mantis/core/adodb/old-changelog.htm
+share/mantis/core/adodb/lang/adodb-hu.inc.php
+share/mantis/core/adodb/lang/adodb-it.inc.php
+share/mantis/core/adodb/lang/adodb-nl.inc.php
+share/mantis/core/adodb/lang/adodb-pl.inc.php
+share/mantis/core/adodb/lang/adodb-ro.inc.php
+share/mantis/core/adodb/lang/adodb-sv.inc.php
+share/mantis/core/adodb/pear/Auth/Container/ADOdb.php
+share/mantis/core/adodb/pear/readme.Auth.txt
+share/mantis/core/adodb/xsl/convert-0.1-0.2.xsl
+share/mantis/core/adodb/xsl/convert-0.2-0.1.xsl
+share/mantis/core/adodb/xsl/remove-0.2.xsl
+share/mantis/core/adodb/perf/perf-informix.inc.php
+share/mantis/core/adodb/perf/perf-db2.inc.php
+share/mantis/core/adodb/perf/perf-postgres.inc.php
+share/mantis/core/adodb/perf/perf-mssql.inc.php
+share/mantis/core/adodb/perf/perf-mysql.inc.php
+share/mantis/core/adodb/perf/perf-oci8.inc.php
+share/mantis/core/adodb/license.txt
+share/mantis/core/adodb/session/old/adodb-cryptsession.php
+share/mantis/core/adodb/session/old/adodb-session-clob.php
+share/mantis/core/adodb/session/old/adodb-session.php
+share/mantis/core/adodb/session/old/crypt.inc.php
+share/mantis/core/adodb/session/adodb-sessions.oracle.sql
+share/mantis/core/adodb/session/adodb-sessions.oracle.clob.sql
+share/mantis/core/adodb/session/adodb-compress-bzip2.php
+share/mantis/core/adodb/session/adodb-compress-gzip.php
+share/mantis/core/adodb/session/adodb-cryptsession.php
+share/mantis/core/adodb/session/adodb-encrypt-mcrypt.php
+share/mantis/core/adodb/session/adodb-encrypt-md5.php
+share/mantis/core/adodb/session/adodb-encrypt-secret.php
+share/mantis/core/adodb/session/adodb-sess.txt
+share/mantis/core/adodb/session/adodb-session-clob.php
+share/mantis/core/adodb/session/adodb-session.php
+share/mantis/core/adodb/session/adodb-sessions.mysql.sql
+share/mantis/core/adodb/session/crypt.inc.php
+share/mantis/core/adodb/tests/testdatabases.inc.php
+share/mantis/core/adodb/tests/test-datadict.php
+share/mantis/core/adodb/tests/benchmark.php
+share/mantis/core/adodb/tests/client.php
+share/mantis/core/adodb/tests/pdo.php
+share/mantis/core/adodb/tests/test-xmlschema.php
+share/mantis/core/adodb/tests/test-perf.php
+share/mantis/core/adodb/tests/test-pgblob.php
+share/mantis/core/adodb/tests/test-php5.php
+share/mantis/core/adodb/tests/test2.php
+share/mantis/core/adodb/tests/test.php
+share/mantis/core/adodb/tests/testcache.php
+share/mantis/core/adodb/tests/test3.php
+share/mantis/core/adodb/tests/test4.php
+share/mantis/core/adodb/tests/test5.php
+share/mantis/core/adodb/tests/testoci8cursor.php
+share/mantis/core/adodb/tests/testgenid.php
+share/mantis/core/adodb/tests/testmssql.php
+share/mantis/core/adodb/tests/testoci8.php
+share/mantis/core/adodb/tests/testpaging.php
+share/mantis/core/adodb/tests/testpear.php
+share/mantis/core/adodb/tests/testsessions.php
+share/mantis/core/adodb/tests/test_rs_array.php
+share/mantis/core/adodb/tests/time.php
+share/mantis/core/adodb/tests/tmssql.php
+share/mantis/core/adodb/tests/xmlschema.xml
share/mantis/core/adodb/pivottable.inc.php
-share/mantis/core/adodb/readme.htm
+share/mantis/core/adodb/readme.txt
share/mantis/core/adodb/rsfilter.inc.php
share/mantis/core/adodb/server.php
-share/mantis/core/adodb/tips_portable_sql.htm
share/mantis/core/adodb/toexport.inc.php
share/mantis/core/adodb/tohtml.inc.php
-share/mantis/core/adodb/tute.htm
+share/mantis/core/adodb/xmlschema.dtd
+share/mantis/core/access_api.php
+share/mantis/core/phpmailer/language/phpmailer.lang-br.php
+share/mantis/core/phpmailer/language/phpmailer.lang-cz.php
+share/mantis/core/phpmailer/language/phpmailer.lang-de.php
+share/mantis/core/phpmailer/language/phpmailer.lang-en.php
+share/mantis/core/phpmailer/language/phpmailer.lang-es.php
+share/mantis/core/phpmailer/language/phpmailer.lang-fr.php
+share/mantis/core/phpmailer/language/phpmailer.lang-it.php
+share/mantis/core/phpmailer/language/phpmailer.lang-nl.php
+share/mantis/core/phpmailer/language/phpmailer.lang-no.php
+share/mantis/core/phpmailer/language/phpmailer.lang-se.php
+share/mantis/core/phpmailer/language/phpmailer.lang-tr.php
+share/mantis/core/phpmailer/LICENSE
+share/mantis/core/phpmailer/class.phpmailer.php
+share/mantis/core/phpmailer/ChangeLog.txt
+share/mantis/core/phpmailer/class.smtp.php
+share/mantis/core/phpmailer/README
+share/mantis/core/database_api.php
+share/mantis/core/csv_api.php
share/mantis/core/authentication_api.php
-share/mantis/core/bug_api.php
share/mantis/core/bugnote_api.php
+share/mantis/core/bug_api.php
+share/mantis/core/bug_group_action_api.php
share/mantis/core/category_api.php
share/mantis/core/checkin.php
share/mantis/core/class.RSSBuilder.inc.php
share/mantis/core/class.urlmatch.php
share/mantis/core/collapse_api.php
+share/mantis/core/columns_api.php
share/mantis/core/compress_api.php
share/mantis/core/config_api.php
share/mantis/core/constant_inc.php
-share/mantis/core/csv_api.php
+share/mantis/core/news_api.php
+share/mantis/core/custom_function_api.php
share/mantis/core/current_user_api.php
share/mantis/core/custom_field_api.php
-share/mantis/core/custom_function_api.php
-share/mantis/core/database_api.php
-share/mantis/core/date_api.php
share/mantis/core/email_api.php
+share/mantis/core/date_api.php
+share/mantis/core/relationship_api.php
share/mantis/core/error_api.php
share/mantis/core/file_api.php
share/mantis/core/filter_api.php
share/mantis/core/gpc_api.php
-share/mantis/core/graph_api.php
share/mantis/core/graphviz_api.php
+share/mantis/core/graph_api.php
share/mantis/core/helper_api.php
share/mantis/core/history_api.php
share/mantis/core/html_api.php
share/mantis/core/icon_api.php
share/mantis/core/lang_api.php
share/mantis/core/ldap_api.php
+share/mantis/core/logging_api.php
share/mantis/core/my_view_inc.php
-share/mantis/core/news_api.php
share/mantis/core/obsolete.php
+share/mantis/core/prepare_api.php
share/mantis/core/php_api.php
-share/mantis/core/phpmailer/class.phpmailer.php
-share/mantis/core/phpmailer/class.smtp.php
-share/mantis/core/phpmailer/language/phpmailer.lang-br.php
-share/mantis/core/phpmailer/language/phpmailer.lang-cz.php
-share/mantis/core/phpmailer/language/phpmailer.lang-de.php
-share/mantis/core/phpmailer/language/phpmailer.lang-en.php
-share/mantis/core/phpmailer/language/phpmailer.lang-es.php
-share/mantis/core/phpmailer/language/phpmailer.lang-fr.php
-share/mantis/core/phpmailer/language/phpmailer.lang-it.php
-share/mantis/core/phpmailer/language/phpmailer.lang-nl.php
-share/mantis/core/phpmailer/language/phpmailer.lang-no.php
-share/mantis/core/phpmailer/language/phpmailer.lang-se.php
-share/mantis/core/phpmailer/language/phpmailer.lang-tr.php
+share/mantis/core/sponsorship_api.php
share/mantis/core/print_api.php
share/mantis/core/profile_api.php
share/mantis/core/project_api.php
-share/mantis/core/relationship_api.php
+share/mantis/core/project_hierarchy_api.php
share/mantis/core/relationship_graph_api.php
-share/mantis/core/sponsorship_api.php
share/mantis/core/string_api.php
share/mantis/core/summary_api.php
share/mantis/core/timer_api.php
+share/mantis/core/tokens_api.php
share/mantis/core/user_api.php
share/mantis/core/user_pref_api.php
share/mantis/core/utility_api.php
share/mantis/core/version_api.php
+share/mantis/bugnote_add.php
+share/mantis/account_prof_make_default.php
+share/mantis/account_prof_menu_page.php
+share/mantis/account_prof_update.php
+share/mantis/account_sponsor_update.php
+share/mantis/account_sponsor_page.php
+share/mantis/adm_permissions_report.php
+share/mantis/account_update.php
+share/mantis/bug_monitor_list_view_inc.php
+share/mantis/bugnote_edit_page.php
+share/mantis/bugnote_delete.php
+share/mantis/bug_relationship_graph_img.php
+share/mantis/bugnote_set_view_state.php
+share/mantis/bugnote_update.php
+share/mantis/bugnote_view_inc.php
+share/mantis/bug_actiongroup.php
+share/mantis/bug_actiongroup_page.php
+share/mantis/bug_assign.php
+share/mantis/bug_assign_reporter.php
share/mantis/css/default.css
+share/mantis/bug_set_sponsorship.php
+share/mantis/bug_change_status_page.php
+share/mantis/bug_delete.php
+share/mantis/bug_file_add.php
+share/mantis/bug_file_delete.php
+share/mantis/bug_file_upload_inc.php
+share/mantis/bug_monitor.php
+share/mantis/bug_relationship_delete.php
+share/mantis/bug_relationship_add.php
+share/mantis/bug_sponsorship_list_view_inc.php
+share/mantis/bug_relationship_graph.php
+share/mantis/bug_reminder_page.php
+share/mantis/bug_reminder.php
+share/mantis/bug_report_advanced_page.php
+share/mantis/bug_report.php
+share/mantis/bug_report_page.php
+share/mantis/bug_update_advanced_page.php
+share/mantis/bug_update.php
+share/mantis/bug_update_page.php
+share/mantis/doc/CUSTOMIZATION
+share/mantis/doc/ChangeLog
+share/mantis/doc/CREDITS
+share/mantis/doc/UPGRADING
+share/mantis/doc/INSTALL
+share/mantis/doc/LICENSE
+share/mantis/doc/README
share/mantis/csv_export.php
-share/mantis/file_download.php
+share/mantis/core.php
+share/mantis/graphs/graph_by_release_delta.php
share/mantis/graphs/graph_assigned_to_me.php
share/mantis/graphs/graph_by_category.php
share/mantis/graphs/graph_by_cumulative.php
share/mantis/graphs/graph_by_daily_delta.php
-share/mantis/graphs/graph_by_release_delta.php
-share/mantis/graphs/graph_by_severity.php
share/mantis/graphs/graph_by_severity_status.php
+share/mantis/graphs/graph_by_severity.php
share/mantis/graphs/graph_reported_by_me.php
-share/mantis/history_inc.php
+share/mantis/images/pdf2icon.gif
+share/mantis/images/ok.gif
+share/mantis/images/mantis_logo_button.gif
share/mantis/images/attachment.png
share/mantis/images/blank.gif
share/mantis/images/dollars.gif
@@ -242,11 +352,12 @@ share/mantis/images/htmlicon.gif
share/mantis/images/ieicon.gif
share/mantis/images/jpgicon.gif
share/mantis/images/mailicon.gif
+share/mantis/images/mantis_logo.gif
+share/mantis/images/priority_low_1.gif
share/mantis/images/mantis_space.gif
share/mantis/images/minus.png
share/mantis/images/notice.gif
-share/mantis/images/ok.gif
-share/mantis/images/pdf2icon.gif
+share/mantis/images/priority_low_2.gif
share/mantis/images/pdficon.gif
share/mantis/images/plus.png
share/mantis/images/pngicon.gif
@@ -254,13 +365,12 @@ share/mantis/images/ppticon.gif
share/mantis/images/priority_1.gif
share/mantis/images/priority_2.gif
share/mantis/images/priority_3.gif
-share/mantis/images/priority_low_1.gif
-share/mantis/images/priority_low_2.gif
share/mantis/images/priority_low_3.gif
share/mantis/images/protected.gif
share/mantis/images/rel_dependant.png
share/mantis/images/rel_duplicate.png
share/mantis/images/rel_related.png
+share/mantis/images/rss.gif
share/mantis/images/synthese.gif
share/mantis/images/synthgraph.gif
share/mantis/images/texticon.gif
@@ -271,11 +381,22 @@ share/mantis/images/update.png
share/mantis/images/word2icon.gif
share/mantis/images/wordicon.gif
share/mantis/images/zipicon.gif
-share/mantis/index.php
+share/mantis/bug_view_advanced_page.php
+share/mantis/bug_view_inc.php
+share/mantis/bug_view_page.php
+share/mantis/changelog_page.php
+share/mantis/config_defaults_inc.php
+share/mantis/file_download.php
+share/mantis/javascript/dynamic_filters.js
+share/mantis/javascript/addLoadEvent.js
share/mantis/javascript/common.js
-share/mantis/jump_to_bug.php
+share/mantis/javascript/xmlhttprequest.js
+share/mantis/history_inc.php
+share/mantis/lang/strings_chinese_simplified_utf8.txt
share/mantis/lang/strings_chinese_simplified.txt
+share/mantis/lang/strings_chinese_traditional_utf8.txt
share/mantis/lang/strings_chinese_traditional.txt
+share/mantis/lang/strings_french_canadian.txt
share/mantis/lang/strings_croatian.txt
share/mantis/lang/strings_czech.txt
share/mantis/lang/strings_danish.txt
@@ -284,8 +405,10 @@ share/mantis/lang/strings_english.txt
share/mantis/lang/strings_estonian.txt
share/mantis/lang/strings_finnish.txt
share/mantis/lang/strings_french.txt
+share/mantis/lang/strings_portuguese_brazil.txt
share/mantis/lang/strings_german.txt
share/mantis/lang/strings_hungarian.txt
+share/mantis/lang/strings_icelandic.txt
share/mantis/lang/strings_italian.txt
share/mantis/lang/strings_japanese_euc.txt
share/mantis/lang/strings_japanese_sjis.txt
@@ -296,7 +419,6 @@ share/mantis/lang/strings_latvian.txt
share/mantis/lang/strings_lithuanian.txt
share/mantis/lang/strings_norwegian.txt
share/mantis/lang/strings_polish.txt
-share/mantis/lang/strings_portuguese_brazil.txt
share/mantis/lang/strings_portuguese_standard.txt
share/mantis/lang/strings_romanian.txt
share/mantis/lang/strings_russian.txt
@@ -308,35 +430,53 @@ share/mantis/lang/strings_spanish.txt
share/mantis/lang/strings_swedish.txt
share/mantis/lang/strings_turkish.txt
share/mantis/lang/strings_ukrainian.txt
-share/mantis/login.php
-share/mantis/login_anon.php
+share/mantis/index.php
+share/mantis/issues_rss.php
share/mantis/login_cookie_test.php
-share/mantis/login_page.php
+share/mantis/jump_to_bug.php
+share/mantis/login_anon.php
+share/mantis/login.php
share/mantis/login_select_proj_page.php
+share/mantis/login_page.php
+share/mantis/lost_pwd_page.php
share/mantis/logout_page.php
share/mantis/lost_pwd.php
-share/mantis/lost_pwd_page.php
-share/mantis/main_page.php
share/mantis/make_captcha_img.php
+share/mantis/main_page.php
+share/mantis/manage_config_email_page.php
+share/mantis/manage_proj_create.php
+share/mantis/my_view_page.php
+share/mantis/manage_config_work_threshold_page.php
+share/mantis/manage_config_email_set.php
+share/mantis/manage_config_revert.php
+share/mantis/manage_config_workflow_page.php
+share/mantis/manage_config_workflow_set.php
+share/mantis/manage_proj_custom_field_add_existing.php
+share/mantis/manage_config_work_threshold_set.php
share/mantis/manage_custom_field_create.php
share/mantis/manage_custom_field_delete.php
share/mantis/manage_custom_field_edit_page.php
share/mantis/manage_custom_field_page.php
share/mantis/manage_custom_field_update.php
+share/mantis/manage_prof_menu_page.php
share/mantis/manage_proj_cat_add.php
share/mantis/manage_proj_cat_copy.php
+share/mantis/packages/mantis.spec
share/mantis/manage_proj_cat_delete.php
+share/mantis/manage_proj_custom_field_remove.php
share/mantis/manage_proj_cat_edit_page.php
share/mantis/manage_proj_cat_update.php
-share/mantis/manage_proj_create.php
share/mantis/manage_proj_create_page.php
-share/mantis/manage_proj_custom_field_add_existing.php
-share/mantis/manage_proj_custom_field_remove.php
+share/mantis/news_delete.php
+share/mantis/meta_inc.php
share/mantis/manage_proj_custom_field_update.php
share/mantis/manage_proj_delete.php
share/mantis/manage_proj_edit_page.php
share/mantis/manage_proj_page.php
+share/mantis/manage_proj_subproj_add.php
+share/mantis/manage_proj_subproj_delete.php
share/mantis/manage_proj_update.php
+share/mantis/manage_user_prune.php
share/mantis/manage_proj_user_add.php
share/mantis/manage_proj_user_copy.php
share/mantis/manage_proj_user_remove.php
@@ -349,22 +489,20 @@ share/mantis/manage_user_create_page.php
share/mantis/manage_user_delete.php
share/mantis/manage_user_edit_page.php
share/mantis/manage_user_page.php
+share/mantis/news_edit_page.php
share/mantis/manage_user_proj_add.php
share/mantis/manage_user_proj_delete.php
-share/mantis/manage_user_prune.php
share/mantis/manage_user_reset.php
share/mantis/manage_user_update.php
-share/mantis/meta_inc.php
-share/mantis/my_view_page.php
share/mantis/news_add.php
-share/mantis/news_delete.php
-share/mantis/news_edit_page.php
-share/mantis/news_inc.php
share/mantis/news_list_page.php
share/mantis/news_menu_page.php
share/mantis/news_rss.php
share/mantis/news_update.php
share/mantis/news_view_page.php
+share/mantis/signup_page.php
+share/mantis/signup.php
+share/mantis/summary_graph_byresolution_mix.php
share/mantis/print_all_bug_options_inc.php
share/mantis/print_all_bug_options_page.php
share/mantis/print_all_bug_options_reset.php
@@ -372,8 +510,8 @@ share/mantis/print_all_bug_options_update.php
share/mantis/print_all_bug_page.php
share/mantis/print_all_bug_page_excel.php
share/mantis/print_all_bug_page_word.php
-share/mantis/print_bug_page.php
share/mantis/print_bugnote_inc.php
+share/mantis/print_bug_page.php
share/mantis/proj_doc_add.php
share/mantis/proj_doc_add_page.php
share/mantis/proj_doc_delete.php
@@ -386,17 +524,19 @@ share/mantis/query_store.php
share/mantis/query_store_page.php
share/mantis/query_view_page.php
share/mantis/set_project.php
-share/mantis/signup.php
-share/mantis/signup_page.php
-share/mantis/summary_graph_bycategory.php
+share/mantis/return_dynamic_filters.php
share/mantis/summary_graph_bycategory_pct.php
+share/mantis/summary_graph_bycategory.php
+share/mantis/verify.php
share/mantis/summary_graph_bydeveloper.php
share/mantis/summary_graph_bypriority.php
share/mantis/summary_graph_bypriority_mix.php
share/mantis/summary_graph_bypriority_pct.php
share/mantis/summary_graph_byreporter.php
share/mantis/summary_graph_byresolution.php
-share/mantis/summary_graph_byresolution_mix.php
+share/mantis/view_all_inc.php
+share/mantis/summary_graph_imp_status.php
+share/mantis/view.php
share/mantis/summary_graph_byresolution_pct.php
share/mantis/summary_graph_byseverity.php
share/mantis/summary_graph_byseverity_mix.php
@@ -408,15 +548,12 @@ share/mantis/summary_graph_imp_category.php
share/mantis/summary_graph_imp_priority.php
share/mantis/summary_graph_imp_resolution.php
share/mantis/summary_graph_imp_severity.php
-share/mantis/summary_graph_imp_status.php
share/mantis/summary_jpgraph_page.php
-share/mantis/summary_page.php
-share/mantis/verify.php
-share/mantis/view.php
share/mantis/view_all_bug_page.php
-share/mantis/view_all_inc.php
-share/mantis/view_all_set.php
+share/mantis/summary_page.php
share/mantis/view_filters_page.php
+share/mantis/view_all_set.php
+@dirrm share/mantis/doc
@dirrm share/mantis/lang
@dirrm share/mantis/javascript
@dirrm share/mantis/images
@@ -424,11 +561,23 @@ share/mantis/view_filters_page.php
@dirrm share/mantis/css
@dirrm share/mantis/core/phpmailer/language
@dirrm share/mantis/core/phpmailer
+@dirrm share/mantis/core/adodb/contrib
+@dirrm share/mantis/core/adodb/cute_icons_for_site
+@dirrm share/mantis/core/adodb/docs
@dirrm share/mantis/core/adodb/lang
+@dirrm share/mantis/core/adodb/pear/Auth/Container
+@dirrm share/mantis/core/adodb/pear/Auth
+@dirrm share/mantis/core/adodb/pear
+@dirrm share/mantis/core/adodb/perf
@dirrm share/mantis/core/adodb/drivers
@dirrm share/mantis/core/adodb/datadict
+@dirrm share/mantis/core/adodb/session/old
+@dirrm share/mantis/core/adodb/session
+@dirrm share/mantis/core/adodb/tests
+@dirrm share/mantis/core/adodb/xsl
@dirrm share/mantis/core/adodb
@dirrm share/mantis/core
+@dirrm share/mantis/packages
@dirrm share/mantis/admin/upgrades
@dirrm share/mantis/admin/css
@dirrm share/mantis/admin
diff --git a/devel/mantis/distinfo b/devel/mantis/distinfo
index eef6a91d630..df17e16760d 100644
--- a/devel/mantis/distinfo
+++ b/devel/mantis/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:21 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/09/19 22:33:28 adrianp Exp $
-SHA1 (mantis-0.19.1.tar.gz) = 4e3fb34ec5fb12766a45b54b0168ef4c41e365e8
-RMD160 (mantis-0.19.1.tar.gz) = 77db3581ad5aca7bdb8c4acf120fe27cec11e315
-Size (mantis-0.19.1.tar.gz) = 1206305 bytes
+SHA1 (mantis-1.0.0rc2.tar.gz) = b755e7e699cefdb504fd50df0c8f8cbbb54b0785
+RMD160 (mantis-1.0.0rc2.tar.gz) = 9ce67054dcd199455e42be39e8443c58b3187c75
+Size (mantis-1.0.0rc2.tar.gz) = 1499486 bytes