update to 0.11.4; maintainer (Ben Lovett) agrees with the update.

rolls in trac-adminplugin; pkgpath/conflict set accordingly.
This commit is contained in:
sthen 2009-06-20 13:40:57 +00:00
parent e4bec01090
commit 3b8808af26
5 changed files with 294 additions and 191 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2009/04/25 12:54:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2009/06/20 13:40:57 sthen Exp $
COMMENT= wiki and bug tracking system for software projects
MODPY_EGG_VERSION=0.10.5
DISTNAME= trac-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME}p2
MODPY_EGG_VERSION=0.11.4
DISTNAME= Trac-${MODPY_EGG_VERSION}
PKGNAME= trac-${MODPY_EGG_VERSION}
CATEGORIES= www devel
MAINTAINER= Ben Lovett <ben@tilderoot.com>
@ -14,6 +14,8 @@ HOMEPAGE= http://trac.edgewall.org/
MASTER_SITES= ftp://ftp.edgewall.com/pub/trac/ \
http://ftp.edgewall.com/pub/trac/
MODPY_SETUPTOOLS= Yes
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -25,14 +27,10 @@ MODULES= lang/python
RUN_DEPENDS= ::databases/py-sqlite2 \
::devel/subversion,-python \
::textproc/py-docutils \
::textproc/py-pygments \
:clearsilver-*-python:www/clearsilver,python \
::print/enscript
post-install:
@perl -pi -e 's#${WRKINST}##' ${WRKSRC}/trac/siteconfig.py
@${INSTALL_SCRIPT} ${WRKSRC}/trac/siteconfig.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/trac/
do-regress:
@cd ${WRKSRC} && PYTHONPATH=. ${MODPY_BIN} ./trac/test.py

View File

