databases/mantis: Update to 2.16.0
- Use upstream release tarball instead of doing our own vendoring - Add missing PHP extensions - Flavorize - Update plugins and install them by default - Add LICENSE - Improve pkg-descr Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.16.0 PR: 229880 Reviewed by: dvl, mat, ndowens@yahoo.com MFH: 2018Q3 (with r477954, r477984) Security: 0822a4cf-9318-11e8-8d88-00e04c1ea73d Differential Revision: https://reviews.freebsd.org/D16890
This commit is contained in:
parent
251c68b945
commit
716ad8ebf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478349
6 changed files with 2537 additions and 1560 deletions
|
@ -2,42 +2,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mantis
|
||||
PORTVERSION= 2.9.0
|
||||
PORTVERSION= 2.16.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
DISTNAME= mantisbt-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Bug tracking system written in PHP
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= php:flavors
|
||||
USE_GITHUB= nodefault
|
||||
USE_PHP= fileinfo filter hash pcre session xml
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USE_PHP= hash pcre session xml
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mantisbt:DEFAULT \
|
||||
mantisbt:api_swaggerui \
|
||||
mantisbt:lib_adodb \
|
||||
mantisbt:lib_disposable \
|
||||
mantisbt:lib_parsedown \
|
||||
mantisbt:lib_phpmailer \
|
||||
mantisbt:lib_securimage
|
||||
GH_PROJECT= mantisbt:DEFAULT \
|
||||
swagger-ui:api_swaggerui \
|
||||
ADOdb:lib_adodb \
|
||||
disposable_email_checker:lib_disposable \
|
||||
parsedown:lib_parsedown \
|
||||
PHPMailer:lib_phpmailer \
|
||||
securimage:lib_securimage
|
||||
GH_TAGNAME= 798792eebed2e699a98c4e94f4aeb4c35eba55f8:DEFAULT \
|
||||
0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f:api_swaggerui \
|
||||
cc2c13e337f1441e3aa1e17497722c1cd98b281b:lib_adodb \
|
||||
6a7ddc0598810bdb91d270b489cec2e1033e047f:lib_disposable \
|
||||
20ff8bbb57205368b4b42d094642a3e52dac85fb:lib_parsedown \
|
||||
e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b:lib_phpmailer \
|
||||
65d446e137db4fe84e7f7edb9e7b06fce521a63b:lib_securimage
|
||||
GH_SUBDIR= library/adodb:lib_adodb \
|
||||
library/disposable:lib_disposable \
|
||||
library/parsedown:lib_parsedown \
|
||||
library/phpmailer:lib_phpmailer \
|
||||
library/securimage:lib_securimage
|
||||
|
||||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= MYSQL PGSQL
|
||||
|
@ -46,126 +29,57 @@ OPTIONS_GROUP_PLUGINS= ACTIVITY ANNOUNCE COLORIZED CUSTOMREPORTER \
|
|||
EMAILREP EVENTLOG FLTBUGLST GAUGE JQUERYCHOSEN \
|
||||
JQUERYUI LIGHTBOX PIWIK SAMPLEAUTH SLACK \
|
||||
SNIPPETS SI TASKODROME TIMETRACKING
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
OPTIONS_DEFAULT= MYSQL ${OPTIONS_GROUP_PLUGINS}
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
# XXX: All of these should probably be either separate ports or at
|
||||
# least subpackages...
|
||||
ACTIVITY_DESC= Shows bug notes by creation date
|
||||
ACTIVITY_GH_ACCOUNT= mantisbt-plugins:activity
|
||||
ACTIVITY_GH_PROJECT= Activity:activity
|
||||
ACTIVITY_GH_TAGNAME= 99cf873396ebc3fec431c6746dae1a604768f322:activity
|
||||
ACTIVITY_GH_SUBDIR= plugins/Activity:activity
|
||||
|
||||
ANNOUNCE_DESC= Announcements
|
||||
ANNOUNCE_GH_ACCOUNT= mantisbt-plugins:announce
|
||||
ANNOUNCE_GH_PROJECT= Announce:announce
|
||||
ANNOUNCE_GH_TAGNAME= f6a31c41e5dac73b99906cb3e6745def7f11f98a:announce
|
||||
ANNOUNCE_GH_SUBDIR= plugins/Announce:announce
|
||||
|
||||
COLORIZED_DESC= Colorized Theme
|
||||
COLORIZED_GH_ACCOUNT= mantisbt-plugins:colorized
|
||||
COLORIZED_GH_PROJECT= MantisBT-Colorized:colorized
|
||||
COLORIZED_GH_TAGNAME= f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized
|
||||
COLORIZED_GH_SUBDIR= css/themes/colorized:colorized
|
||||
|
||||
CUSTOMREPORTER_DESC= Allows the selection of a Reporter from a list
|
||||
CUSTOMREPORTER_GH_ACCOUNT= mantisbt-plugins:customreporter
|
||||
CUSTOMREPORTER_GH_PROJECT= CustomReporter:customreporter
|
||||
CUSTOMREPORTER_GH_TAGNAME= e9658eac2aa6c7e37609578e1d8bd676d22a3770:customreporter
|
||||
CUSTOMREPORTER_GH_SUBDIR= plugins/CustomReporter:customreporter
|
||||
|
||||
EMAILREP_DESC= Allows to report an issue by sending an email
|
||||
EMAILREP_GH_ACCOUNT= mantisbt-plugins:emailrep
|
||||
EMAILREP_GH_PROJECT= EmailReporting:emailrep
|
||||
EMAILREP_GH_TAGNAME= 81e7f0bda136f330ef6f535ad29b09b2c91dc0b4:emailrep
|
||||
EMAILREP_GH_SUBDIR= plugins/EmailReporting:emailrep
|
||||
|
||||
EVENTLOG_DESC= Allows MantisBT components to log data
|
||||
EVENTLOG_GH_ACCOUNT= mantisbt-plugins:eventlog
|
||||
EVENTLOG_GH_PROJECT= EventLog:eventlog
|
||||
EVENTLOG_GH_TAGNAME= 74fd03cf85a32088a0206bc73bb14ddbd148aed2:eventlog
|
||||
EVENTLOG_GH_SUBDIR= plugins/EventLog:eventlog
|
||||
|
||||
FLTBUGLST_DESC= Allowing to filter by a set of bug IDs
|
||||
FLTBUGLST_GH_ACCOUNT= mantisbt-plugins:fltbuglst
|
||||
FLTBUGLST_GH_PROJECT= FilterBugList:fltbuglst
|
||||
FLTBUGLST_GH_TAGNAME= 4de5242dcf3ced656cffbf14776ce41089c07e49:fltbuglst
|
||||
FLTBUGLST_GH_SUBDIR= plugins/FilterBugList:fltbuglst
|
||||
|
||||
CUSTOMREPORTER_DESC= Allow the selection of a Reporter from a list
|
||||
EMAILREP_DESC= Allow to report an issue by sending an email
|
||||
EVENTLOG_DESC= Allow MantisBT components to log data
|
||||
FLTBUGLST_DESC= Allow to filter by a set of bug IDs
|
||||
GAUGE_DESC= Voting for tickets
|
||||
GAUGE_GH_ACCOUNT= mantisbt-plugins:gauge
|
||||
GAUGE_GH_PROJECT= GaugeSupport:gauge
|
||||
GAUGE_GH_TAGNAME= 5fd657c713c6ee5ff2ae8bfbedb30a700d38f2db:gauge
|
||||
GAUGE_GH_SUBDIR= plugins/GaugeSupport:gauge
|
||||
|
||||
JQUERYCHOSEN_DESC= Support the Library Chosen to MantisBT
|
||||
JQUERYCHOSEN_GH_ACCOUNT= mantisbt-plugins:jquerychosen
|
||||
JQUERYCHOSEN_GH_PROJECT= JqueryChosen:jquerychosen
|
||||
JQUERYCHOSEN_GH_TAGNAME= dc305e987ea3693bb92d22545ba23f3fc44d04c3:jquerychosen
|
||||
|
||||
JQUERYCHOSEN_DESC= Support the Library Chosen to MantisBT
|
||||
JQUERYUI_DESC= jQuery UI library + Combobox
|
||||
JQUERYUI_GH_ACCOUNT= mantisbt-plugins:jqueryui
|
||||
JQUERYUI_GH_PROJECT= jQuery-UI:jqueryui
|
||||
JQUERYUI_GH_TAGNAME= ca77afa51166658b469dd11bfff7713485935bda:jqueryui
|
||||
|
||||
LIGHTBOX_DESC= Plugin to open attachments using Lightbox
|
||||
LIGHTBOX_GH_ACCOUNT= mantisbt-plugins:lightbox
|
||||
LIGHTBOX_GH_PROJECT= Lightbox:lightbox
|
||||
LIGHTBOX_GH_TAGNAME= f8220ba689378054ca433f718d909dc41a803def:lightbox
|
||||
LIGHTBOX_GH_SUBDIR= plugins/Lightbox:lightbox
|
||||
|
||||
PIWIK_DESC= Paste print screens directly
|
||||
PIWIK_GH_ACCOUNT= mantisbt-plugins:piwik
|
||||
PIWIK_GH_PROJECT= piwik:piwik
|
||||
PIWIK_GH_TAGNAME= a2dba46836bdc07a80b8040e889ba0606f97415e:piwik
|
||||
|
||||
SAMPLEAUTH_DESC= A sample authentication plugin
|
||||
SAMPLEAUTH_GH_ACCOUNT= mantisbt-plugins:sampleauth
|
||||
SAMPLEAUTH_GH_PROJECT= SampleAuth:sampleauth
|
||||
SAMPLEAUTH_GH_TAGNAME= 34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth
|
||||
SAMPLEAUTH_GH_SUBDIR= plugins/SampleAuth:sampleauth
|
||||
|
||||
SLACK_DESC= Slack integration
|
||||
SLACK_GH_ACCOUNT= mantisbt-plugins:slack
|
||||
SLACK_GH_PROJECT= Slack:slack
|
||||
SLACK_GH_TAGNAME= 8aa67a830ca791936c05eede149d240d95579bcb:slack
|
||||
SLACK_GH_SUBDIR= plugins/Slack:slack
|
||||
|
||||
SNIPPETS_DESC= Text snippets that can be pasted into text fields
|
||||
SNIPPETS_GH_ACCOUNT= mantisbt-plugins:snippets
|
||||
SNIPPETS_GH_PROJECT= snippets:snippets
|
||||
SNIPPETS_GH_TAGNAME= 543b7a47640fa0a03b620ab08968d0e67a3d9b6f:snippets
|
||||
SNIPPETS_GH_SUBDIR= plugins/Snippets:snippets
|
||||
|
||||
SI_DESC= Source control integration
|
||||
SI_GH_ACCOUNT= mantisbt-plugins:si
|
||||
SI_GH_PROJECT= source-integration:si
|
||||
SI_GH_TAGNAME= 0c060a63850f1a97edd5ca63ddf99d29936f24a9:si
|
||||
SI_USE= php=curl
|
||||
|
||||
TASKODROME_DESC= Interactive scrum board
|
||||
TASKODROME_GH_ACCOUNT= mantisbt-plugins:taskodrome
|
||||
TASKODROME_GH_PROJECT= Taskodrome:taskodrome
|
||||
TASKODROME_GH_TAGNAME= 8e46633fdc303c32e6ce4777d8fabc1ce31cc589:taskodrome
|
||||
|
||||
TIMETRACKING_DESC= Time Tracking
|
||||
TIMETRACKING_GH_ACCOUNT=mantisbt-plugins:timetracking
|
||||
TIMETRACKING_GH_PROJECT=timetracking:timetracking
|
||||
TIMETRACKING_GH_TAGNAME=990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26:timetracking
|
||||
|
||||
MYSQL_DESC= MySQL support
|
||||
ACTIVITY_GH_TUPLE= mantisbt-plugins:Activity:99cf873396ebc3fec431c6746dae1a604768f322:activity/plugins/Activity
|
||||
ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.3.0:announce/plugins/Announce
|
||||
COLORIZED_GH_TUPLE= mantisbt-plugins:MantisBT-Colorized:f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized/css/themes/colorized
|
||||
CUSTOMREPORTER_GH_TUPLE= mantisbt-plugins:CustomReporter:v2.0.0:customreporter/plugins/CustomReporter
|
||||
EMAILREP_GH_TUPLE= mantisbt-plugins:EmailReporting:EmailReporting_0.10.1:emailrep/plugins/EmailReporting
|
||||
EVENTLOG_GH_TUPLE= mantisbt-plugins:EventLog:74fd03cf85a32088a0206bc73bb14ddbd148aed2:eventlog/plugins/EventLog
|
||||
FLTBUGLST_GH_TUPLE= mantisbt-plugins:FilterBugList:v2.1.0:fltbuglist/plugins/FilterBugList
|
||||
GAUGE_GH_TUPLE= mantisbt-plugins:GaugeSupport:5fd657c713c6ee5ff2ae8bfbedb30a700d38f2db:gauge/plugins/GaugeSupport
|
||||
JQUERYCHOSEN_GH_TUPLE= mantisbt-plugins:JqueryChosen:dc305e987ea3693bb92d22545ba23f3fc44d04c3:jquerychosen
|
||||
JQUERYUI_GH_TUPLE= mantisbt-plugins:jQuery-UI:ca77afa51166658b469dd11bfff7713485935bda:jqueryui
|
||||
LIGHTBOX_GH_TUPLE= mantisbt-plugins:Lightbox:f8220ba689378054ca433f718d909dc41a803def:lightbox/plugins/Lightbox
|
||||
PIWIK_GH_TUPLE= mantisbt-plugins:piwik:a2dba46836bdc07a80b8040e889ba0606f97415e:piwik
|
||||
SAMPLEAUTH_GH_TUPLE= mantisbt-plugins:SampleAuth:34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth/plugins/SampleAuth
|
||||
SLACK_GH_TUPLE= mantisbt-plugins:Slack:0e00367057a46171cb17b8eb8ff9bf6138b24525:slack/plugins/Slack
|
||||
SNIPPETS_GH_TUPLE= mantisbt-plugins:Snippets:v2.2.5:snippets/plugins/Snippets
|
||||
SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.1.3:si
|
||||
SI_USE= php=curl
|
||||
TASKODROME_GH_TUPLE= mantisbt-plugins:Taskodrome:0491fa47062cdfa7bf03c01bd286986c75a18453:taskodrome
|
||||
TIMETRACKING_GH_TUPLE= mantisbt-plugins:timetracking:3a560673d85e17651fc1994f5e09e2ae9df62336:timetracking
|
||||
|
||||
MYSQL_USE= php=mysqli
|
||||
|
||||
PGSQL_DESC= PostgreSQL support
|
||||
PGSQL_USE= php=pgsql
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC_api_swaggerui}/dist ${WRKSRC}/api/rest/swagger
|
||||
@${MV} ${WRKSRC}/api/rest/swagger/index.html ${WRKSRC}/api/rest/swagger/index.php
|
||||
|
||||
post-extract-COLORIZED-on:
|
||||
@${MV} ${WRKSRC_colorized}/colorized.css ${WRKSRC_colorized}/default.css
|
||||
@${CP} ${WRKSRC_colorized}/assets/screenshot-1.png ${WRKSRC_colorized}/colorized.png
|
||||
|
@ -180,18 +94,7 @@ post-extract-PIWIK-on:
|
|||
@${MV} ${WRKSRC_piwik}/Piwik ${WRKSRC}/plugins/
|
||||
|
||||
post-extract-SI-on:
|
||||
@${MV} ${WRKSRC_si}/Source ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceBitBucket ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceCgit ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceGithub ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceGitlab ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceGitphp ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceGitweb ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceHgWeb ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceSFSVN ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceSVN ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceViewVC ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/SourceWebSVN ${WRKSRC}/plugins/
|
||||
@${MV} ${WRKSRC_si}/Source* ${WRKSRC}/plugins
|
||||
|
||||
post-extract-TASKODROME-on:
|
||||
@${MV} ${WRKSRC_taskodrome}/Taskodrome ${WRKSRC}/plugins/
|
||||
|
|
|
@ -1,32 +1,20 @@
|
|||
TIMESTAMP = 1512569589
|
||||
SHA256 (mantisbt-mantisbt-2.9.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = a6b1bbd8fa7bc7f541e77a59e9f8a6fd496b8f61f2cd0423750ad6731af93522
|
||||
SIZE (mantisbt-mantisbt-2.9.0-798792eebed2e699a98c4e94f4aeb4c35eba55f8_GH0.tar.gz) = 4547294
|
||||
SHA256 (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 5c67f724da6d2daa8931920b82f92319098badc47b57848c385a942a1420bdf4
|
||||
SIZE (mantisbt-swagger-ui-0beaf61f94c3e6359ee0cdaf7b23ad4b365d761f_GH0.tar.gz) = 1401641
|
||||
SHA256 (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = a9334857b2dfefb42273f5296ef89166e6d65fcca26857702bce579ba1add102
|
||||
SIZE (mantisbt-ADOdb-cc2c13e337f1441e3aa1e17497722c1cd98b281b_GH0.tar.gz) = 342578
|
||||
SHA256 (mantisbt-disposable_email_checker-6a7ddc0598810bdb91d270b489cec2e1033e047f_GH0.tar.gz) = a2df1d7eb889ee175abb9c9d7a698260416bdb9c8d768262f68ca2050563921f
|
||||
SIZE (mantisbt-disposable_email_checker-6a7ddc0598810bdb91d270b489cec2e1033e047f_GH0.tar.gz) = 9205
|
||||
SHA256 (mantisbt-parsedown-20ff8bbb57205368b4b42d094642a3e52dac85fb_GH0.tar.gz) = a5fa28b2c0a546e34679ea78a9dbd811820351bd9b64df97d0b1fd29eb94f26b
|
||||
SIZE (mantisbt-parsedown-20ff8bbb57205368b4b42d094642a3e52dac85fb_GH0.tar.gz) = 17633
|
||||
SHA256 (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b_GH0.tar.gz) = 61ef72758060af029320478343f70250aea6cf3434e526283c0911ba907ba1ab
|
||||
SIZE (mantisbt-PHPMailer-e066a6277ad41fcfdb8d3b8536aaa55ec9b6399b_GH0.tar.gz) = 92355
|
||||
SHA256 (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 490a47dd550e20de5a8f1f4841e55803232ab5716e502cc1e292cdc7dc52af30
|
||||
SIZE (mantisbt-securimage-65d446e137db4fe84e7f7edb9e7b06fce521a63b_GH0.tar.gz) = 7590715
|
||||
TIMESTAMP = 1535366150
|
||||
SHA256 (mantisbt-2.16.0.tar.gz) = 42cd6422af35972351bf4eae17ada975894b115d4b921e213a2c61a6943c70f7
|
||||
SIZE (mantisbt-2.16.0.tar.gz) = 16685604
|
||||
SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88
|
||||
SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861
|
||||
SHA256 (mantisbt-plugins-Announce-f6a31c41e5dac73b99906cb3e6745def7f11f98a_GH0.tar.gz) = 41810017f84ac6e20af17b7a0ef54e0bc8a630ae8aa9ca18541a50e8ef38a7b1
|
||||
SIZE (mantisbt-plugins-Announce-f6a31c41e5dac73b99906cb3e6745def7f11f98a_GH0.tar.gz) = 148042
|
||||
SHA256 (mantisbt-plugins-Announce-v2.3.0_GH0.tar.gz) = 08e22564618d4a867db87c35d2117781631ae6c58e805b74a1c61e065edb189d
|
||||
SIZE (mantisbt-plugins-Announce-v2.3.0_GH0.tar.gz) = 151559
|
||||
SHA256 (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = d4ca823fdcef233f041a2ab590d7b2c9e7e9209d2f92f07749967b564b128418
|
||||
SIZE (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = 260775
|
||||
SHA256 (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 867156531e1ad67a467cfd7ef5456c2f18098dc8c9c711a636f3c7b612f64134
|
||||
SIZE (mantisbt-plugins-CustomReporter-e9658eac2aa6c7e37609578e1d8bd676d22a3770_GH0.tar.gz) = 15727
|
||||
SHA256 (mantisbt-plugins-EmailReporting-81e7f0bda136f330ef6f535ad29b09b2c91dc0b4_GH0.tar.gz) = 34c779f2a1c659acfa999ca4a3016977ef8de56b294cdfb17cdca9a1429f2cc9
|
||||
SIZE (mantisbt-plugins-EmailReporting-81e7f0bda136f330ef6f535ad29b09b2c91dc0b4_GH0.tar.gz) = 171545
|
||||
SHA256 (mantisbt-plugins-CustomReporter-v2.0.0_GH0.tar.gz) = 91c97236e56899a79bcc84f7f0f1ab7f9e1176c8687cefbf3c9cc31a6e1d7022
|
||||
SIZE (mantisbt-plugins-CustomReporter-v2.0.0_GH0.tar.gz) = 15691
|
||||
SHA256 (mantisbt-plugins-EmailReporting-EmailReporting_0.10.1_GH0.tar.gz) = 86825713dc8efb9174d47db45b4aeaa30d9a3a3c5441ea144d86e4f1a829a0f2
|
||||
SIZE (mantisbt-plugins-EmailReporting-EmailReporting_0.10.1_GH0.tar.gz) = 171999
|
||||
SHA256 (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = ee0d3fccfce3cc63b597d59e46067dd8f511014cee8b308763e5ed900753673d
|
||||
SIZE (mantisbt-plugins-EventLog-74fd03cf85a32088a0206bc73bb14ddbd148aed2_GH0.tar.gz) = 264064
|
||||
SHA256 (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = ef30ffa35e3e40e6a9da494e9ce6b556510212588b66e8712661d3f5da27e24c
|
||||
SIZE (mantisbt-plugins-FilterBugList-4de5242dcf3ced656cffbf14776ce41089c07e49_GH0.tar.gz) = 3172
|
||||
SHA256 (mantisbt-plugins-FilterBugList-v2.1.0_GH0.tar.gz) = b9d01f61eff18ccaa5186ffd5520ed7fa7e1918438d82f1e33816eb5066b4788
|
||||
SIZE (mantisbt-plugins-FilterBugList-v2.1.0_GH0.tar.gz) = 3171
|
||||
SHA256 (mantisbt-plugins-GaugeSupport-5fd657c713c6ee5ff2ae8bfbedb30a700d38f2db_GH0.tar.gz) = 393b7fa2300c0c6e027bbb97c5432e89c6c363bef066f5df5056ff8ff36d03ac
|
||||
SIZE (mantisbt-plugins-GaugeSupport-5fd657c713c6ee5ff2ae8bfbedb30a700d38f2db_GH0.tar.gz) = 6440
|
||||
SHA256 (mantisbt-plugins-JqueryChosen-dc305e987ea3693bb92d22545ba23f3fc44d04c3_GH0.tar.gz) = 070cadc956689e6357af43a251e1d6fd703fa2612c8dee45c61e6e29e456d15e
|
||||
|
@ -39,13 +27,13 @@ SHA256 (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.
|
|||
SIZE (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = 2898
|
||||
SHA256 (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 0b469ad79ffb792e4fc9cbcc5d48266c686be20de3f0cd6986bf43893deca1c3
|
||||
SIZE (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 197029
|
||||
SHA256 (mantisbt-plugins-Slack-8aa67a830ca791936c05eede149d240d95579bcb_GH0.tar.gz) = d0470058dab3c3d90eb8f51d8748118cfd26b85955f392f4f6152c0052b6a0dd
|
||||
SIZE (mantisbt-plugins-Slack-8aa67a830ca791936c05eede149d240d95579bcb_GH0.tar.gz) = 26881
|
||||
SHA256 (mantisbt-plugins-snippets-543b7a47640fa0a03b620ab08968d0e67a3d9b6f_GH0.tar.gz) = 62e594983469b233c419b6358c70fea4102703e4d77d25cde1d948edfd6568af
|
||||
SIZE (mantisbt-plugins-snippets-543b7a47640fa0a03b620ab08968d0e67a3d9b6f_GH0.tar.gz) = 34622
|
||||
SHA256 (mantisbt-plugins-source-integration-0c060a63850f1a97edd5ca63ddf99d29936f24a9_GH0.tar.gz) = 1bfbba008b8a3ecd7fee9c12c11000ab66f622c9d30e02abad9dbfebe431622d
|
||||
SIZE (mantisbt-plugins-source-integration-0c060a63850f1a97edd5ca63ddf99d29936f24a9_GH0.tar.gz) = 108947
|
||||
SHA256 (mantisbt-plugins-Taskodrome-8e46633fdc303c32e6ce4777d8fabc1ce31cc589_GH0.tar.gz) = 1e9c16032573e19d5589f344e23b28698d1916b25e9ed3a8bf3b3b8a7e4c9bba
|
||||
SIZE (mantisbt-plugins-Taskodrome-8e46633fdc303c32e6ce4777d8fabc1ce31cc589_GH0.tar.gz) = 14525508
|
||||
SHA256 (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = a33ff4326e33a72e3816fea02fc24ff187eb8ec544f04590b111f7a930a963b5
|
||||
SIZE (mantisbt-plugins-timetracking-990ce27aba9a6f79fdfbe10f71c7b60c7b8cbe26_GH0.tar.gz) = 12864
|
||||
SHA256 (mantisbt-plugins-Slack-0e00367057a46171cb17b8eb8ff9bf6138b24525_GH0.tar.gz) = f0eaea1bb42bf0f02956c0995c0e74b3832c479632d226af1fd3996b30ecd806
|
||||
SIZE (mantisbt-plugins-Slack-0e00367057a46171cb17b8eb8ff9bf6138b24525_GH0.tar.gz) = 27139
|
||||
SHA256 (mantisbt-plugins-Snippets-v2.2.5_GH0.tar.gz) = 7efa4d1635789fde24d1aa5385f0fee100578c5c1f730c6fcf9228304b059aa0
|
||||
SIZE (mantisbt-plugins-Snippets-v2.2.5_GH0.tar.gz) = 35287
|
||||
SHA256 (mantisbt-plugins-source-integration-v2.1.3_GH0.tar.gz) = 07b4e941f7d478f1b14b040efd3a47fe5623d32aea8bd2c195b2bc390463fefb
|
||||
SIZE (mantisbt-plugins-source-integration-v2.1.3_GH0.tar.gz) = 109541
|
||||
SHA256 (mantisbt-plugins-Taskodrome-0491fa47062cdfa7bf03c01bd286986c75a18453_GH0.tar.gz) = b990e8a91ef8842e2a4a8a140f3f8d3505fb04797f7359cd7b27220d721d4a9b
|
||||
SIZE (mantisbt-plugins-Taskodrome-0491fa47062cdfa7bf03c01bd286986c75a18453_GH0.tar.gz) = 14528816
|
||||
SHA256 (mantisbt-plugins-timetracking-3a560673d85e17651fc1994f5e09e2ae9df62336_GH0.tar.gz) = 99f13d9d4cef6aa9875dcd2b122dcd48b33dbd1e51439d455ea850b59bf7f14a
|
||||
SIZE (mantisbt-plugins-timetracking-3a560673d85e17651fc1994f5e09e2ae9df62336_GH0.tar.gz) = 13128
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- api/rest/swagger/index.php 2017-06-18 00:46:15.000000000 +0300
|
||||
+++ api/rest/swagger/index.php 2017-02-24 08:29:06.000000000 +0300
|
||||
@@ -1,3 +1,8 @@
|
||||
+<?php
|
||||
+$g_bypass_headers = true;
|
||||
+require_once( __DIR__ . '/../../../core.php' );
|
||||
+$t_path = config_get( 'path' );
|
||||
+?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
@@ -38,7 +43,7 @@
|
||||
if (url && url.length > 1) {
|
||||
url = decodeURIComponent(url[1]);
|
||||
} else {
|
||||
- url = "http://petstore.swagger.io/v2/swagger.json";
|
||||
+ url = '<?php echo $t_path . 'api/rest/swagger.json' ?>';
|
||||
}
|
||||
|
||||
hljs.configure({
|
|
@ -1,22 +1,2 @@
|
|||
|
||||
=============================================================
|
||||
Everything has been installed to:
|
||||
|
||||
%%WWWDIR%%
|
||||
|
||||
To make Mantis available through your web site, I suggest
|
||||
that you add something like the following to httpd.conf:
|
||||
|
||||
Alias /mantis/ "%%WWWDIR%%/"
|
||||
|
||||
<Directory "%%WWWDIR%%/">
|
||||
Options None
|
||||
AllowOverride None
|
||||
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
Also be sure to read %%WWWDIR%%/doc/INSTALL
|
||||
=============================================================
|
||||
|
||||
Please see %%WWWDIR%%/doc/en-US/Admin_Guide
|
||||
on how to setup Mantis.
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
Mantis is a web-based bugtracking system. It is in active development
|
||||
and is no longer considered beta.
|
||||
MantisBT is a web based open source issue tracker that provides a
|
||||
delicate balance between simplicity and power. Users are able to
|
||||
get started in minutes and start managing their projects while
|
||||
collaborating with their teammates and clients effectively.
|
||||
|
||||
It 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).
|
||||
|
||||
Mantis is free to use and modify. It is free to redistribute as
|
||||
long as you abide by the distribution terms of the GPL.
|
||||
It is written in the PHP scripting language and works with the MySQL
|
||||
(or one of its forks), and PostgreSQL databases and a web server.
|
||||
Almost any web browser should be able to function as a client.
|
||||
|
||||
WWW: http://www.mantisbt.org/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue