pkgsrc/www/ja-trac/Makefile
obache 32c2330c2b 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!
2010-08-28 00:44:30 +00:00

48 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.33 2010/08/28 00:44:30 obache Exp $
#
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/
EXTRACT_SUFX= .zip
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.i-act.co.jp/project/products/products.html
COMMENT= Trac issue tracking system with Japanese localization
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= trac-[0-9]*
USE_LANGUAGES= # none
USE_TOOLS+= pax
DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
REPLACE_PYTHON= cgi-bin/trac.cgi cgi-bin/trac.fcgi
REPLACE_PYTHON+=contrib/*.py contrib/*-hook contrib/workflow/*.py
REPLACE_PYTHON+=trac/admin/templates/deploy_trac.* trac/tests/functional/*.py
.include "options.mk"
EGDIR= share/examples/trac
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
.endfor
cd ${WRKSRC}/contrib && \
pax -rw -pp -pm . ${DESTDIR}${PREFIX}/${EGDIR}
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
# deploy template files
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/trac/admin/templates/deploy_*.*cgi
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"