Hi,

I sent this diff to Martynas Venckus (Maintainer) but I didn't get any response.

I seen a new version of turbogears has been released.

This is the diff to update, is it OK ?

Didn't add spaces around variables for comprehensible diff, can commiter do 
this ?

Thanks,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-turbogears/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    22 Nov 2010 08:36:53 -0000      1.14
+++ Makefile    23 Nov 2010 06:54:19 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=               Python web development megaframework
 
-MODPY_EGG_VERSION=     1.0.8
+MODPY_EGG_VERSION=     1.1.1
 DISTNAME=              TurboGears-${MODPY_EGG_VERSION}
 PKGNAME=               py-turbogears-${MODPY_EGG_VERSION}
-REVISION=              0
 
 CATEGORIES=            www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-turbogears/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    22 Apr 2009 22:07:11 -0000      1.7
+++ distinfo    23 Nov 2010 06:54:19 -0000
@@ -1,5 +1,5 @@
-MD5 (TurboGears-1.0.8.tar.gz) = hFsppYiujU51kccibapvmA==
-RMD160 (TurboGears-1.0.8.tar.gz) = ZdYv2DPGIdG5Xjbg5/8QYkeJuQ4=
-SHA1 (TurboGears-1.0.8.tar.gz) = IEKsdwkjOCl6QLmBX1nH/MhMli0=
-SHA256 (TurboGears-1.0.8.tar.gz) = nwlqIxUFL4NfksvSb6ld0o7eOL4FL997uJpWnU53rek=
-SIZE (TurboGears-1.0.8.tar.gz) = 1181046
+MD5 (TurboGears-1.1.1.tar.gz) = 9lqtrq96VCyqd6kKyYAtwA==
+RMD160 (TurboGears-1.1.1.tar.gz) = Q/HqcoYpyrt1l96ZL236sAjDLlM=
+SHA1 (TurboGears-1.1.1.tar.gz) = U05Ho8kM0QtGEVAtkge2bENJacU=
+SHA256 (TurboGears-1.1.1.tar.gz) = dmBXwJfl/sN7zTHPbJS5oQ48n7/6PIxtD5LWqQad8x8=
+SIZE (TurboGears-1.1.1.tar.gz) = 1201866
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/py-turbogears/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   22 Apr 2009 22:07:12 -0000      1.6
+++ pkg/PLIST   23 Nov 2010 06:54:20 -0000
@@ -20,6 +20,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/i18n.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/info.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/info.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/command/kid2genshi.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/command/kid2genshi.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/quickstart.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/quickstart.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/command/sacommand.py
@@ -44,10 +46,15 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/feed/feed.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/feed/feed.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/feed/rss2_0.kid
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/__init__.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/base.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/base.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/safemultipart.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/filters/safemultipart.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/finddata.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/finddata.pyc
-lib/python${MODPY_VERSION}/site-packages/turbogears/genericfunctions.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/genericfunctions.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/__init__.pyc
@@ -509,6 +516,20 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/format.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/kidutils.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/kidutils.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/__init__.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/catalog.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/catalog.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/msgfmt.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/msgfmt.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/pygettext.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/pygettext/pygettext.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sagettext/
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sagettext/__init__.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sagettext/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sagettext/model.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sagettext/model.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sogettext/
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sogettext/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/i18n/sogettext/__init__.pyc
@@ -536,6 +557,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/identity/base.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/identity/base.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/conditions.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/conditions.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/identity/exceptions.py
@@ -561,7 +584,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+einame+.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+einame+.egg-info/PKG-INFO
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+einame+.egg-info/paster_plugins.txt
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+einame+.egg-info/sqlobject.txt_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+package+/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+package+/__init__.py
@@ -579,9 +601,10 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+package+/templates/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+package+/templates/__init__.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/+package+/templates/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/qsbase/MANIFEST.in_tmpl
 lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/commands.py_tmpl
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/command.py_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/config/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/config/__init__.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/config/__init__.pyc
@@ -592,19 +615,40 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/model.py_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/css/
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/css/login.css_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/css/style.css
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/header_inner.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/contentbg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/error.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/favicon.ico
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/header_inner2.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/headerbg.png
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/info.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/inputbg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/loginbg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/loginbottombg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/loginheader-left.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/loginheader-right.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/menu-item-actibg-first.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/menu-item-actibg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/menu-item-border.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/menubg.png
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/ok.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/pagebg.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/star.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/strype2.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/tg_under_the_hood.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/under_the_hood_blue.png
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/static/images/warning.png
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/login.kid
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/master.kid
-lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/welcome.kid
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/login.html_tmpl
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/master.html
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/templates/welcome.html
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/__init__.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/__init__.pyc
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/test_controllers.py_tmpl
+lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/test_json.py_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/+package+/tests/test_model.py_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/README.txt_tmpl
 
