45818adc56
Trac-0.11.1.ja2 (Nov 10, 2008) * Merge security fixes. - http://trac.edgewall.org/changeset/7657 - http://trac.edgewall.org/changeset/7658 * Fixes datetime presentation on TracReports. - trac/db_default.py - trac/ticket/report.py - trac/ticket/templates/report.rss - trac/wiki/default-pages/TracReports * Fixes unicode handlings on TracError. - trac/core.py - trac/ticket/web_ui.py
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2008/11/11 01:30:50 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Trac-0.11.1.ja2
|
|
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"
|