From 1fbcddd73a6f77ac5f0b73998f1cef129939043a Mon Sep 17 00:00:00 2001 From: dhn Date: Mon, 11 May 2009 20:16:09 +0000 Subject: - Update to 0.6.1052 - Connect to the build PR: ports/134304 Submitted by: Alexey V.Degtyarev (maintainer) Approved by: miwi (mentor) --- textproc/py-genshi-devel/Makefile | 42 +++++++--- textproc/py-genshi-devel/distinfo | 6 +- textproc/py-genshi-devel/pkg-descr | 14 ++++ textproc/py-genshi-devel/pkg-plist | 158 ++++--------------------------------- 4 files changed, 65 insertions(+), 155 deletions(-) (limited to 'textproc/py-genshi-devel') diff --git a/textproc/py-genshi-devel/Makefile b/textproc/py-genshi-devel/Makefile index 5fb4c79d4b3e..5c9f41cac73a 100644 --- a/textproc/py-genshi-devel/Makefile +++ b/textproc/py-genshi-devel/Makefile @@ -1,31 +1,51 @@ -# New ports collection makefile for: py-genshi -# Date created: 2007-01-23 -# Whom: Nicola Vitale +# New ports collection makefile for: py-genshi-devel +# Date created: Wed 06 May 2009 +# Whom: Alexey V. Degtyarev # # $FreeBSD$ # PORTNAME= Genshi -PORTVERSION= 0.5.1 -PORTREVISION= 2 -#PORTEPOCH= 0 +PORTVERSION= 0.6.1052 CATEGORIES= textproc www python -MASTER_SITES= http://ftp.edgewall.com/pub/${PORTNAME:L}/ \ - http://nivi.interfree.it/distfiles/${PORTNAME:L}/ +MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -devel -MAINTAINER= nivit@FreeBSD.org +MAINTAINER= alexey@renatasystems.org COMMENT= Python toolkit for stream-based generation of output for the web -USE_PYTHON= yes +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install +WRKSRC= ${WRKDIR}/genshi +CONFLICTS= py-genshi-[0-9]* + PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_INSTALLARGS= -Z -O 1 -N -S ${PYTHONPREFIX_SITELIBDIR}/site-packages -d ${PYTHONPREFIX_SITELIBDIR} ${WRKSRC}/dist/${PYEASYINSTALL_EGG} +PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev +PYDISTUTILS_INSTALLARGS= -Z -O 1 -N \ + -S ${PYTHONPREFIX_SITELIBDIR}/site-packages \ + -d ${PYTHONPREFIX_SITELIBDIR} \ + ${WRKSRC}/dist/${PYEASYINSTALL_EGG} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +# This target is only meant to be used by the port maintainer. +x-generate-plist: + (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \ + | ${SED} -E \ + 's,.*share/nls/.+$$,,g \ + ;s,@dirrm share/man(/.*)?$$,,g \ + ;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g \ + ;s,^${DOCSDIR_REL},%%PORTDOCS%%%%DOCSDIR%%,g \ + ;s,@dirrm ${DOCSDIR_REL},%%PORTDOCS%%@dirrm %%DOCSDIR%%,g \ + ;s,^${EXAMPLESDIR_REL},%%PORTEXAMPLES%%%%EXAMPLESDIR%%,g \ + ;s,@dirrm ${EXAMPLESDIR_REL},%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%,g \ + ;s,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,g \ + ;s,@dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \ + ' | ${TR} -s '\n') > temp-pkg-plist + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/textproc/py-genshi-devel/distinfo b/textproc/py-genshi-devel/distinfo index a564658d2e03..666038b308af 100644 --- a/textproc/py-genshi-devel/distinfo +++ b/textproc/py-genshi-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (Genshi-0.5.1.tar.gz) = 3bb8a86804cff044dbd097e5abed3f04 -SHA256 (Genshi-0.5.1.tar.gz) = a7fce788083fe2cfb091b3a5dfb9c25e45c2120c8ab78470b4eb858a7ee142d6 -SIZE (Genshi-0.5.1.tar.gz) = 375636 +MD5 (Genshi-0.6.1052.tar.gz) = 698f37b5335224616c1ca31409186b4b +SHA256 (Genshi-0.6.1052.tar.gz) = 559868a39d7d69e323f0b78e33432a05ddcdd97ff29a362f1821e32bb96d0188 +SIZE (Genshi-0.6.1052.tar.gz) = 260267 diff --git a/textproc/py-genshi-devel/pkg-descr b/textproc/py-genshi-devel/pkg-descr index f2506fea34a0..1432154deaa4 100644 --- a/textproc/py-genshi-devel/pkg-descr +++ b/textproc/py-genshi-devel/pkg-descr @@ -3,4 +3,18 @@ for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. +The development version 0.6 has the following features: + +* Improved XPath engine. + +* Code generation instead of AST transformation for template expressions. + +* Use of Python _ast module as an alternative to the deprecated compiler +* package. + +* Full support for advanced internationalization. + +* Drop Python 2.3 compatibility, Python 2.4 will be the minimum required +* version. + WWW: http://genshi.edgewall.org/ diff --git a/textproc/py-genshi-devel/pkg-plist b/textproc/py-genshi-devel/pkg-plist index 6306de3e6b0a..9f2c0345b334 100644 --- a/textproc/py-genshi-devel/pkg-plist +++ b/textproc/py-genshi-devel/pkg-plist @@ -1,12 +1,11 @@ -@comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/native_libs.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/zip-safe %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/__init__.pyo @@ -44,6 +43,18 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/_ast24.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/_ast24.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/_ast24.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/ast24.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/ast24.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/ast24.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astgae.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astgae.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astgae.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/astutil.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/base.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/base.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template/base.pyo @@ -71,99 +82,8 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/util.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/util.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/util.pyo +%%PORTDOCS%%%%DOCSDIR%%/2000ft.graffle %%PORTDOCS%%%%DOCSDIR%%/2000ft.png -%%PORTDOCS%%%%DOCSDIR%%/api/api-objects.txt -%%PORTDOCS%%%%DOCSDIR%%/api/class-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/crarr.png -%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.css -%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.js -%%PORTDOCS%%%%DOCSDIR%%/api/genshi-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.builder-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.builder.Element-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.builder.ElementFactory-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.builder.Fragment-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core.Attrs-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core.Markup-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core.Namespace-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core.QName-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.core.Stream-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.html-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.html.HTMLFormFiller-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.html.HTMLSanitizer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.i18n-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.i18n.Translator-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.transform-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.transform.InjectorTransformation-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.transform.StreamBuffer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.filters.transform.Transformer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.input-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.input.HTMLParser-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.input.ParseError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.input.XMLParser-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output.DocType-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output.HTMLSerializer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output.TextSerializer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output.XHTMLSerializer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.output.XMLSerializer-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.path-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.path.Path-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.path.PathSyntaxError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.BadDirectiveError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.Context-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.Template-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.TemplateError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.TemplateMeta-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.TemplateRuntimeError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.TemplateSyntaxError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.AttrsDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.ChooseDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.ContentDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.DefDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.DirectiveMeta-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.ForDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.IfDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.MatchDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.OtherwiseDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.ReplaceDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.StripDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.WhenDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.directives.WithDirective-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.Code-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.Expression-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.LenientLookup-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.StrictLookup-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.Suite-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.Undefined-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.eval.UndefinedError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.interpolation-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.loader-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.loader.TemplateLoader-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.loader.TemplateNotFound-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.markup-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.markup.MarkupTemplate-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.plugin-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.plugin.AbstractTemplateEnginePlugin-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.plugin.ConfigurationError-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.plugin.MarkupTemplateEnginePlugin-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.plugin.TextTemplateEnginePlugin-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.text-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.text.NewTextTemplate-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.text.OldTextTemplate-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.util-module.html -%%PORTDOCS%%%%DOCSDIR%%/api/genshi.util.LRUCache-class.html -%%PORTDOCS%%%%DOCSDIR%%/api/help.html -%%PORTDOCS%%%%DOCSDIR%%/api/identifier-index.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/module-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/redirect.html -%%PORTDOCS%%%%DOCSDIR%%/api/since-index.html %%PORTDOCS%%%%DOCSDIR%%/common/COPYING %%PORTDOCS%%%%DOCSDIR%%/common/README.txt %%PORTDOCS%%%%DOCSDIR%%/common/conf/docutils.ini @@ -178,29 +98,19 @@ %%PORTDOCS%%%%DOCSDIR%%/common/style/shadow.gif %%PORTDOCS%%%%DOCSDIR%%/common/style/vertbars.png %%PORTDOCS%%%%DOCSDIR%%/common/template.html -%%PORTDOCS%%%%DOCSDIR%%/filters.html %%PORTDOCS%%%%DOCSDIR%%/filters.txt -%%PORTDOCS%%%%DOCSDIR%%/i18n.html %%PORTDOCS%%%%DOCSDIR%%/i18n.txt -%%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/index.txt -%%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%%%DOCSDIR%%/install.txt %%PORTDOCS%%%%DOCSDIR%%/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/logo.lineform/data %%PORTDOCS%%%%DOCSDIR%%/logo.png -%%PORTDOCS%%%%DOCSDIR%%/plugin.html %%PORTDOCS%%%%DOCSDIR%%/plugin.txt -%%PORTDOCS%%%%DOCSDIR%%/streams.html %%PORTDOCS%%%%DOCSDIR%%/streams.txt -%%PORTDOCS%%%%DOCSDIR%%/templates.html %%PORTDOCS%%%%DOCSDIR%%/templates.txt -%%PORTDOCS%%%%DOCSDIR%%/text-templates.html %%PORTDOCS%%%%DOCSDIR%%/text-templates.txt -%%PORTDOCS%%%%DOCSDIR%%/upgrade.html %%PORTDOCS%%%%DOCSDIR%%/upgrade.txt -%%PORTDOCS%%%%DOCSDIR%%/xml-templates.html %%PORTDOCS%%%%DOCSDIR%%/xml-templates.txt -%%PORTDOCS%%%%DOCSDIR%%/xpath.html %%PORTDOCS%%%%DOCSDIR%%/xpath.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/kidrun.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/layout.html @@ -234,30 +144,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/myghty/template.myt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/base.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/template.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/dev.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/config/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/config/app.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/config/log.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/controllers.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/json.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/model.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/release.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/static/images/favicon.ico -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/static/images/tg_under_the_hood.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/login.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/master.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/plain.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/sitetemplate.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/templates/welcome.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/tests/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/tests/test_controllers.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/genshitest/tests/test_model.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/sample-prod.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/setup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbogears/start-genshitest.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/xpath.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/controller.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/form.py @@ -277,22 +164,11 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/info.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/submit.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/hello.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/hello.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webpy %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/templates %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/static %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/lib %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/templates -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/static/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/static -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/config -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/simpletal %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/myghty %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/mako @@ -307,10 +183,10 @@ %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/logo.lineform %%PORTDOCS%%@dirrm %%DOCSDIR%%/common/style %%PORTDOCS%%@dirrm %%DOCSDIR%%/common/conf %%PORTDOCS%%@dirrm %%DOCSDIR%%/common -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/template @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/genshi/filters -- cgit