diff options
author | obache <obache@pkgsrc.org> | 2013-01-20 08:56:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-20 08:56:48 +0000 |
commit | 5b48042a159d2eb6b783542d598447e3f5e4764f (patch) | |
tree | b558f65433502aee6ab38ad3f1ac7c8baaba64de /www/ja-trac | |
parent | 99ce60584793626f23e851da92259dcb012cb9ef (diff) | |
download | pkgsrc-5b48042a159d2eb6b783542d598447e3f5e4764f.tar.gz |
Update ja-trac to 1.0pl1, aka 1.0.ja1.
Trac-1.0.ja1 (Oct 4, 2012)
* Based on Trac 1.0 'Cell'
* Change document and parameters for this distribution.
- *.trac-ja
- setup.py
- trac/templates/about.html
- trac/templates/theme.html
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate default reports into Japanese.
- trac/db_default.py
* Translate default workflow display into Japanese.
* trac/ticket/templates/report.rss
* trac/ticket/templates/report_view.html
* [Patch] Add formatting for report using Japanese column name.
- trac/ticket/report.py
- trac/ticket/templates/report.rss
- trac/ticket/templates/report_view.html
* [Patch] Fix a bug that local time will not be applied
when downloading repository files as Zip.
- trac/versioncontrol/web_ui/changeset.py
* [Patch] Small patch for Unicode
- trac/about.py
* [Patch] Fix based on ticket #10877.
-trac/util/text.py
-trac/util/test/text.py
Trac 1.0 'Cell' (September 7, 2012)
http://svn.edgewall.org/repos/trac/tags/trac-1.0
Trac 1.0 is a major release adding refreshed user interface and
improved DVCS repository support as the most visible changes.
The following list contains only a few highlights:
- The default theme looks more modern, especially on recent browsers
(no effort has been made to make it look better on older browsers
like IE6 or 7)
- The TracHacks GitPlugin has been donated by Herbert Valerio Riedel
to the Trac project (many thanks!) and is now maintained here as an
optional component
- As a consequence, the Subversion support has been moved below
`tracopt.versioncontrol` as well
- The Git and Mercurial log view feature a visualization of the
branching structure
- Usability improvements for the tickets, with a better support for
conflict detection and resolution
- Integration of the TracHacks BatchModifyPlugin, contributed by
Brian Meeker (many thanks!) and is now maintained there as a
default component
- jQuery/UI integration, featuring a date picker for date fields
- Improved integration with Pygments syntax highlighting
- ... and numerous smaller features added and bugs fixed since 0.12!
Diffstat (limited to 'www/ja-trac')
-rw-r--r-- | www/ja-trac/MESSAGE | 4 | ||||
-rw-r--r-- | www/ja-trac/Makefile | 12 | ||||
-rw-r--r-- | www/ja-trac/PLIST | 126 | ||||
-rw-r--r-- | www/ja-trac/distinfo | 8 | ||||
-rw-r--r-- | www/ja-trac/options.mk | 6 |
5 files changed, 127 insertions, 29 deletions
diff --git a/www/ja-trac/MESSAGE b/www/ja-trac/MESSAGE index 51fed69d390..ef961e6db52 100644 --- a/www/ja-trac/MESSAGE +++ b/www/ja-trac/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2009/09/29 04:41:16 obache Exp $ +$NetBSD: MESSAGE,v 1.4 2013/01/20 08:56:48 obache Exp $ You must upgrade existing Trac environments before using a new version: @@ -15,6 +15,8 @@ For more information: http://trac.edgewall.org/wiki/TracUpgrade You can install following packages for feature improvements: + ${PYPKGPREFIX}-docutils (textproc/py-docutils) for WikiRestructuredText ${PYPKGPREFIX}-subversion (devel/py-subversion) Using with Subversion ${PYPKGPREFIX}-pygments (textproc/py-pygments) Syntex hilighting + ${PYPKGPREFIX}-pytz (time/py-pytz) for complete list of time zones =========================================================================== diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index 31e02f637b0..b93855f6b1e 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2012/10/28 06:30:18 asau Exp $ +# $NetBSD: Makefile,v 1.41 2013/01/20 08:56:48 obache Exp $ # -DISTNAME= Trac-0.12.3.ja2 +DISTNAME= Trac-1.0.ja1 PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/} -PKGREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/ EXTRACT_SUFX= .zip @@ -18,9 +17,10 @@ CONFLICTS+= trac-[0-9]* USE_LANGUAGES= # none USE_TOOLS+= pax -DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi +DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi +DEPENDS+= ${PYPKGPREFIX}-babel>=0.9.5:../../devel/py-babel -REPLACE_PYTHON= cgi-bin/trac.cgi cgi-bin/trac.fcgi +REPLACE_PYTHON= contrib/cgi-bin/trac.cgi contrib/cgi-bin/trac.fcgi REPLACE_PYTHON+=contrib/*.py contrib/*-hook contrib/workflow/*.py REPLACE_PYTHON+=trac/admin/templates/deploy_trac.* trac/tests/functional/*.py @@ -32,7 +32,7 @@ INSTALLATION_DIRS+= libexec/cgi-bin ${EGDIR} post-install: .for cgi in trac.cgi trac.fcgi - ${INSTALL_SCRIPT} ${WRKSRC}/cgi-bin/${cgi} ${DESTDIR}${PREFIX}/libexec/cgi-bin + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/cgi-bin/${cgi} ${DESTDIR}${PREFIX}/libexec/cgi-bin .endfor cd ${WRKSRC}/contrib && \ pax -rw -pp -pm . ${DESTDIR}${PREFIX}/${EGDIR} diff --git a/www/ja-trac/PLIST b/www/ja-trac/PLIST index 10bbfaddbd2..d9e7d065cba 100644 --- a/www/ja-trac/PLIST +++ b/www/ja-trac/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2011/03/04 04:34:52 obache Exp $ +@comment $NetBSD: PLIST,v 1.15 2013/01/20 08:56:48 obache Exp $ bin/trac-admin bin/tracd ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -87,6 +87,7 @@ ${PYSITELIB}/trac/env.pyo ${PYSITELIB}/trac/htdocs/README ${PYSITELIB}/trac/htdocs/asc.png ${PYSITELIB}/trac/htdocs/attachment.png +${PYSITELIB}/trac/htdocs/batchmodify.png ${PYSITELIB}/trac/htdocs/changeset.png ${PYSITELIB}/trac/htdocs/closedticket.png ${PYSITELIB}/trac/htdocs/collapsed.png @@ -96,6 +97,24 @@ ${PYSITELIB}/trac/htdocs/css/browser.css ${PYSITELIB}/trac/htdocs/css/changeset.css ${PYSITELIB}/trac/htdocs/css/code.css ${PYSITELIB}/trac/htdocs/css/diff.css +${PYSITELIB}/trac/htdocs/css/jquery-ui-addons.css +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_diagonals-thick_18_ffddcc_40x40.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_flat_00_ffffff_40x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_flat_0_ffffdd_40x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_flat_0_ffffff_40x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_flat_10_000000_40x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_highlight-soft_30_303030_1x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_highlight-soft_75_c0f0c0_1x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-bg_highlight-soft_80_ffffdd_1x100.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_222222_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_4b954f_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_505050_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_707070_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_9b081d_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_b00000_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/images/ui-icons_d7d7d7_256x240.png +${PYSITELIB}/trac/htdocs/css/jquery-ui/jquery-ui.css ${PYSITELIB}/trac/htdocs/css/prefs.css ${PYSITELIB}/trac/htdocs/css/report.css ${PYSITELIB}/trac/htdocs/css/roadmap.css @@ -128,15 +147,20 @@ ${PYSITELIB}/trac/htdocs/guide/basic-workflow.png ${PYSITELIB}/trac/htdocs/guide/original-workflow.png ${PYSITELIB}/trac/htdocs/ics.png ${PYSITELIB}/trac/htdocs/imggrid.png +${PYSITELIB}/trac/htdocs/inreply.png ${PYSITELIB}/trac/htdocs/js/auto_preview.js ${PYSITELIB}/trac/htdocs/js/babel.js ${PYSITELIB}/trac/htdocs/js/blame.js ${PYSITELIB}/trac/htdocs/js/diff.js +${PYSITELIB}/trac/htdocs/js/excanvas.js ${PYSITELIB}/trac/htdocs/js/expand_dir.js ${PYSITELIB}/trac/htdocs/js/folding.js -${PYSITELIB}/trac/htdocs/js/ie_pre7_hacks.js +${PYSITELIB}/trac/htdocs/js/jquery-ui-addons.js +${PYSITELIB}/trac/htdocs/js/jquery-ui-i18n.js +${PYSITELIB}/trac/htdocs/js/jquery-ui.js ${PYSITELIB}/trac/htdocs/js/jquery.js ${PYSITELIB}/trac/htdocs/js/keyboard_nav.js +${PYSITELIB}/trac/htdocs/js/log_graph.js ${PYSITELIB}/trac/htdocs/js/messages/ca.js ${PYSITELIB}/trac/htdocs/js/messages/de.js ${PYSITELIB}/trac/htdocs/js/messages/en_GB.js @@ -144,6 +168,7 @@ ${PYSITELIB}/trac/htdocs/js/messages/en_US.js ${PYSITELIB}/trac/htdocs/js/messages/eo.js ${PYSITELIB}/trac/htdocs/js/messages/es.js ${PYSITELIB}/trac/htdocs/js/messages/es_AR.js +${PYSITELIB}/trac/htdocs/js/messages/et.js ${PYSITELIB}/trac/htdocs/js/messages/fi.js ${PYSITELIB}/trac/htdocs/js/messages/fr.js ${PYSITELIB}/trac/htdocs/js/messages/he.js @@ -158,6 +183,7 @@ ${PYSITELIB}/trac/htdocs/js/messages/ru.js ${PYSITELIB}/trac/htdocs/js/messages/sl.js ${PYSITELIB}/trac/htdocs/js/messages/sv.js ${PYSITELIB}/trac/htdocs/js/messages/tr.js +${PYSITELIB}/trac/htdocs/js/messages/uk.js ${PYSITELIB}/trac/htdocs/js/messages/zh_CN.js ${PYSITELIB}/trac/htdocs/js/messages/zh_TW.js ${PYSITELIB}/trac/htdocs/js/noconflict.js @@ -165,9 +191,11 @@ ${PYSITELIB}/trac/htdocs/js/query.js ${PYSITELIB}/trac/htdocs/js/resizer.js ${PYSITELIB}/trac/htdocs/js/search.js ${PYSITELIB}/trac/htdocs/js/suggest.js +${PYSITELIB}/trac/htdocs/js/threaded_comments.js ${PYSITELIB}/trac/htdocs/js/timeline_multirepos.js ${PYSITELIB}/trac/htdocs/js/trac.js ${PYSITELIB}/trac/htdocs/js/wikitoolbar.js +${PYSITELIB}/trac/htdocs/js/workflow_graph.js ${PYSITELIB}/trac/htdocs/loading.gif ${PYSITELIB}/trac/htdocs/lock-locked.png ${PYSITELIB}/trac/htdocs/milestone.png @@ -185,34 +213,64 @@ ${PYSITELIB}/trac/loader.py ${PYSITELIB}/trac/loader.pyc ${PYSITELIB}/trac/loader.pyo ${PYSITELIB}/trac/locale/ca/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/ca/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/cs/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/cs/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/de/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/de/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/el/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/en_GB/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/en_GB/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/en_US/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/en_US/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/eo/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/eo/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/es/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/es/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/es_AR/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/es_AR/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/et/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/fa/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/fi/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/fi/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/fr/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/fr/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/gl/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/gl/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/he/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/he/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/hu/LC_MESSAGES/messages.mo -${PYSITELIB}/trac/locale/hy/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/hu/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/hy/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/it/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/it/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/ja/LC_MESSAGES/messages.mo -${PYSITELIB}/trac/locale/ko/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/ja/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/ko/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/nb/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/nb/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/nl/LC_MESSAGES/messages.mo -${PYSITELIB}/trac/locale/pl/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/nl/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/pl/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/pt/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/pt/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/pt_BR/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/pt_BR/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/ro/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/ro/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/ru/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/ru/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/sl/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/sl/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/sv/LC_MESSAGES/messages.mo -${PYSITELIB}/trac/locale/tr/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/sv/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/tr/LC_MESSAGES/tracini.mo +${PYSITELIB}/trac/locale/uk/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/vi/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/zh_CN/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/zh_CN/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/locale/zh_TW/LC_MESSAGES/messages.mo +${PYSITELIB}/trac/locale/zh_TW/LC_MESSAGES/tracini.mo ${PYSITELIB}/trac/log.py ${PYSITELIB}/trac/log.pyc ${PYSITELIB}/trac/log.pyo @@ -231,9 +289,6 @@ ${PYSITELIB}/trac/mimeview/pygments.pyo ${PYSITELIB}/trac/mimeview/rst.py ${PYSITELIB}/trac/mimeview/rst.pyc ${PYSITELIB}/trac/mimeview/rst.pyo -${PYSITELIB}/trac/mimeview/silvercity.py -${PYSITELIB}/trac/mimeview/silvercity.pyc -${PYSITELIB}/trac/mimeview/silvercity.pyo ${PYSITELIB}/trac/mimeview/txtl.py ${PYSITELIB}/trac/mimeview/txtl.pyc ${PYSITELIB}/trac/mimeview/txtl.pyo @@ -256,6 +311,7 @@ ${PYSITELIB}/trac/prefs/templates/prefs_general.html ${PYSITELIB}/trac/prefs/templates/prefs_keybindings.html ${PYSITELIB}/trac/prefs/templates/prefs_language.html ${PYSITELIB}/trac/prefs/templates/prefs_pygments.html +${PYSITELIB}/trac/prefs/templates/prefs_userinterface.html ${PYSITELIB}/trac/prefs/web_ui.py ${PYSITELIB}/trac/prefs/web_ui.pyc ${PYSITELIB}/trac/prefs/web_ui.pyo @@ -282,18 +338,16 @@ ${PYSITELIB}/trac/templates/diff_div.html ${PYSITELIB}/trac/templates/diff_options.html ${PYSITELIB}/trac/templates/diff_view.html ${PYSITELIB}/trac/templates/error.html -${PYSITELIB}/trac/templates/footer.cs -${PYSITELIB}/trac/templates/header.cs ${PYSITELIB}/trac/templates/history_view.html ${PYSITELIB}/trac/templates/index.html ${PYSITELIB}/trac/templates/layout.html ${PYSITELIB}/trac/templates/list_of_attachments.html -${PYSITELIB}/trac/templates/macros.cs ${PYSITELIB}/trac/templates/macros.html ${PYSITELIB}/trac/templates/macros.rss ${PYSITELIB}/trac/templates/page_index.html ${PYSITELIB}/trac/templates/preview_file.html ${PYSITELIB}/trac/templates/progress_bar.html +${PYSITELIB}/trac/templates/progress_bar_grouped.html ${PYSITELIB}/trac/templates/theme.html ${PYSITELIB}/trac/test.py ${PYSITELIB}/trac/test.pyc @@ -328,6 +382,9 @@ ${PYSITELIB}/trac/ticket/admin.pyo ${PYSITELIB}/trac/ticket/api.py ${PYSITELIB}/trac/ticket/api.pyc ${PYSITELIB}/trac/ticket/api.pyo +${PYSITELIB}/trac/ticket/batch.py +${PYSITELIB}/trac/ticket/batch.pyc +${PYSITELIB}/trac/ticket/batch.pyo ${PYSITELIB}/trac/ticket/default_workflow.py ${PYSITELIB}/trac/ticket/default_workflow.pyc ${PYSITELIB}/trac/ticket/default_workflow.pyo @@ -346,6 +403,8 @@ ${PYSITELIB}/trac/ticket/report.pyo ${PYSITELIB}/trac/ticket/roadmap.py ${PYSITELIB}/trac/ticket/roadmap.pyc ${PYSITELIB}/trac/ticket/roadmap.pyo +${PYSITELIB}/trac/ticket/templates/batch_modify.html +${PYSITELIB}/trac/ticket/templates/batch_ticket_notify_email.txt ${PYSITELIB}/trac/ticket/templates/milestone_delete.html ${PYSITELIB}/trac/ticket/templates/milestone_edit.html ${PYSITELIB}/trac/ticket/templates/milestone_view.html @@ -364,6 +423,7 @@ ${PYSITELIB}/trac/ticket/templates/ticket.rss ${PYSITELIB}/trac/ticket/templates/ticket_box.html ${PYSITELIB}/trac/ticket/templates/ticket_change.html ${PYSITELIB}/trac/ticket/templates/ticket_notify_email.txt +${PYSITELIB}/trac/ticket/templates/ticket_preview.html ${PYSITELIB}/trac/ticket/web_ui.py ${PYSITELIB}/trac/ticket/web_ui.pyc ${PYSITELIB}/trac/ticket/web_ui.pyo @@ -434,6 +494,15 @@ ${PYSITELIB}/trac/upgrades/db25.pyo ${PYSITELIB}/trac/upgrades/db26.py ${PYSITELIB}/trac/upgrades/db26.pyc ${PYSITELIB}/trac/upgrades/db26.pyo +${PYSITELIB}/trac/upgrades/db27.py +${PYSITELIB}/trac/upgrades/db27.pyc +${PYSITELIB}/trac/upgrades/db27.pyo +${PYSITELIB}/trac/upgrades/db28.py +${PYSITELIB}/trac/upgrades/db28.pyc +${PYSITELIB}/trac/upgrades/db28.pyo +${PYSITELIB}/trac/upgrades/db29.py +${PYSITELIB}/trac/upgrades/db29.pyc +${PYSITELIB}/trac/upgrades/db29.pyo ${PYSITELIB}/trac/upgrades/db3.py ${PYSITELIB}/trac/upgrades/db3.pyc ${PYSITELIB}/trac/upgrades/db3.pyo @@ -560,9 +629,6 @@ ${PYSITELIB}/trac/web/cgi_frontend.pyo ${PYSITELIB}/trac/web/chrome.py ${PYSITELIB}/trac/web/chrome.pyc ${PYSITELIB}/trac/web/chrome.pyo -${PYSITELIB}/trac/web/clearsilver.py -${PYSITELIB}/trac/web/clearsilver.pyc -${PYSITELIB}/trac/web/clearsilver.pyo ${PYSITELIB}/trac/web/fcgi_frontend.py ${PYSITELIB}/trac/web/fcgi_frontend.pyc ${PYSITELIB}/trac/web/fcgi_frontend.pyo @@ -604,6 +670,7 @@ ${PYSITELIB}/trac/wiki/default-pages/TitleIndex ${PYSITELIB}/trac/wiki/default-pages/TracAccessibility ${PYSITELIB}/trac/wiki/default-pages/TracAdmin ${PYSITELIB}/trac/wiki/default-pages/TracBackup +${PYSITELIB}/trac/wiki/default-pages/TracBatchModify ${PYSITELIB}/trac/wiki/default-pages/TracBrowser ${PYSITELIB}/trac/wiki/default-pages/TracCgi ${PYSITELIB}/trac/wiki/default-pages/TracChangeset @@ -694,6 +761,9 @@ ${PYSITELIB}/tracopt/mimeview/enscript.pyo ${PYSITELIB}/tracopt/mimeview/php.py ${PYSITELIB}/tracopt/mimeview/php.pyc ${PYSITELIB}/tracopt/mimeview/php.pyo +${PYSITELIB}/tracopt/mimeview/silvercity.py +${PYSITELIB}/tracopt/mimeview/silvercity.pyc +${PYSITELIB}/tracopt/mimeview/silvercity.pyo ${PYSITELIB}/tracopt/perm/__init__.py ${PYSITELIB}/tracopt/perm/__init__.pyc ${PYSITELIB}/tracopt/perm/__init__.pyo @@ -706,6 +776,9 @@ ${PYSITELIB}/tracopt/perm/config_perm_provider.pyo ${PYSITELIB}/tracopt/ticket/__init__.py ${PYSITELIB}/tracopt/ticket/__init__.pyc ${PYSITELIB}/tracopt/ticket/__init__.pyo +${PYSITELIB}/tracopt/ticket/clone.py +${PYSITELIB}/tracopt/ticket/clone.pyc +${PYSITELIB}/tracopt/ticket/clone.pyo ${PYSITELIB}/tracopt/ticket/commit_updater.py ${PYSITELIB}/tracopt/ticket/commit_updater.pyc ${PYSITELIB}/tracopt/ticket/commit_updater.pyo @@ -713,10 +786,33 @@ ${PYSITELIB}/tracopt/ticket/deleter.py ${PYSITELIB}/tracopt/ticket/deleter.pyc ${PYSITELIB}/tracopt/ticket/deleter.pyo ${PYSITELIB}/tracopt/ticket/templates/ticket_delete.html +${PYSITELIB}/tracopt/versioncontrol/__init__.py +${PYSITELIB}/tracopt/versioncontrol/__init__.pyc +${PYSITELIB}/tracopt/versioncontrol/__init__.pyo +${PYSITELIB}/tracopt/versioncontrol/git/PyGIT.py +${PYSITELIB}/tracopt/versioncontrol/git/PyGIT.pyc +${PYSITELIB}/tracopt/versioncontrol/git/PyGIT.pyo +${PYSITELIB}/tracopt/versioncontrol/git/__init__.py +${PYSITELIB}/tracopt/versioncontrol/git/__init__.pyc +${PYSITELIB}/tracopt/versioncontrol/git/__init__.pyo +${PYSITELIB}/tracopt/versioncontrol/git/git_fs.py +${PYSITELIB}/tracopt/versioncontrol/git/git_fs.pyc +${PYSITELIB}/tracopt/versioncontrol/git/git_fs.pyo +${PYSITELIB}/tracopt/versioncontrol/svn/__init__.py +${PYSITELIB}/tracopt/versioncontrol/svn/__init__.pyc +${PYSITELIB}/tracopt/versioncontrol/svn/__init__.pyo +${PYSITELIB}/tracopt/versioncontrol/svn/svn_fs.py +${PYSITELIB}/tracopt/versioncontrol/svn/svn_fs.pyc +${PYSITELIB}/tracopt/versioncontrol/svn/svn_fs.pyo +${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.py +${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.pyc +${PYSITELIB}/tracopt/versioncontrol/svn/svn_prop.pyo libexec/cgi-bin/trac.cgi libexec/cgi-bin/trac.fcgi share/examples/trac/README share/examples/trac/bugzilla2trac.py +share/examples/trac/cgi-bin/trac.cgi +share/examples/trac/cgi-bin/trac.fcgi share/examples/trac/checkwiki.py share/examples/trac/emailfilter.py share/examples/trac/htdigest.py diff --git a/www/ja-trac/distinfo b/www/ja-trac/distinfo index d2bfbd21d5d..7420719df0b 100644 --- a/www/ja-trac/distinfo +++ b/www/ja-trac/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2012/03/08 01:31:16 obache Exp $ +$NetBSD: distinfo,v 1.27 2013/01/20 08:56:48 obache Exp $ -SHA1 (Trac-0.12.3.ja2.zip) = 6a07c1e9af482087a56de59cb5dbdbd298325cdf -RMD160 (Trac-0.12.3.ja2.zip) = 68924295939dc9be9d99d3259f9158df85c3a499 -Size (Trac-0.12.3.ja2.zip) = 2612594 bytes +SHA1 (Trac-1.0.ja1.zip) = f207d2c7990993204ec00d47a5847f4b39918b9a +RMD160 (Trac-1.0.ja1.zip) = 5ebb29a6a3d1f57fea034a6d767c0971f7b62ff2 +Size (Trac-1.0.ja1.zip) = 3464782 bytes diff --git a/www/ja-trac/options.mk b/www/ja-trac/options.mk index 6432408651f..79ce2508123 100644 --- a/www/ja-trac/options.mk +++ b/www/ja-trac/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2011/03/15 06:04:03 obache Exp $ +# $NetBSD: options.mk,v 1.3 2013/01/20 08:56:48 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trac PKG_OPTIONS_REQUIRED_GROUPS= db @@ -9,11 +9,11 @@ PKG_OPTIONS_LEGACY_OPTS= psycopg2:pgsql .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Msqlite) -DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2.3.2:../../databases/py-sqlite2 +DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2.5.5:../../databases/py-sqlite2 .endif .if !empty(PKG_OPTIONS:Mpgsql) DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 .endif .if !empty(PKG_OPTIONS:Mmysql) -DEPENDS+= ${PYPKGPREFIX}-mysqldb>=1.2.1:../../databases/py-mysqldb +DEPENDS+= ${PYPKGPREFIX}-mysqldb>=1.2.2:../../databases/py-mysqldb .endif |