48e228dbdf
Trac-0.11.4.ja1 (Apr 1, 2009) * Merge Trac-0.11.4 * Fixes unicode transcoding for Exception. - trac/core.py - trac/util/text.py Trac 0.11.4 (March 30, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.4 Trac 0.11.4 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: * Custom mainnav links regression (#8153) * Fixed Python 2.3 incompatibility (#8061) * Fixed Python 2.6 notification issue (#8083) * Fixed PostgreSQL multi column index issue (#7600)
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.24 2009/05/05 03:06:46 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Trac-0.11.4.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
|
|
|
|
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}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|