summaryrefslogtreecommitdiff
path: root/www/ja-trac
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-28 00:44:30 +0000
committerobache <obache@pkgsrc.org>2010-08-28 00:44:30 +0000
commit7aa39fb75b73e691ad12a41dff5ca180f72d54f3 (patch)
tree199e567348f3056f19e21c94cc8dd28eb35cede2 /www/ja-trac
parent72276846303d7159f41f4021e3c80c44295bfdfa (diff)
downloadpkgsrc-7aa39fb75b73e691ad12a41dff5ca180f72d54f3.tar.gz
Update japanized Trac to 0.12.ja1 a.k.a. 0.12pl1.
Trac-0.12.ja1 (Aug 25, 2010) * Based on Trac 0.12 'Babel' * Change document and parameters for our distribution. - *.trac-ja - setup.py - trac/templates/about.html - trac/templates/theme.html * Translate default Wiki pages into Japanese. - trac/wiki/default-pages/* * Translate document of Wiki macros into Japanese. - trac/admin/console.py - trac/ticket/query.py - trac/wiki/macros.py * Translate document of trac.ini options into Japanese. - trac/attachment.py - trac/db/api.py - trac/db/mysql_backend.py - trac/db/postgres_backend.py - trac/db/sqlite_backend.py - trac/env.py - trac/mimeview/api.py - trac/mimeview/silvercity.py - trac/notification.py - trac/perm.py - trac/search/web_ui.py - trac/ticket/api.py - trac/ticket/notification.py - trac/ticket/query.py - trac/ticket/report.py - trac/ticket/roadmap.py - trac/ticket/web_ui.py - trac/timeline/web_ui.py - trac/versioncontrol/api.py - trac/versioncontrol/svn_authz.py - trac/versioncontrol/svn_fs.py - trac/versioncontrol/web_ui/browser.py - trac/versioncontrol/web_ui/changeset.py - trac/versioncontrol/web_ui/log.py - trac/web/auth.py - trac/web/chrome.py - trac/web/main.py - trac/wiki/api.py - trac/wiki/web_ui.py - tracopt/mimeview/enscript.py - tracopt/mimeview/php.py * Change default values for databases and trac.ini to Japanese - trac/db_default.py - trac/ticket/workflows/basic-workflow.ini - trac/ticket/workflows/original-workflow.ini * [Patch] Change default date/time format to Japan - trac/log.py - trac/util/datefmt.py * [Patch] Change default encode to cp932 - trac/mimeview/api.py * [Patch] Add format processing with Japanese coumn name in reports - trac/ticket/report.py - trac/ticket/templates/report.rss - trac/ticket/templates/report_view.html * [Patch] Fixes a bug that local time is not applied when download Zip file from repository - trac/versioncontrol/web_ui/changeset.py * [Patch] minor patch for Unicode handling - trac/about.py Trac 0.12 'Babel' (June 13, 2010) http://svn.edgewall.org/repos/trac/tags/trac-0.12 Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes. The following list contains only a few highlights: - The user interface is translated in a dozen of languages, provided the [Babel:] package is installed - Multiple repositories can be associated to a single Trac environment; the repositories can be of heterogeneous types (svn, hg, git, darcs...) - Usability improvements for the Wiki, with a nice side-by-side edit mode with automatic preview - Richer Wiki syntax, with much improved support for tables, partial WikiCreole compatibility and numerous smaller improvements - Usability improvements for the Ticket module, with automatic preview of comments while you type and possibility to edit or remove them later - Improved Custom Queries (time fields, multiple disjoint conditions, a.k.a. OR queries) - Timeline filtering by user - ... and numerous smaller features added and bugs fixed since 0.11!
Diffstat (limited to 'www/ja-trac')
-rw-r--r--www/ja-trac/Makefile4
-rw-r--r--www/ja-trac/PLIST152
-rw-r--r--www/ja-trac/distinfo8
3 files changed, 148 insertions, 16 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile
index 5f6e2982326..72a50cbe4a8 100644
--- a/www/ja-trac/Makefile
+++ b/www/ja-trac/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2010/03/24 04:55:20 obache Exp $
+# $NetBSD: Makefile,v 1.33 2010/08/28 00:44:30 obache Exp $
#
-DISTNAME= Trac-0.11.7.ja1
+DISTNAME= Trac-0.12.ja1
PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/}
CATEGORIES= www devel
MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/
diff --git a/www/ja-trac/PLIST b/www/ja-trac/PLIST
index 3ff397c5f90..a013beca2b6 100644
--- a/www/ja-trac/PLIST
+++ b/www/ja-trac/PLIST
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.11 2009/07/28 00:25:16 obache Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/08/28 00:44:30 obache Exp $
bin/trac-admin
bin/tracd
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/trac/__init__.py
${PYSITELIB}/trac/__init__.pyc
${PYSITELIB}/trac/__init__.pyo
@@ -42,6 +42,9 @@ ${PYSITELIB}/trac/admin/web_ui.pyo
${PYSITELIB}/trac/attachment.py
${PYSITELIB}/trac/attachment.pyc
${PYSITELIB}/trac/attachment.pyo
+${PYSITELIB}/trac/cache.py
+${PYSITELIB}/trac/cache.pyc
+${PYSITELIB}/trac/cache.pyo
${PYSITELIB}/trac/config.py
${PYSITELIB}/trac/config.pyc
${PYSITELIB}/trac/config.pyo
@@ -114,10 +117,13 @@ ${PYSITELIB}/trac/htdocs/extlink.gif
${PYSITELIB}/trac/htdocs/feed.png
${PYSITELIB}/trac/htdocs/file.png
${PYSITELIB}/trac/htdocs/folder.png
+${PYSITELIB}/trac/htdocs/grip.png
${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/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/expand_dir.js
@@ -125,10 +131,32 @@ ${PYSITELIB}/trac/htdocs/js/folding.js
${PYSITELIB}/trac/htdocs/js/ie_pre7_hacks.js
${PYSITELIB}/trac/htdocs/js/jquery.js
${PYSITELIB}/trac/htdocs/js/keyboard_nav.js
+${PYSITELIB}/trac/htdocs/js/messages/de.js
+${PYSITELIB}/trac/htdocs/js/messages/en_GB.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/fr.js
+${PYSITELIB}/trac/htdocs/js/messages/he.js
+${PYSITELIB}/trac/htdocs/js/messages/hu.js
+${PYSITELIB}/trac/htdocs/js/messages/hy.js
+${PYSITELIB}/trac/htdocs/js/messages/it.js
+${PYSITELIB}/trac/htdocs/js/messages/ja.js
+${PYSITELIB}/trac/htdocs/js/messages/nb.js
+${PYSITELIB}/trac/htdocs/js/messages/nl.js
+${PYSITELIB}/trac/htdocs/js/messages/pt_BR.js
+${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/zh_CN.js
+${PYSITELIB}/trac/htdocs/js/messages/zh_TW.js
${PYSITELIB}/trac/htdocs/js/noconflict.js
${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/timeline_multirepos.js
${PYSITELIB}/trac/htdocs/js/trac.js
${PYSITELIB}/trac/htdocs/js/wikitoolbar.js
${PYSITELIB}/trac/htdocs/loading.gif
@@ -147,6 +175,35 @@ ${PYSITELIB}/trac/htdocs/wiki.png
${PYSITELIB}/trac/loader.py
${PYSITELIB}/trac/loader.pyc
${PYSITELIB}/trac/loader.pyo
+${PYSITELIB}/trac/locale/ca/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/cs/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/de/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/en_GB/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/en_US/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/eo/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/es/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/es_AR/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/fi/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/fr/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/gl/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/he/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/hu/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/hy/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/it/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/ja/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/ko/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/nb/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/nl/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/pl/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/pt/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/pt_BR/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/ro/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/ru/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/sl/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/sv/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/tr/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/zh_CN/LC_MESSAGES/messages.mo
+${PYSITELIB}/trac/locale/zh_TW/LC_MESSAGES/messages.mo
${PYSITELIB}/trac/log.py
${PYSITELIB}/trac/log.pyc
${PYSITELIB}/trac/log.pyo
@@ -156,15 +213,9 @@ ${PYSITELIB}/trac/mimeview/__init__.pyo
${PYSITELIB}/trac/mimeview/api.py
${PYSITELIB}/trac/mimeview/api.pyc
${PYSITELIB}/trac/mimeview/api.pyo
-${PYSITELIB}/trac/mimeview/enscript.py
-${PYSITELIB}/trac/mimeview/enscript.pyc
-${PYSITELIB}/trac/mimeview/enscript.pyo
${PYSITELIB}/trac/mimeview/patch.py
${PYSITELIB}/trac/mimeview/patch.pyc
${PYSITELIB}/trac/mimeview/patch.pyo
-${PYSITELIB}/trac/mimeview/php.py
-${PYSITELIB}/trac/mimeview/php.pyc
-${PYSITELIB}/trac/mimeview/php.pyo
${PYSITELIB}/trac/mimeview/pygments.py
${PYSITELIB}/trac/mimeview/pygments.pyc
${PYSITELIB}/trac/mimeview/pygments.pyo
@@ -194,6 +245,7 @@ ${PYSITELIB}/trac/prefs/templates/prefs_advanced.html
${PYSITELIB}/trac/prefs/templates/prefs_datetime.html
${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/web_ui.py
${PYSITELIB}/trac/prefs/web_ui.pyc
@@ -214,8 +266,11 @@ ${PYSITELIB}/trac/search/web_ui.pyc
${PYSITELIB}/trac/search/web_ui.pyo
${PYSITELIB}/trac/templates/README
${PYSITELIB}/trac/templates/about.html
+${PYSITELIB}/trac/templates/attach_file_form.html
${PYSITELIB}/trac/templates/attachment.html
+${PYSITELIB}/trac/templates/author_or_creator.rss
${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
@@ -223,10 +278,13 @@ ${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/theme.html
${PYSITELIB}/trac/test.py
${PYSITELIB}/trac/test.pyc
@@ -288,10 +346,14 @@ ${PYSITELIB}/trac/ticket/templates/query_results.html
${PYSITELIB}/trac/ticket/templates/report.rss
${PYSITELIB}/trac/ticket/templates/report_delete.html
${PYSITELIB}/trac/ticket/templates/report_edit.html
+${PYSITELIB}/trac/ticket/templates/report_list.html
+${PYSITELIB}/trac/ticket/templates/report_list.rss
${PYSITELIB}/trac/ticket/templates/report_view.html
${PYSITELIB}/trac/ticket/templates/roadmap.html
${PYSITELIB}/trac/ticket/templates/ticket.html
${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/web_ui.py
${PYSITELIB}/trac/ticket/web_ui.pyc
@@ -348,6 +410,21 @@ ${PYSITELIB}/trac/upgrades/db20.pyo
${PYSITELIB}/trac/upgrades/db21.py
${PYSITELIB}/trac/upgrades/db21.pyc
${PYSITELIB}/trac/upgrades/db21.pyo
+${PYSITELIB}/trac/upgrades/db22.py
+${PYSITELIB}/trac/upgrades/db22.pyc
+${PYSITELIB}/trac/upgrades/db22.pyo
+${PYSITELIB}/trac/upgrades/db23.py
+${PYSITELIB}/trac/upgrades/db23.pyc
+${PYSITELIB}/trac/upgrades/db23.pyo
+${PYSITELIB}/trac/upgrades/db24.py
+${PYSITELIB}/trac/upgrades/db24.pyc
+${PYSITELIB}/trac/upgrades/db24.pyo
+${PYSITELIB}/trac/upgrades/db25.py
+${PYSITELIB}/trac/upgrades/db25.pyc
+${PYSITELIB}/trac/upgrades/db25.pyo
+${PYSITELIB}/trac/upgrades/db26.py
+${PYSITELIB}/trac/upgrades/db26.pyc
+${PYSITELIB}/trac/upgrades/db26.pyo
${PYSITELIB}/trac/upgrades/db3.py
${PYSITELIB}/trac/upgrades/db3.pyc
${PYSITELIB}/trac/upgrades/db3.pyo
@@ -378,12 +455,18 @@ ${PYSITELIB}/trac/util/autoreload.pyo
${PYSITELIB}/trac/util/compat.py
${PYSITELIB}/trac/util/compat.pyc
${PYSITELIB}/trac/util/compat.pyo
+${PYSITELIB}/trac/util/concurrency.py
+${PYSITELIB}/trac/util/concurrency.pyc
+${PYSITELIB}/trac/util/concurrency.pyo
${PYSITELIB}/trac/util/daemon.py
${PYSITELIB}/trac/util/daemon.pyc
${PYSITELIB}/trac/util/daemon.pyo
${PYSITELIB}/trac/util/datefmt.py
${PYSITELIB}/trac/util/datefmt.pyc
${PYSITELIB}/trac/util/datefmt.pyo
+${PYSITELIB}/trac/util/dist.py
+${PYSITELIB}/trac/util/dist.pyc
+${PYSITELIB}/trac/util/dist.pyo
${PYSITELIB}/trac/util/html.py
${PYSITELIB}/trac/util/html.pyc
${PYSITELIB}/trac/util/html.pyo
@@ -399,6 +482,9 @@ ${PYSITELIB}/trac/util/translation.pyo
${PYSITELIB}/trac/versioncontrol/__init__.py
${PYSITELIB}/trac/versioncontrol/__init__.pyc
${PYSITELIB}/trac/versioncontrol/__init__.pyo
+${PYSITELIB}/trac/versioncontrol/admin.py
+${PYSITELIB}/trac/versioncontrol/admin.pyc
+${PYSITELIB}/trac/versioncontrol/admin.pyo
${PYSITELIB}/trac/versioncontrol/api.py
${PYSITELIB}/trac/versioncontrol/api.pyc
${PYSITELIB}/trac/versioncontrol/api.pyo
@@ -417,13 +503,18 @@ ${PYSITELIB}/trac/versioncontrol/svn_fs.pyo
${PYSITELIB}/trac/versioncontrol/svn_prop.py
${PYSITELIB}/trac/versioncontrol/svn_prop.pyc
${PYSITELIB}/trac/versioncontrol/svn_prop.pyo
+${PYSITELIB}/trac/versioncontrol/templates/admin_repositories.html
${PYSITELIB}/trac/versioncontrol/templates/browser.html
${PYSITELIB}/trac/versioncontrol/templates/changeset.html
${PYSITELIB}/trac/versioncontrol/templates/diff_form.html
${PYSITELIB}/trac/versioncontrol/templates/dir_entries.html
+${PYSITELIB}/trac/versioncontrol/templates/dirlist_thead.html
+${PYSITELIB}/trac/versioncontrol/templates/path_links.html
+${PYSITELIB}/trac/versioncontrol/templates/repository_index.html
${PYSITELIB}/trac/versioncontrol/templates/revisionlog.html
${PYSITELIB}/trac/versioncontrol/templates/revisionlog.rss
${PYSITELIB}/trac/versioncontrol/templates/revisionlog.txt
+${PYSITELIB}/trac/versioncontrol/templates/sortable_th.html
${PYSITELIB}/trac/versioncontrol/web_ui/__init__.py
${PYSITELIB}/trac/versioncontrol/web_ui/__init__.pyc
${PYSITELIB}/trac/versioncontrol/web_ui/__init__.pyo
@@ -487,6 +578,9 @@ ${PYSITELIB}/trac/web/wsgi.pyo
${PYSITELIB}/trac/wiki/__init__.py
${PYSITELIB}/trac/wiki/__init__.pyc
${PYSITELIB}/trac/wiki/__init__.pyo
+${PYSITELIB}/trac/wiki/admin.py
+${PYSITELIB}/trac/wiki/admin.pyc
+${PYSITELIB}/trac/wiki/admin.pyo
${PYSITELIB}/trac/wiki/api.py
${PYSITELIB}/trac/wiki/api.pyc
${PYSITELIB}/trac/wiki/api.pyo
@@ -523,6 +617,7 @@ ${PYSITELIB}/trac/wiki/default-pages/TracPermissions
${PYSITELIB}/trac/wiki/default-pages/TracPlugins
${PYSITELIB}/trac/wiki/default-pages/TracQuery
${PYSITELIB}/trac/wiki/default-pages/TracReports
+${PYSITELIB}/trac/wiki/default-pages/TracRepositoryAdmin
${PYSITELIB}/trac/wiki/default-pages/TracRevisionLog
${PYSITELIB}/trac/wiki/default-pages/TracRoadmap
${PYSITELIB}/trac/wiki/default-pages/TracRss
@@ -568,10 +663,47 @@ ${PYSITELIB}/trac/wiki/parser.pyo
${PYSITELIB}/trac/wiki/templates/wiki_delete.html
${PYSITELIB}/trac/wiki/templates/wiki_diff.html
${PYSITELIB}/trac/wiki/templates/wiki_edit.html
+${PYSITELIB}/trac/wiki/templates/wiki_edit_form.html
+${PYSITELIB}/trac/wiki/templates/wiki_page_path.html
+${PYSITELIB}/trac/wiki/templates/wiki_rename.html
${PYSITELIB}/trac/wiki/templates/wiki_view.html
+${PYSITELIB}/trac/wiki/web_api.py
+${PYSITELIB}/trac/wiki/web_api.pyc
+${PYSITELIB}/trac/wiki/web_api.pyo
${PYSITELIB}/trac/wiki/web_ui.py
${PYSITELIB}/trac/wiki/web_ui.pyc
${PYSITELIB}/trac/wiki/web_ui.pyo
+${PYSITELIB}/tracopt/__init__.py
+${PYSITELIB}/tracopt/__init__.pyc
+${PYSITELIB}/tracopt/__init__.pyo
+${PYSITELIB}/tracopt/mimeview/__init__.py
+${PYSITELIB}/tracopt/mimeview/__init__.pyc
+${PYSITELIB}/tracopt/mimeview/__init__.pyo
+${PYSITELIB}/tracopt/mimeview/enscript.py
+${PYSITELIB}/tracopt/mimeview/enscript.pyc
+${PYSITELIB}/tracopt/mimeview/enscript.pyo
+${PYSITELIB}/tracopt/mimeview/php.py
+${PYSITELIB}/tracopt/mimeview/php.pyc
+${PYSITELIB}/tracopt/mimeview/php.pyo
+${PYSITELIB}/tracopt/perm/__init__.py
+${PYSITELIB}/tracopt/perm/__init__.pyc
+${PYSITELIB}/tracopt/perm/__init__.pyo
+${PYSITELIB}/tracopt/perm/authz_policy.py
+${PYSITELIB}/tracopt/perm/authz_policy.pyc
+${PYSITELIB}/tracopt/perm/authz_policy.pyo
+${PYSITELIB}/tracopt/perm/config_perm_provider.py
+${PYSITELIB}/tracopt/perm/config_perm_provider.pyc
+${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/commit_updater.py
+${PYSITELIB}/tracopt/ticket/commit_updater.pyc
+${PYSITELIB}/tracopt/ticket/commit_updater.pyo
+${PYSITELIB}/tracopt/ticket/deleter.py
+${PYSITELIB}/tracopt/ticket/deleter.pyc
+${PYSITELIB}/tracopt/ticket/deleter.pyo
+${PYSITELIB}/tracopt/ticket/templates/ticket_delete.html
libexec/cgi-bin/trac.cgi
libexec/cgi-bin/trac.fcgi
share/examples/trac/README
@@ -584,9 +716,9 @@ share/examples/trac/migrateticketmodel.py
share/examples/trac/rpm/installscript
share/examples/trac/rpm/makerpm
share/examples/trac/sourceforge2trac.py
-share/examples/trac/trac-post-commit-hook
-share/examples/trac/trac-post-commit-hook.cmd
share/examples/trac/trac-pre-commit-hook
+share/examples/trac/trac-svn-hook
+share/examples/trac/trac-svn-post-commit-hook.cmd
share/examples/trac/workflow/README
share/examples/trac/workflow/enterprise-workflow.ini
share/examples/trac/workflow/migrate_original_to_basic.py
diff --git a/www/ja-trac/distinfo b/www/ja-trac/distinfo
index c75ea938f04..c8058f3e674 100644
--- a/www/ja-trac/distinfo
+++ b/www/ja-trac/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2010/03/24 04:55:20 obache Exp $
+$NetBSD: distinfo,v 1.22 2010/08/28 00:44:30 obache Exp $
-SHA1 (Trac-0.11.7.ja1.zip) = a48cdb0dd300fd8b8b3eb60ef89681124321f92d
-RMD160 (Trac-0.11.7.ja1.zip) = d335d46987a15fd0bd37dcfb8fc8c9abca84e949
-Size (Trac-0.11.7.ja1.zip) = 1048539 bytes
+SHA1 (Trac-0.12.ja1.zip) = 92a44fbee4328062758044d2dab6e228e44a6e24
+RMD160 (Trac-0.12.ja1.zip) = 70b6b862c0bd6b4273bfaa250996b4e20dc7d64e
+Size (Trac-0.12.ja1.zip) = 2482261 bytes