head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.16 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.14 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.12 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.10 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.8 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.6 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.4 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.2 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.1.1.1.0.6 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.4 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.2 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2008.08.01.08.46.55; author obache; state dead; branches; next 1.3; 1.3 date 2006.11.10.00.24.49; author obache; state Exp; branches; next 1.2; 1.2 date 2006.10.19.04.43.13; author obache; state Exp; branches; next 1.1; 1.1 date 2006.02.12.13.45.43; author rillig; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.02.12.13.45.43; author rillig; state Exp; branches 1.1.1.1.6.1; next ; 1.1.1.1.6.1 date 2006.11.24.15.03.41; author ghen; state Exp; branches; next ; desc @@ 1.4 log @Update ja-trac to 0.11.ja1. Trac-0.11.ja1 (Jul 7, 2008) * Based on Trac 0.11 'Genshi' * Translate messages into Japanese. * trac/util/translation.py * trac/**/*.py * trac/**/templates/* * trac/htdocs/js/*.js * trac/wiki/default-pages/* * Modify date and charset locale to Japanese convention. * trac/util/datefmt.py * trac/util/text.py * Pass all test. * trac/test.py * trac/**/tests/*.{py|txt} * Add new files and sentences for description our work. * COPYING.trac-ja * README.trac-ja * trac/templates/about.html * trac/templates/theme.html * trac/wiki/default-pages/TracJa * Change parameters for our distribution. * setup.py Trac 0.11 'Genshi' (June 22, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11 Trac 0.11 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * New template engine for generating content (Genshi) * New configurable workflow in the ticket subsystem * Finer-grained control of permissions * Support for Pygments as the default syntax highlighter * Improved repository browser ("blame" support, dynamic in-place expansion of folders) * Improved user preferences subsystem, among which the possibility for * any user to select their time zone and disable access keys * The WebAdmin plugin is now an integral part of Trac * Paging of timeline and query results. A more complete list of new features can be found in the RELEASE file. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11 @ text @$NetBSD: patch-aa,v 1.3 2006/11/10 00:24:49 obache Exp $ --- setup.py.orig 2006-11-02 20:58:46.000000000 +0900 +++ setup.py @@@@ -231,7 +231,7 @@@@ Japanese translated edition. (_p('share/trac/htdocs'), glob(_p('htdocs/*.*')) + [_p('htdocs/README')]), (_p('share/trac/htdocs/css'), glob(_p('htdocs/css/*'))), (_p('share/trac/htdocs/js'), glob(_p('htdocs/js/*'))), - (_p('share/man/man1'), glob(_p('scripts/*.1'))), + (_p('/'.join([os.getenv('PKGMANDIR', 'share/man'), 'man1'])), glob(_p('scripts/*.1'))), (_p('share/trac/wiki-default'), glob(_p('wiki-default/[A-Z]*'))), (_p('share/trac/wiki-macros'), glob(_p('wiki-macros/*.py')))], scripts=[_p('scripts/trac-admin'), @ 1.3 log @Update ja-trac to 0.10.1.1. Trac-0.10.1-ja-1 (Nov 9, 2006) * Merge trac-0.10.1 * Translate messages into Japanese. * trac/db/api.py * trac/notification.py * Correct some translations. * templates/timeline.cs * wiki-default/TracIni * trac/mimeview/silvercity.py * Add link to TracJa. * wiki-default/TracGuide * Update to current statement. * README.trac-ja * wiki-default/TracJa * bdist's package name revert to `trac` from `trac-ja`, because some plugins require `trac`'s package name. * setup.py Trac 0.10.1 (Nov 8, 2006) http://svn.edgewall.org/repos/trac/tags/trac-0.10.1 Trac 0.10.1 contains a security fix and a number of bug fixes. The following list contains only a few highlights: * Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor. * Improved DB connection handling (#3503) * Tracd no longer tries to resolve client's IP address (#3481). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.1 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2006/10/19 04:43:13 obache Exp $ @ 1.2 log @Update ja-trac to 0.10.0.1. Trac-0.10-ja-1 (Oct 17, 2006) * Based on Trac 0.10 'Zengia' * Translate messages into Japanese. * templates/*.cs * trac/**/*.py * wiki-default/[A-Z]* * wiki-macros/*.py * Add new files or new paragraphs for description our work. * COPYING.trac-ja * README.trac-ja * templates/footer.cs * trac/About.py * wiki-default/TracJa * wiki-default/TracTermsJa * Change parameters for our distribution. * MANIFEST.in * setup.py * Change default datetime format. * trac/Timeline.py * trac/log.py * trac/util/datefmt.py * Change treatments for WikiMacros's Help and TracPlugins's Description as not Unicode binary. * trac/About.py * trac/wiki/macros.py Trac 0.10 'Zengia' (Sep 28, 2006) http://svn.edgewall.org/repos/trac/tags/trac-0.10 Trac 0.10 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * Support for spam protection. * Advanced diff support. * InterWiki and InterTrac support. * Improved notification system. * WSGI Used as web server protocol. A more complete list of new features can be found in the RELEASE file. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/02/12 13:45:43 rillig Exp $ d3 1 a3 1 --- setup.py.orig 2006-09-25 07:52:05.000000000 +0000 d5 1 a5 1 @@@@ -233,7 +233,7 @@@@ Japanese translated edition. @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/02/11 16:51:57 rillig Exp $ d3 1 a3 1 --- setup.py.orig 2005-11-13 17:35:19.000000000 +0900 d5 1 a5 1 @@@@ -228,7 +228,7 @@@@ Japanese translated edition. @ 1.1.1.1 log @Imported ja-trac from devel. This is Trac with Japanese localization and own patches. Trac is an enhanced wiki and issue tracking system for software development projects. Trac provides: * An integrated system for managing software projects * An enhanced wiki * A flexible web-based issue tracker * An interface to the Subversion revision control system @ text @@ 1.1.1.1.6.1 log @Pullup ticket 1911 - requested by obache security update for ja-trac - pkgsrc/www/ja-trac/Makefile patch - pkgsrc/www/ja-trac/PLIST patch - pkgsrc/www/ja-trac/distinfo patch - pkgsrc/www/ja-trac/patches/patch-aa patch Uprade to ja-trac-0.10.0.3 (trac-0.10-ja-3) via patch, because pkgsrc-HEAD was upgraded to an unstable version. Changes since 0.9.6.1: Trac-0.10-ja-3 (Nov 14, 2006) * Merge patches against CSRF vulnerabilities. * [patches] * trac:changeset:4244 * trac:changeset:4257 * trac/web/api.py * trac/web/clearsilver.py * trac/web/main.py * Update to current statement. * README.trac-ja * wiki-default/TracJa Trac-0.10-ja-2 (Nov 10, 2006) * Merge patches against CSRF vulnerabilities. * [patches] * trac:changeset:4145 * trac:changeset:4147 * trac:changeset:4153 * trac:changeset:4154 * trac:changeset:4155 * trac:changeset:4171 * trac/web/api.py * trac/web/clearsilver.py * trac/web/main.py * Correct some translations. * templates/timeline.cs * Add link to TracJa. * wiki-default/TracGuide * bdist's package name revert to trac from trac-ja, because some plugins require trac's package name. * setup.py * Update to current statement. * README.trac-ja * wiki-default/TracJa Trac-0.10-ja-1 (Oct 17, 2006) * Based on Trac 0.10 'Zengia' * Translate messages into Japanese. * templates/*.cs * trac/**/*.py * wiki-default/[A-Z]* * wiki-macros/*.py * Add new files or new paragraphs for description our work. * COPYING.trac-ja * README.trac-ja * templates/footer.cs * trac/About.py * wiki-default/TracJa * wiki-default/TracTermsJa * Change parameters for our distribution. * MANIFEST.in * setup.py * Change default datetime format. * trac/Timeline.py * trac/log.py * trac/util/datefmt.py * Change treatments for WikiMacros's Help and TracPlugins's Description as not Unicode binary. * trac/About.py * trac/wiki/macros.py Trac 0.10 'Zengia' (Sep 28, 2006) http://svn.edgewall.org/repos/trac/tags/trac-0.10 Trac 0.10 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * Support for spam protection. * Advanced diff support. * InterWiki and InterTrac support. * Improved notification system. * WSGI Used as web server protocol. A more complete list of new features can be found in the RELEASE file. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/02/12 13:45:43 rillig Exp $ d3 1 a3 1 --- setup.py.orig 2006-11-14 11:03:36.000000000 +0900 d5 1 a5 1 @@@@ -231,7 +231,7 @@@@ Japanese translated edition. @