df6ad122db
Trac-0.10.4-ja-1 (Mar 5, 2007) * Merge trac-0.10.4 * Fixes miss typing. * wiki-default/CamelCase * wiki-default/TracQuery * Update to current statement. * README.trac-ja * wiki-default/TracJa Trac 0.10.4 (Apr 20, 2007) http://svn.edgewall.org/repos/trac/tags/trac-0.10.4 Trac 0.10.4 is a bug fix release. The following list contains only a few highlights: * Repository cache improvements. The new syncing scheme is incompatible with the previous one and requires a database schema upgrade in order to prevent the old and the new codebase to be mixed. A repository resync is not needed, though. The 0.10.4 scheme is compatible with the 0.11 one. (#3837, #4043 and #4586) * Fix a possible freeze under heavy load (#4465) The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.4
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2007/05/05 12:46:58 obache Exp $
|
|
#
|
|
|
|
DISTNAME= trac-0.10.4-ja-1
|
|
PKGNAME= ja-trac-0.10.4.1
|
|
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
|
|
|
|
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"
|