Trac-0.10.3-ja-1 (Dec 15, 2006) * Merge trac-0.10.3 * Update to current statement. * README.trac-ja * wiki-default/TracJa * Fixes a invalid trac-links. * wiki-default/TracModPython * Fixes ununified translations for "View changes". * templates/anydiff.cs * templates/log.cs * templates/wiki.cs * wiki-default/TracTermsJa Trac 0.10.3 (Dec 12, 2006) http://svn.edgewall.org/repos/trac/tags/trac-0.10.3 Trac 0.10.3 is a bug fix release. The following list contains only a few highlights: * Timeline fail to load with a "NoSuchChangeset" error message (#4132). * Timed out MySQL connections not handled properly (#3645). * Subversion repository resync broken. (#4204). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.2
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2007/01/02 12:19:27 obache Exp $
|
|
#
|
|
|
|
DISTNAME= trac-0.10.3-ja-1
|
|
PKGNAME= ja-trac-0.10.3.1
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= obata@lins.jp
|
|
HOMEPAGE= http://www.i-act.co.jp/project/products/products.html
|
|
COMMENT= Trac issue tracking system with Japanese localization
|
|
|
|
CONFLICTS+= trac-[0-9]*
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-clearsilver>=0.9.14:../../www/py-clearsilver
|
|
DEPENDS+= ${PYPKGPREFIX}-subversion>=1.1.0:../../devel/py-subversion
|
|
DEPENDS+= ${PYPKGPREFIX}-{PgSQL>=2.4,psycopg>=1.1.14,sqlite>=0.5}:../../databases/py-sqlite
|
|
DEPENDS+= ${PYPKGPREFIX}-jpCodecs>=1.4.11:../../converters/py-jpCodecs
|
|
|
|
PYDISTUTILSPKG= YES
|
|
PY_PATCHPLIST= YES
|
|
PYTHON_PATCH_SCRIPTS= contrib/*.py contrib/*-hook
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23
|
|
|
|
OWN_DIRS+= ${PREFIX}/share/trac
|
|
OWN_DIRS+= ${PREFIX}/share/trac/conf
|
|
OWN_DIRS+= ${PREFIX}/share/trac/plugins
|
|
|
|
EGDIR= ${PREFIX}/share/examples/trac
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC:Q}/contrib/* ${EGDIR}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|