@ -1,5 +1,5 @@
MD5 (trac-0.10.5.tar.gz) = YUqmGvIBsz+M0pI0T0NNuw==
RMD160 (trac-0.10.5.tar.gz) = yWMgMGJEcfbEVs3DTyojz+LM3ek=
SHA1 (trac-0.10.5.tar.gz) = Ph4+o+3Xa+d2E1n/x/CAzD/VxNw=
SHA256 (trac-0.10.5.tar.gz) = FXcHzYJE4AKpT2iA2UitBGtWHCMv8EqzWJOrPy4absc=
SIZE (trac-0.10.5.tar.gz) = 452253
MD5 (Trac-0.11.4.tar.gz) = p2UIeyJmHPSqFSBRjN3srg==
RMD160 (Trac-0.11.4.tar.gz) = 3/4gy08c2i2P6u1XRqlwHCTMru8=
SHA1 (Trac-0.11.4.tar.gz) = OS9fwLyOKevqBxgnB60xpVuexG8=
SHA256 (Trac-0.11.4.tar.gz) = QKjmM/0FsEaPm85eQmqDpK0eQtHFnCnGGC4jjv2BGSA=
SIZE (Trac-0.11.4.tar.gz) = 724708

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-setup_py,v 1.2 2007/05/30 22:03:04 naddy Exp $
--- setup.py.orig Fri Apr 20 14:41:52 2007
+++ setup.py Wed May 16 11:59:03 2007
@@ -230,7 +230,7 @@ facilities.
(_p('share/trac/htdocs'), glob(_p('htdocs/*.*')) + [_p('htdocs/README')]),
(_p('share/trac/htdocs/css'), glob(_p('htdocs/css/*'))),
(_p('share/trac/htdocs/js'), glob(_p('htdocs/js/*'))),
- (_p('share/man/man1'), glob(_p('scripts/*.1'))),
+ (_p('man/man1'), glob(_p('scripts/*.1'))),
(_p('share/trac/wiki-default'), glob(_p('wiki-default/[A-Z]*'))),
(_p('share/trac/wiki-macros'), glob(_p('wiki-macros/*.py')))],
scripts=[_p('scripts/trac-admin'),

View File

@ -6,8 +6,7 @@ Here, "</path/to/projectenv>" is the location on your disk where you
want to place the project environment.
"</path/to/projectenv/conf/trac.ini>" is the configuration file of your
project environment which allows to setup the name of the project, the
location of the enscript binary, etc.
project environment which allows to setup the name of the project, etc.
To get started with Trac, you can use the built-in webserver, by running:
tracd -p 8085 </path/to/projectenv>
@ -16,13 +15,6 @@ Now you can open up a web brower and go to http://localhost:8085/. You
should see a single link for the project you just created. If you follow
the link, you should see trac in action.
You can find the Trac Installation Guide here:
You can find the Trac Installation and Upgrade Guides here:
http://projects.edgewall.com/trac/wiki/TracInstall
If updating from trac-0.10.4p1 or older, you must update trac's
database from sqlite2 to sqlite3. You do this by going to the
db-directory of trac and running the following commands:
mv trac.db trac.db.old
${LOCALBASE}/bin/sqlite trac.db.old .dump | ${LOCALBASE}/bin/sqlite3 trac.db
http://projects.edgewall.com/trac/wiki/TracUpgrade

View File

@ -1,18 +1,45 @@
@comment $OpenBSD: PLIST,v 1.5 2008/09/03 13:29:33 sthen Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/06/20 13:40:57 sthen Exp $
@conflict trac-adminplugin-*
@pkgpath www/trac-adminplugin
@conflict trac-ldapplugin-<0.60
bin/trac-admin
bin/tracd
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/Trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/trac/
lib/python${MODPY_VERSION}/site-packages/trac-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/trac/About.py
lib/python${MODPY_VERSION}/site-packages/trac/About.pyc
lib/python${MODPY_VERSION}/site-packages/trac/Search.py
lib/python${MODPY_VERSION}/site-packages/trac/Search.pyc
lib/python${MODPY_VERSION}/site-packages/trac/Settings.py
lib/python${MODPY_VERSION}/site-packages/trac/Settings.pyc
lib/python${MODPY_VERSION}/site-packages/trac/Timeline.py
lib/python${MODPY_VERSION}/site-packages/trac/Timeline.pyc
lib/python${MODPY_VERSION}/site-packages/trac/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/about.py
lib/python${MODPY_VERSION}/site-packages/trac/about.pyc
lib/python${MODPY_VERSION}/site-packages/trac/admin/
lib/python${MODPY_VERSION}/site-packages/trac/admin/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/admin/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/admin/api.py
lib/python${MODPY_VERSION}/site-packages/trac/admin/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/admin/console.py
lib/python${MODPY_VERSION}/site-packages/trac/admin/console.pyc
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_basics.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_components.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_enums.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_legacy.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_logging.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_milestones.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_perms.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_plugins.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/admin_versions.html
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/deploy_trac.cgi
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/deploy_trac.fcgi
lib/python${MODPY_VERSION}/site-packages/trac/admin/templates/deploy_trac.wsgi
lib/python${MODPY_VERSION}/site-packages/trac/admin/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/admin/web_ui.pyc
lib/python${MODPY_VERSION}/site-packages/trac/attachment.py
lib/python${MODPY_VERSION}/site-packages/trac/attachment.pyc
lib/python${MODPY_VERSION}/site-packages/trac/config.py
@ -40,6 +67,75 @@ lib/python${MODPY_VERSION}/site-packages/trac/db_default.py
lib/python${MODPY_VERSION}/site-packages/trac/db_default.pyc
lib/python${MODPY_VERSION}/site-packages/trac/env.py
lib/python${MODPY_VERSION}/site-packages/trac/env.pyc
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/README
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/asc.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/attachment.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/changeset.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/closedticket.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/collapsed.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/about.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/admin.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/browser.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/changeset.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/code.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/diff.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/prefs.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/report.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/roadmap.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/search.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/ticket.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/timeline.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/trac.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/css/wiki.css
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/desc.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/dots.gif
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/draft.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/edit_toolbar.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/editedticket.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/envelope.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/expanded.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/expander_normal.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/expander_normal_hover.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/expander_open.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/expander_open_hover.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/extlink.gif
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/feed.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/file.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/folder.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/guide/
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/guide/basic-workflow.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/guide/original-workflow.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/ics.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/imggrid.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/blame.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/diff.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/expand_dir.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/folding.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/ie_pre7_hacks.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/jquery.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/keyboard_nav.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/noconflict.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/query.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/search.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/suggest.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/trac.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/js/wikitoolbar.js
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/loading.gif
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/lock-locked.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/milestone.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/newticket.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/parent.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/python.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/topbar_gradient.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/topbar_gradient2.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/trac.ico
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/trac_banner.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/trac_logo_mini.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/vgradient.png
lib/python${MODPY_VERSION}/site-packages/trac/htdocs/wiki.png
lib/python${MODPY_VERSION}/site-packages/trac/loader.py
lib/python${MODPY_VERSION}/site-packages/trac/loader.pyc
lib/python${MODPY_VERSION}/site-packages/trac/log.py
@ -55,6 +151,8 @@ lib/python${MODPY_VERSION}/site-packages/trac/mimeview/patch.py
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/patch.pyc
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/php.py
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/php.pyc
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/pygments.py
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/pygments.pyc
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/rst.py
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/rst.pyc
lib/python${MODPY_VERSION}/site-packages/trac/mimeview/silvercity.py
@ -65,19 +163,74 @@ lib/python${MODPY_VERSION}/site-packages/trac/notification.py
lib/python${MODPY_VERSION}/site-packages/trac/notification.pyc
lib/python${MODPY_VERSION}/site-packages/trac/perm.py
lib/python${MODPY_VERSION}/site-packages/trac/perm.pyc
lib/python${MODPY_VERSION}/site-packages/trac/scripts/
lib/python${MODPY_VERSION}/site-packages/trac/scripts/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/scripts/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/scripts/admin.py
lib/python${MODPY_VERSION}/site-packages/trac/scripts/admin.pyc
lib/python${MODPY_VERSION}/site-packages/trac/siteconfig.py
lib/python${MODPY_VERSION}/site-packages/trac/prefs/
lib/python${MODPY_VERSION}/site-packages/trac/prefs/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/prefs/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/prefs/api.py
lib/python${MODPY_VERSION}/site-packages/trac/prefs/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs_advanced.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs_datetime.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs_general.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs_keybindings.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/templates/prefs_pygments.html
lib/python${MODPY_VERSION}/site-packages/trac/prefs/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/prefs/web_ui.pyc
lib/python${MODPY_VERSION}/site-packages/trac/resource.py
lib/python${MODPY_VERSION}/site-packages/trac/resource.pyc
lib/python${MODPY_VERSION}/site-packages/trac/search/
lib/python${MODPY_VERSION}/site-packages/trac/search/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/search/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/search/api.py
lib/python${MODPY_VERSION}/site-packages/trac/search/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/search/templates/
lib/python${MODPY_VERSION}/site-packages/trac/search/templates/opensearch.xml
lib/python${MODPY_VERSION}/site-packages/trac/search/templates/search.html
lib/python${MODPY_VERSION}/site-packages/trac/search/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/search/web_ui.pyc
lib/python${MODPY_VERSION}/site-packages/trac/templates/
lib/python${MODPY_VERSION}/site-packages/trac/templates/README
lib/python${MODPY_VERSION}/site-packages/trac/templates/about.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/attachment.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/diff_div.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/diff_view.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/error.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/footer.cs
lib/python${MODPY_VERSION}/site-packages/trac/templates/header.cs
lib/python${MODPY_VERSION}/site-packages/trac/templates/history_view.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/index.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/layout.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/macros.cs
lib/python${MODPY_VERSION}/site-packages/trac/templates/macros.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/macros.rss
lib/python${MODPY_VERSION}/site-packages/trac/templates/page_index.html
lib/python${MODPY_VERSION}/site-packages/trac/templates/theme.html
lib/python${MODPY_VERSION}/site-packages/trac/test.py
lib/python${MODPY_VERSION}/site-packages/trac/test.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/better_twill.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/better_twill.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/compat.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/compat.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/testcases.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/testcases.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/testenv.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/testenv.pyc
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/tester.py
lib/python${MODPY_VERSION}/site-packages/trac/tests/functional/tester.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/
lib/python${MODPY_VERSION}/site-packages/trac/ticket/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/admin.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/admin.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/api.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/default_workflow.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/default_workflow.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/model.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/model.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/notification.py
@ -88,8 +241,36 @@ lib/python${MODPY_VERSION}/site-packages/trac/ticket/report.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/report.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/roadmap.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/roadmap.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/milestone_delete.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/milestone_edit.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/milestone_view.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/query.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/query.rss
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/query_results.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/report.rss
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/report_delete.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/report_edit.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/report_view.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/roadmap.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/ticket.html
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/ticket.rss
lib/python${MODPY_VERSION}/site-packages/trac/ticket/templates/ticket_notify_email.txt
lib/python${MODPY_VERSION}/site-packages/trac/ticket/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/ticket/web_ui.pyc
lib/python${MODPY_VERSION}/site-packages/trac/ticket/workflows/
lib/python${MODPY_VERSION}/site-packages/trac/ticket/workflows/basic-workflow.ini
lib/python${MODPY_VERSION}/site-packages/trac/ticket/workflows/original-workflow.ini
lib/python${MODPY_VERSION}/site-packages/trac/timeline/
lib/python${MODPY_VERSION}/site-packages/trac/timeline/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/timeline/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/timeline/api.py
lib/python${MODPY_VERSION}/site-packages/trac/timeline/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/timeline/templates/
lib/python${MODPY_VERSION}/site-packages/trac/timeline/templates/timeline.html
lib/python${MODPY_VERSION}/site-packages/trac/timeline/templates/timeline.rss
lib/python${MODPY_VERSION}/site-packages/trac/timeline/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/timeline/web_ui.pyc
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/__init__.pyc
@ -115,6 +296,8 @@ lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db19.py
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db19.pyc
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db20.py
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db20.pyc
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db21.py
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db21.pyc
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db3.py
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db3.pyc
lib/python${MODPY_VERSION}/site-packages/trac/upgrades/db4.py
@ -134,14 +317,20 @@ lib/python${MODPY_VERSION}/site-packages/trac/util/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/util/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/autoreload.py
lib/python${MODPY_VERSION}/site-packages/trac/util/autoreload.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/compat.py
lib/python${MODPY_VERSION}/site-packages/trac/util/compat.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/daemon.py
lib/python${MODPY_VERSION}/site-packages/trac/util/daemon.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/datefmt.py
lib/python${MODPY_VERSION}/site-packages/trac/util/datefmt.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/html.py
lib/python${MODPY_VERSION}/site-packages/trac/util/html.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/presentation.py
lib/python${MODPY_VERSION}/site-packages/trac/util/presentation.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/text.py
lib/python${MODPY_VERSION}/site-packages/trac/util/text.pyc
lib/python${MODPY_VERSION}/site-packages/trac/util/translation.py
lib/python${MODPY_VERSION}/site-packages/trac/util/translation.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/__init__.pyc
@ -155,6 +344,14 @@ lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/svn_authz.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/svn_authz.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/svn_fs.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/svn_fs.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/browser.html
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/changeset.html
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/diff_form.html
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/dir_entries.html
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/revisionlog.html
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/revisionlog.rss
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/templates/revisionlog.txt
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/__init__.pyc
@ -164,6 +361,8 @@ lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/changeset.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/changeset.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/log.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/log.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/main.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/main.pyc
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/util.py
lib/python${MODPY_VERSION}/site-packages/trac/versioncontrol/web_ui/util.pyc
lib/python${MODPY_VERSION}/site-packages/trac/web/
@ -200,6 +399,63 @@ lib/python${MODPY_VERSION}/site-packages/trac/wiki/__init__.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/api.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/api.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/CamelCase
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/InterMapTxt
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/InterTrac
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/InterWiki
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/PageTemplates
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/RecentChanges
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/SandBox
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TitleIndex
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracAccessibility
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracAdmin
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracBackup
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracBrowser
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracCgi
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracChangeset
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracEnvironment
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracFastCgi
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracFineGrainedPermissions
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracGuide
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracImport
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracIni
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracInstall
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracInterfaceCustomization
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracLinks
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracLogging
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracModPython
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracModWSGI
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracNavigation
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracNotification
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracPermissions
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracPlugins
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracQuery
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracReports
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracRevisionLog
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracRoadmap
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracRss
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracSearch
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracStandalone
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracSupport
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracSyntaxColoring
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracTickets
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracTicketsCustomFields
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracTimeline
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracUnicode
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracUpgrade
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracWiki
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/TracWorkflow
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiDeletePage
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiFormatting
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiHtml
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiMacros
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiNewPage
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiPageNames
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiProcessors
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiRestructuredText
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiRestructuredTextLinks
lib/python${MODPY_VERSION}/site-packages/trac/wiki/default-pages/WikiStart
lib/python${MODPY_VERSION}/site-packages/trac/wiki/formatter.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/formatter.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/intertrac.py
@ -210,143 +466,12 @@ lib/python${MODPY_VERSION}/site-packages/trac/wiki/macros.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/macros.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/model.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/model.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/parser.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/parser.pyc
lib/python${MODPY_VERSION}/site-packages/trac/wiki/templates/
lib/python${MODPY_VERSION}/site-packages/trac/wiki/templates/wiki_delete.html
lib/python${MODPY_VERSION}/site-packages/trac/wiki/templates/wiki_diff.html
lib/python${MODPY_VERSION}/site-packages/trac/wiki/templates/wiki_edit.html
lib/python${MODPY_VERSION}/site-packages/trac/wiki/templates/wiki_view.html
lib/python${MODPY_VERSION}/site-packages/trac/wiki/web_ui.py
lib/python${MODPY_VERSION}/site-packages/trac/wiki/web_ui.pyc
@man man/man1/trac-admin.1
@man man/man1/tracd.1
share/trac/
share/trac/cgi-bin/
share/trac/cgi-bin/trac.cgi
share/trac/cgi-bin/trac.fcgi
share/trac/conf/
share/trac/htdocs/
share/trac/htdocs/README
share/trac/htdocs/asc.png
share/trac/htdocs/attachment.png
share/trac/htdocs/changeset.png
share/trac/htdocs/closedticket.png
share/trac/htdocs/css/
share/trac/htdocs/css/about.css
share/trac/htdocs/css/browser.css
share/trac/htdocs/css/changeset.css
share/trac/htdocs/css/code.css
share/trac/htdocs/css/diff.css
share/trac/htdocs/css/report.css
share/trac/htdocs/css/roadmap.css
share/trac/htdocs/css/search.css
share/trac/htdocs/css/ticket.css
share/trac/htdocs/css/timeline.css
share/trac/htdocs/css/trac.css
share/trac/htdocs/css/wiki.css
share/trac/htdocs/desc.png
share/trac/htdocs/dots.gif
share/trac/htdocs/draft.png
share/trac/htdocs/edit_toolbar.png
share/trac/htdocs/editedticket.png
share/trac/htdocs/extlink.gif
share/trac/htdocs/file.png
share/trac/htdocs/folder.png
share/trac/htdocs/ics.png
share/trac/htdocs/imggrid.png
share/trac/htdocs/js/
share/trac/htdocs/js/query.js
share/trac/htdocs/js/trac.js
share/trac/htdocs/js/wikitoolbar.js
share/trac/htdocs/milestone.png
share/trac/htdocs/newticket.png
share/trac/htdocs/parent.png
share/trac/htdocs/python.png
share/trac/htdocs/topbar_gradient.png
share/trac/htdocs/topbar_gradient2.png
share/trac/htdocs/trac.ico
share/trac/htdocs/trac_banner.png
share/trac/htdocs/trac_logo_mini.png
share/trac/htdocs/wiki.png
share/trac/htdocs/xml.png
share/trac/plugins/
share/trac/templates/
share/trac/templates/README
share/trac/templates/about.cs
share/trac/templates/anydiff.cs
share/trac/templates/attachment.cs
share/trac/templates/browser.cs
share/trac/templates/changeset.cs
share/trac/templates/error.cs
share/trac/templates/footer.cs
share/trac/templates/header.cs
share/trac/templates/index.cs
share/trac/templates/log.cs
share/trac/templates/log_changelog.cs
share/trac/templates/log_rss.cs
share/trac/templates/macros.cs
share/trac/templates/milestone.cs
share/trac/templates/newticket.cs
share/trac/templates/query.cs
share/trac/templates/query_rss.cs
share/trac/templates/report.cs
share/trac/templates/report_rss.cs
share/trac/templates/roadmap.cs
share/trac/templates/search.cs
share/trac/templates/settings.cs
share/trac/templates/ticket.cs
share/trac/templates/ticket_notify_email.cs
share/trac/templates/ticket_rss.cs
share/trac/templates/timeline.cs
share/trac/templates/timeline_rss.cs
share/trac/templates/wiki.cs
share/trac/wiki-default/
share/trac/wiki-default/CamelCase
share/trac/wiki-default/InterMapTxt
share/trac/wiki-default/InterTrac
share/trac/wiki-default/InterWiki
share/trac/wiki-default/RecentChanges
share/trac/wiki-default/SandBox
share/trac/wiki-default/TitleIndex
share/trac/wiki-default/TracAccessibility
share/trac/wiki-default/TracAdmin
share/trac/wiki-default/TracBackup
share/trac/wiki-default/TracBrowser
share/trac/wiki-default/TracCgi
share/trac/wiki-default/TracChangeset
share/trac/wiki-default/TracEnvironment
share/trac/wiki-default/TracFastCgi
share/trac/wiki-default/TracGuide
share/trac/wiki-default/TracImport
share/trac/wiki-default/TracIni
share/trac/wiki-default/TracInstall
share/trac/wiki-default/TracInterfaceCustomization
share/trac/wiki-default/TracLinks
share/trac/wiki-default/TracLogging
share/trac/wiki-default/TracModPython
share/trac/wiki-default/TracNotification
share/trac/wiki-default/TracPermissions
share/trac/wiki-default/TracPlugins
share/trac/wiki-default/TracQuery
share/trac/wiki-default/TracReports
share/trac/wiki-default/TracRevisionLog
share/trac/wiki-default/TracRoadmap
share/trac/wiki-default/TracRss
share/trac/wiki-default/TracSearch
share/trac/wiki-default/TracStandalone
share/trac/wiki-default/TracSupport
share/trac/wiki-default/TracSyntaxColoring
share/trac/wiki-default/TracTickets
share/trac/wiki-default/TracTicketsCustomFields
share/trac/wiki-default/TracTimeline
share/trac/wiki-default/TracUnicode
share/trac/wiki-default/TracUpgrade
share/trac/wiki-default/TracWiki
share/trac/wiki-default/WikiDeletePage
share/trac/wiki-default/WikiFormatting
share/trac/wiki-default/WikiHtml
share/trac/wiki-default/WikiMacros
share/trac/wiki-default/WikiNewPage
share/trac/wiki-default/WikiPageNames
share/trac/wiki-default/WikiProcessors
share/trac/wiki-default/WikiRestructuredText
share/trac/wiki-default/WikiRestructuredTextLinks
share/trac/wiki-default/WikiStart
share/trac/wiki-macros/
share/trac/wiki-macros/HelloWorld.py
share/trac/wiki-macros/Timestamp.py
share/trac/wiki-macros/TracGuideToc.py