Index: Makefile =================================================================== --- Makefile (revision 310133) +++ Makefile (working copy) @@ -1,45 +1,38 @@ -# New ports collection makefile for: roundup -# Date created: 23 Mar 2003 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ -# PORTNAME= roundup -PORTVERSION= 1.4.19 +PORTVERSION= 1.4.21 CATEGORIES= www python MASTER_SITES= CHEESESHOP MAINTAINER= sbz@FreeBSD.org -COMMENT= An Issue-Tracking System for Knowledge Workers +COMMENT= Issue-Tracking System for Knowledge Workers LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_GETTEXT= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes -OPTIONS= SQLITE "Support Sqlite as backend" on -OPTIONS+= PGSQL "Support posggresql as backend" off -OPTIONS+= MYSQL "Support mysql as backend" off -OPTIONS+= NLS "Native Language Support" on +OPTIONS_DEFINE= SQLITE PGSQL MYSQL NLS +OPTIONS_DEFAULT=SQLITE NLS -.include +.include -.if !defined(WITHOUT_SQLITE) +.if ${PORT_OPTIONS:MSQLITE} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg .endif -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb .endif -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " @@ -59,8 +52,8 @@ .if !defined(NO_INSTALL_MANPAGES) @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/share/man/man1/,} ${MAN1PREFIX}/man/man1 .endif -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} @(cd ${WRKSRC}/build/share/locale/ && ${COPYTREE_SHARE} \* ${PREFIX}/share/locale/) .endif -.include +.include Property changes on: Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: distinfo =================================================================== --- distinfo (revision 310133) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (roundup-1.4.19.tar.gz) = 484fe4c639f37c488cc488531a7c45e7afe1638424759f78e2e2da99cbb38b6b -SIZE (roundup-1.4.19.tar.gz) = 2505527 +SHA256 (roundup-1.4.21.tar.gz) = 3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644 +SIZE (roundup-1.4.21.tar.gz) = 2460371 Index: pkg-descr =================================================================== --- pkg-descr (revision 310133) +++ pkg-descr (working copy) @@ -3,4 +3,4 @@ design from Ka-Ping Yee in the Software Carpentry "Track" design competition. -WWW: http://roundup.sourceforge.net/ +WWW: http://roundup.sourceforge.net Property changes on: pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 310133) +++ pkg-plist (working copy) @@ -92,9 +92,12 @@ %%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.py %%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.pyc %%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.pyo -%%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.py -%%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.pyc -%%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.pyo +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_zopetal.py +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_zopetal.pyc +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_zopetal.pyo +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_chameleon.py +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_chameleon.pyc +%%PYTHON_SITELIBDIR%%/roundup/cgi/engine_chameleon.pyo %%PYTHON_SITELIBDIR%%/roundup/cgi/PageTemplates/Expressions.py %%PYTHON_SITELIBDIR%%/roundup/cgi/PageTemplates/Expressions.pyc %%PYTHON_SITELIBDIR%%/roundup/cgi/PageTemplates/Expressions.pyo @@ -197,9 +200,6 @@ %%PYTHON_SITELIBDIR%%/roundup/cgi/wsgi_handler.py %%PYTHON_SITELIBDIR%%/roundup/cgi/wsgi_handler.pyc %%PYTHON_SITELIBDIR%%/roundup/cgi/wsgi_handler.pyo -%%PYTHON_SITELIBDIR%%/roundup/cgi/zLOG.py -%%PYTHON_SITELIBDIR%%/roundup/cgi/zLOG.pyc -%%PYTHON_SITELIBDIR%%/roundup/cgi/zLOG.pyo %%PYTHON_SITELIBDIR%%/roundup/cgi/KeywordsExpr.py %%PYTHON_SITELIBDIR%%/roundup/cgi/KeywordsExpr.pyc %%PYTHON_SITELIBDIR%%/roundup/cgi/KeywordsExpr.pyo @@ -425,14 +425,91 @@ %%DATADIR%%/templates/minimal/html/user.rego_progress.html %%DATADIR%%/templates/minimal/initial_data.py %%DATADIR%%/templates/minimal/schema.py +%%DATADIR%%/templates/responsive/config.ini +%%DATADIR%%/templates/responsive/initial_data.py +%%DATADIR%%/templates/responsive/schema.py +%%DATADIR%%/templates/responsive/TEMPLATE-INFO.txt +%%DATADIR%%/templates/responsive/detectors/userauditor.py +%%DATADIR%%/templates/responsive/detectors/no_texthtml.py +%%DATADIR%%/templates/responsive/detectors/patches.py +%%DATADIR%%/templates/responsive/detectors/messagesummary.py +%%DATADIR%%/templates/responsive/detectors/statusauditor.py +%%DATADIR%%/templates/responsive/detectors/severityauditor.py +%%DATADIR%%/templates/responsive/detectors/nosyreaction.py +%%DATADIR%%/templates/responsive/extensions/spambayes.py +%%DATADIR%%/templates/responsive/extensions/local_replace.py +%%DATADIR%%/templates/responsive/extensions/timestamp.py +%%DATADIR%%/templates/responsive/extensions/timezone.py +%%DATADIR%%/templates/responsive/html/patch.item.html +%%DATADIR%%/templates/responsive/html/user.forgotten.html +%%DATADIR%%/templates/responsive/html/keyword.item.html +%%DATADIR%%/templates/responsive/html/user.help.html +%%DATADIR%%/templates/responsive/html/user.index.html +%%DATADIR%%/templates/responsive/html/query.html +%%DATADIR%%/templates/responsive/html/_generic.help-search.html +%%DATADIR%%/templates/responsive/html/patch.index.html +%%DATADIR%%/templates/responsive/html/_generic.help-submit.html +%%DATADIR%%/templates/responsive/html/task.item.html +%%DATADIR%%/templates/responsive/html/home.html +%%DATADIR%%/templates/responsive/html/_generic.404.html +%%DATADIR%%/templates/responsive/html/_generic.collision.html +%%DATADIR%%/templates/responsive/html/home.classlist.html +%%DATADIR%%/templates/responsive/html/msg.index.html +%%DATADIR%%/templates/responsive/html/_generic.keywords_expr.html +%%DATADIR%%/templates/responsive/html/task.index.html +%%DATADIR%%/templates/responsive/html/bug.search.html +%%DATADIR%%/templates/responsive/html/_generic.help.html +%%DATADIR%%/templates/responsive/html/file.item.html +%%DATADIR%%/templates/responsive/html/task.search.html +%%DATADIR%%/templates/responsive/html/query.edit.html +%%DATADIR%%/templates/responsive/html/query.item.html +%%DATADIR%%/templates/responsive/html/query.js +%%DATADIR%%/templates/responsive/html/help.html +%%DATADIR%%/templates/responsive/html/_generic.query.html +%%DATADIR%%/templates/responsive/html/msg.item.html +%%DATADIR%%/templates/responsive/html/user.rego_progress.html +%%DATADIR%%/templates/responsive/html/user_utils.js +%%DATADIR%%/templates/responsive/html/page.html +%%DATADIR%%/templates/responsive/html/favicon.ico +%%DATADIR%%/templates/responsive/html/milestone.index.html +%%DATADIR%%/templates/responsive/html/user.register.html +%%DATADIR%%/templates/responsive/html/user.item.html +%%DATADIR%%/templates/responsive/html/_generic.index.html +%%DATADIR%%/templates/responsive/html/bug.item.html +%%DATADIR%%/templates/responsive/html/user.help-search.html +%%DATADIR%%/templates/responsive/html/file.index.html +%%DATADIR%%/templates/responsive/html/keyword.index.html +%%DATADIR%%/templates/responsive/html/jquery.js +%%DATADIR%%/templates/responsive/html/_generic.item.html +%%DATADIR%%/templates/responsive/html/help_controls.js +%%DATADIR%%/templates/responsive/html/milestone.item.html +%%DATADIR%%/templates/responsive/html/_generic.calendar.html +%%DATADIR%%/templates/responsive/html/_generic.help-list.html +%%DATADIR%%/templates/responsive/html/_generic.help-empty.html +%%DATADIR%%/templates/responsive/html/bug.index.html +%%DATADIR%%/templates/responsive/static/glyphicons-halflings-white.png +%%DATADIR%%/templates/responsive/static/bootstrap.min.css +%%DATADIR%%/templates/responsive/static/UbuntuMono-Regular.ttf +%%DATADIR%%/templates/responsive/static/glyphicons-halflings.png +%%DATADIR%%/templates/responsive/static/bootstrap-responsive.min.css +%%DATADIR%%/templates/responsive/static/DroidSans.ttf +%%DATADIR%%/templates/responsive/static/style.css +@dirrm %%DATADIR%%/templates/responsive/static +@dirrm %%DATADIR%%/templates/responsive/html +@dirrm %%DATADIR%%/templates/responsive/extensions +@dirrm %%DATADIR%%/templates/responsive/detectors +@dirrm %%DATADIR%%/templates/responsive +@dirrm %%DATADIR%%/templates/minimal/static @dirrm %%DATADIR%%/templates/minimal/html @dirrm %%DATADIR%%/templates/minimal/extensions @dirrm %%DATADIR%%/templates/minimal/detectors @dirrm %%DATADIR%%/templates/minimal +@dirrm %%DATADIR%%/templates/devel/static @dirrm %%DATADIR%%/templates/devel/html @dirrm %%DATADIR%%/templates/devel/detectors @dirrm %%DATADIR%%/templates/devel/extensions @dirrm %%DATADIR%%/templates/devel +@dirrm %%DATADIR%%/templates/classic/static @dirrm %%DATADIR%%/templates/classic/html @dirrm %%DATADIR%%/templates/classic/extensions @dirrm %%DATADIR%%/templates/classic/detectors