lib/python${MODPY_VERSION}/site-packages/turbogears/qstemplates/quickstart/dev.cfg_tmpl
@@ -678,8 +722,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/images/trash.png
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/images/widgets.png
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/
-lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/MochiKit_1_3.js
-lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/MochiKit_1_4.js
+lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/MochiKit.js
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/static/js/i18n_base.js
@@ -711,7 +754,10 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/tests/catwalk_models/single_join.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/config.cfg
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/configfile.cfg
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/form.html
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/form.kid
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/genshi_new_text_format.txt
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/genshi_old_text_format.txt
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/locale/
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/locale/en/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/tests/locale/en/LC_MESSAGES/
@@ -723,6 +769,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/tests/locale/fi/LC_MESSAGES/messages.po
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/othertemplate.kid
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/paginate.kid
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/simple.html
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/simple.kid
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/simplecheetah.tmpl
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_catwalk.py
@@ -741,16 +788,20 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_expose.pyc
 
lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_form_controllers.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_form_controllers.pyc
-lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_genericfunctions.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_genericfunctions.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_paginate.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_paginate.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_restmethod.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_restmethod.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_session_mapper.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_session_mapper.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_sqlalchemy.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_sqlalchemy.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_sqlobject.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_sqlobject.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_testutil.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_testutil.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_toscawidgets.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_toscawidgets.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_util.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_util.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_validators.py
@@ -758,8 +809,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_view.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/test_view.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/tests/textfmt.tmpl
-lib/python${MODPY_VERSION}/site-packages/turbogears/tests/util.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/tests/util.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/testutil.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/testutil.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/
@@ -768,17 +817,11 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/__init__.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/catalog.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/catalog.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/inter.kid
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/internationalization.kid
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/language.kid
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/languageManagement.kid
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/msgfmt.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/msgfmt.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/po_view.kid
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/pygettext.py
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/pygettext.pyc
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/admi18n/stringCollection.kid
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/base.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/base.pyc
@@ -833,7 +876,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/js/sql_types.js
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/styles/
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/styles/bar.css
-lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/styles/foo
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/styles/style.css
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/diagram/styles/style.js
 
lib/python${MODPY_VERSION}/site-packages/turbogears/toolbox/designer/static/images/
@@ -859,6 +901,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/base.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/base.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/view/genshisupport.py
+lib/python${MODPY_VERSION}/site-packages/turbogears/view/genshisupport.pyc
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/templates/
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/templates/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/view/templates/__init__.pyc
@@ -1004,6 +1048,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/__init__.py
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/form.html
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/form.kid
 
lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/test_datagrid.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/test_datagrid.pyc
@@ -1021,5 +1066,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/test_request_related_features.pyc
 
lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/test_widgets.py
 
lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/test_widgets.pyc
+lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/two_forms.html
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/two_forms.kid
 lib/python${MODPY_VERSION}/site-packages/turbogears/widgets/tests/widget.kid

Reply via email to