From owner-freebsd-ports Fri Dec 6 10:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C835B37B414 for ; Fri, 6 Dec 2002 10:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22FA43EDA for ; Fri, 6 Dec 2002 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB6IA1x3072461 for ; Fri, 6 Dec 2002 10:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB6IA1Pe072460; Fri, 6 Dec 2002 10:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D6DC37B401 for ; Fri, 6 Dec 2002 10:04:14 -0800 (PST) Received: from gioria.dyndns.org (AFontenayssB-104-1-1-80.abo.wanadoo.fr [217.128.58.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3DC43EDC for ; Fri, 6 Dec 2002 10:04:12 -0800 (PST) (envelope-from eagle@gioria.dyndns.org) Received: from bushmills.intra.thorm.net (bushmills.intra.thorm.net [192.168.0.3]) by gioria.dyndns.org (Postfix) with ESMTP id 4711D37485 for ; Fri, 6 Dec 2002 19:11:04 +0100 (CET) Received: by bushmills.intra.thorm.net (Postfix, from userid 501) id 4D736B53B; Fri, 6 Dec 2002 19:04:20 +0100 (CET) Message-Id: <20021206180420.4D736B53B@bushmills.intra.thorm.net> Date: Fri, 6 Dec 2002 19:04:20 +0100 (CET) From: Sebastien Gioria Reply-To: Sebastien Gioria To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46034: new ports: mantis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46034 >Category: ports >Synopsis: new ports: mantis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 10:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sebastien Gioria >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD.ORG >Environment: System: FreeBSD bushmills.intra.thorm.net 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Sat Nov 23 23:38:52 CET 2002 root@bushmills.intra.thorm.net:/usr/obj/usr/src/sys/bushmills i386 >Description: Mantis is a butracker system written in PHP >How-To-Repeat: Attached is the shar file for the ports >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-comment # pkg-descr # pkg-message # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: mantis X# Date created: 6 December 2002 X# Whom: Sebastien Gioria X# X# $FreeBSD$ X# X XPORTNAME= mantis XPORTVERSION= 0.17.5 XCATEGORIES= databases XMASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/mantisbt/ X XMAINTAINER= gioria@FreeBSD.org X XRUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ X ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \ X ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4 XNO_BUILD= yes X Xdo-install: X ${ECHO} "Installing in ${PREFIX}/www/data/mantis" X ${MKDIR} ${PREFIX}/www/data/mantis X ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/mantis X ${MV} ${PREFIX}/www/data/mantis/config_inc.php.sample ${PREFIX}/www/data/mantis/config_inc.php X ${CHOWN} -R www:www ${PREFIX}/www/data/mantis X Xpost-install: X @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (mantis-0.17.5.tar.gz) = 7ed3c788b7dc9ba08bba95d9acbae7de END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XA bug tracking system written in PHP http://mantisbt.sourceforge.net END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XMantis is a web-based bugtracking system. It is in active development and is considered beta. X XIt is written in the PHP scripting language and requires the MySQL database and a webserver. Mantis has been installed on Windows, MacOS, OS/2, and a variety of Unix operating systems. Any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL). X XMantis is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL. X XSee more at http://mantisbt.sourceforge.net END-of-pkg-descr echo x - pkg-message sed 's/^X//' >pkg-message << 'END-of-pkg-message' X************************************************************ X2 methods to install mantisbt X X1/ Quick method X X X- You must choose your passwd crypt method and replace the X 4th value in the last line of X %%PREFIX%%/www/mantis/sql/db_generate.sql X X- After that execute X %%PREFIX%%/bin/mysql -u -p < %%PREFIX%%/www/mantis/sql/db_generate.sql X X- Edit X %%PREFIX%%/www/mantis/config_inc.php and %%PREFIX%%/www/mantis/default/config_inc1.php X XIMPORTANT!!!! : X You need to enable register_global in your %%PREFIX%%/etc/php.ini X X X2/ Detailed method or upgrading X XPlease read the INSTALL file located at: X%%PREFIX%%/www/mantis/doc X X************************************************************ END-of-pkg-message echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xwww/data/mantis/lang/strings_japanese_euc.txt Xwww/data/mantis/lang/strings_spanish.txt Xwww/data/mantis/lang/strings_russian_koi8.txt Xwww/data/mantis/lang/strings_russian.txt Xwww/data/mantis/lang/strings_romanian.txt Xwww/data/mantis/lang/strings_portuguese_standard.txt Xwww/data/mantis/lang/strings_portuguese_brazil.txt Xwww/data/mantis/lang/strings_polish.txt Xwww/data/mantis/lang/strings_norwegian.txt Xwww/data/mantis/lang/strings_korean.txt Xwww/data/mantis/lang/strings_japanese_sjis.txt Xwww/data/mantis/lang/strings_turkish.txt Xwww/data/mantis/lang/strings_italian.txt Xwww/data/mantis/lang/strings_hungarian.txt Xwww/data/mantis/lang/strings_german.txt Xwww/data/mantis/lang/strings_french2.txt Xwww/data/mantis/lang/strings_french.txt Xwww/data/mantis/lang/strings_english.txt Xwww/data/mantis/lang/strings_dutch.txt Xwww/data/mantis/lang/strings_danish.txt Xwww/data/mantis/lang/strings_czech.txt Xwww/data/mantis/lang/strings_chinese_traditional.txt Xwww/data/mantis/lang/strings_swedish.txt Xwww/data/mantis/doc/CREDITS Xwww/data/mantis/doc/configuration.html Xwww/data/mantis/doc/UPGRADING Xwww/data/mantis/doc/TROUBLESHOOTING Xwww/data/mantis/doc/README.LDAP Xwww/data/mantis/doc/README Xwww/data/mantis/doc/LICENSE Xwww/data/mantis/doc/INSTALL Xwww/data/mantis/doc/ChangeLog Xwww/data/mantis/doc/CUSTOMIZATION Xwww/data/mantis/doc/installation.html Xwww/data/mantis/doc/documentation.html Xwww/data/mantis/default/config_inc2.php Xwww/data/mantis/default/config_inc1.php Xwww/data/mantis/images/notice.gif Xwww/data/mantis/images/question.gif Xwww/data/mantis/images/question-green.gif Xwww/data/mantis/images/question-blue.gif Xwww/data/mantis/images/priority_3.gif Xwww/data/mantis/images/priority_2.gif Xwww/data/mantis/images/priority_1.gif Xwww/data/mantis/images/up.gif Xwww/data/mantis/images/mantis-space.gif Xwww/data/mantis/images/exclamation-yellow.gif Xwww/data/mantis/images/exclamation-red.gif Xwww/data/mantis/images/exclamation-blue.gif Xwww/data/mantis/images/down.gif Xwww/data/mantis/images/blank.gif Xwww/data/mantis/images/unread.gif Xwww/data/mantis/sql/db_upgrade.sql Xwww/data/mantis/sql/db_generate.sql Xwww/data/mantis/view_all_bug_update.php Xwww/data/mantis/view_all_bug_page.php Xwww/data/mantis/summary_page.php Xwww/data/mantis/summary_jpgraph_page.php Xwww/data/mantis/summary_graph_functions.php Xwww/data/mantis/summary_graph_cumulative_bydate.php Xwww/data/mantis/summary_graph_bystatus.php Xwww/data/mantis/summary_graph_byseverity.php Xwww/data/mantis/summary_graph_byresolution.php Xwww/data/mantis/summary_graph_byreporter.php Xwww/data/mantis/summary_graph_bypriority.php Xwww/data/mantis/summary_graph_bydeveloper.php Xwww/data/mantis/summary_graph_bycategory.php Xwww/data/mantis/signup_page.php Xwww/data/mantis/signup.php Xwww/data/mantis/show_source_page.php Xwww/data/mantis/set_project.php Xwww/data/mantis/report_bug_page.php Xwww/data/mantis/report_bug_advanced_page.php Xwww/data/mantis/report_add.php Xwww/data/mantis/proj_user_menu_page.php Xwww/data/mantis/proj_user_delete.php Xwww/data/mantis/proj_user_copy.php Xwww/data/mantis/proj_user_add2.php Xwww/data/mantis/proj_user_add.php Xwww/data/mantis/proj_doc_update.php Xwww/data/mantis/proj_doc_page.php Xwww/data/mantis/proj_doc_edit_page.php Xwww/data/mantis/proj_doc_delete_page.php Xwww/data/mantis/proj_doc_delete.php Xwww/data/mantis/proj_doc_add_page.php Xwww/data/mantis/proj_doc_add.php Xwww/data/mantis/print_bugnote_inc.php Xwww/data/mantis/print_bug_page.php Xwww/data/mantis/print_all_bug_page.php Xwww/data/mantis/news_view_page.php Xwww/data/mantis/news_update.php Xwww/data/mantis/news_menu_page.php Xwww/data/mantis/news_list_page.php Xwww/data/mantis/news_edit_page.php Xwww/data/mantis/news_delete_page.php Xwww/data/mantis/news_delete.php Xwww/data/mantis/news_add.php Xwww/data/mantis/meta_inc.php Xwww/data/mantis/manage_user_update.php Xwww/data/mantis/manage_page.php Xwww/data/mantis/manage_user_reset.php Xwww/data/mantis/manage_user_proj_delete.php Xwww/data/mantis/manage_user_proj_add.php Xwww/data/mantis/manage_user_page.php Xwww/data/mantis/manage_user_delete_page.php Xwww/data/mantis/manage_user_delete.php Xwww/data/mantis/manage_prune.php Xwww/data/mantis/manage_proj_ver_update.php Xwww/data/mantis/manage_proj_ver_edit_page.php Xwww/data/mantis/manage_proj_ver_delete.php Xwww/data/mantis/manage_proj_ver_del_page.php Xwww/data/mantis/manage_proj_ver_add.php Xwww/data/mantis/manage_proj_update.php Xwww/data/mantis/manage_proj_menu_page.php Xwww/data/mantis/manage_proj_add.php Xwww/data/mantis/manage_proj_edit_page.php Xwww/data/mantis/manage_proj_delete_page.php Xwww/data/mantis/manage_proj_delete.php Xwww/data/mantis/manage_proj_cat_update.php Xwww/data/mantis/manage_proj_cat_edit_page.php Xwww/data/mantis/manage_proj_cat_delete.php Xwww/data/mantis/manage_proj_cat_del_page.php Xwww/data/mantis/manage_proj_cat_copy.php Xwww/data/mantis/manage_proj_cat_add.php Xwww/data/mantis/manage_create_user_page.php Xwww/data/mantis/manage_create_new_user.php Xwww/data/mantis/main_page.php Xwww/data/mantis/logout_page.php Xwww/data/mantis/login_select_proj_page.php Xwww/data/mantis/login_page.php Xwww/data/mantis/login_anon.php Xwww/data/mantis/login.php Xwww/data/mantis/jump_to_bug.php Xwww/data/mantis/index.php Xwww/data/mantis/file_download.php Xwww/data/mantis/documentation_page.php Xwww/data/mantis/css_inc.php Xwww/data/mantis/core_version_API.php Xwww/data/mantis/core_user_API.php Xwww/data/mantis/core_timer_API.php Xwww/data/mantis/core_summary_API.php Xwww/data/mantis/core_proj_user_API.php Xwww/data/mantis/core_print_API.php Xwww/data/mantis/core_news_API.php Xwww/data/mantis/core_ldap_API.php Xwww/data/mantis/core_icon_API.php Xwww/data/mantis/core_html_API.php Xwww/data/mantis/core_helper_API.php Xwww/data/mantis/core_API.php Xwww/data/mantis/core_email_API.php Xwww/data/mantis/core_date_API.php Xwww/data/mantis/core_database_API.php Xwww/data/mantis/core_category_API.php Xwww/data/mantis/constant_inc.php Xwww/data/mantis/bugnote_update.php Xwww/data/mantis/bugnote_inc.php Xwww/data/mantis/bugnote_edit_page.php Xwww/data/mantis/bugnote_delete.php Xwww/data/mantis/bugnote_add.php Xwww/data/mantis/bug_vote_add.php Xwww/data/mantis/bug_update_page.php Xwww/data/mantis/bug_update_advanced_page.php Xwww/data/mantis/bug_update.php Xwww/data/mantis/bug_resolve_page.php Xwww/data/mantis/bug_resolve.php Xwww/data/mantis/README Xwww/data/mantis/bug_reopen_page.php Xwww/data/mantis/bug_reopen.php Xwww/data/mantis/bug_monitor.php Xwww/data/mantis/bug_file_upload_inc.php Xwww/data/mantis/bug_file_delete.php Xwww/data/mantis/bug_file_add.php Xwww/data/mantis/bug_delete_page.php Xwww/data/mantis/bug_delete.php Xwww/data/mantis/bug_close_page.php Xwww/data/mantis/bug_close.php Xwww/data/mantis/bug_assign.php Xwww/data/mantis/admin_upgrade_0_17_0.php Xwww/data/mantis/admin_upgrade_0_16_0.php Xwww/data/mantis/admin_upgrade_0_15_0.php Xwww/data/mantis/admin_upgrade_0_14_0.php Xwww/data/mantis/admin_upgrade.php Xwww/data/mantis/admin_inc.php Xwww/data/mantis/admin_check.php Xwww/data/mantis/account_update.php Xwww/data/mantis/account_prof_update.php Xwww/data/mantis/account_prof_menu_page.php Xwww/data/mantis/account_prof_make_default.php Xwww/data/mantis/account_prof_edit_page.php Xwww/data/mantis/account_prof_delete.php Xwww/data/mantis/account_prof_add.php Xwww/data/mantis/account_prefs_update.php Xwww/data/mantis/account_prefs_reset.php Xwww/data/mantis/account_prefs_page.php Xwww/data/mantis/account_page.php Xwww/data/mantis/account_delete_page.php Xwww/data/mantis/account_delete.php Xwww/data/mantis/view_bug_page.php Xwww/data/mantis/view_bug_inc.php Xwww/data/mantis/view_all_set.php Xwww/data/mantis/view_bug_advanced_page.php Xwww/data/mantis/view_all_inc.php Xwww/data/mantis/config_inc.php X@dirrm www/data/mantis/lang X@dirrm www/data/mantis/doc X@dirrm www/data/mantis/default X@dirrm www/data/mantis/images X@dirrm www/data/mantis/sql X@dirrm www/data/mantis END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message