From abd1b0b7566df7fb94eb9bead25f8efc7bd50ea6 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Fri, 7 Jun 2013 16:21:45 +0400 Subject: [PATCH 1/2] Fork py-Genshi 0.6.x: Trac 0.12 won't work with version 0.7 See http://trac.edgewall.org/ticket/10126 for explanations why version 0.7 isn't compatible with Trac 0.x. Signed-off-by: Eygene Ryabinkin --- textproc/Makefile | 1 + textproc/py-genshi/Makefile | 2 + textproc/py-genshi06/Makefile | 32 ++++ textproc/py-genshi06/distinfo | 2 + textproc/py-genshi06/pkg-descr | 6 + textproc/py-genshi06/pkg-plist | 315 ++++++++++++++++++++++++++++++++++ www/trac-TracGoogleAnalytics/Makefile | 2 +- www/trac/Makefile | 4 +- 8 files changed, 361 insertions(+), 3 deletions(-) create mode 100644 textproc/py-genshi06/Makefile create mode 100644 textproc/py-genshi06/distinfo create mode 100644 textproc/py-genshi06/pkg-descr create mode 100644 textproc/py-genshi06/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 364209b..bdc769e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1146,6 +1146,7 @@ SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi + SUBDIR += py-genshi06 SUBDIR += py-genshi-devel SUBDIR += py-gettext SUBDIR += py-html2text diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile index e8da725..14cf71e 100644 --- a/textproc/py-genshi/Makefile +++ b/textproc/py-genshi/Makefile @@ -18,6 +18,8 @@ OPTIONS_DEFINE= BABEL OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options BABEL_DESC= I18n support through the Babel plugin +CONFLICTS= ${PKGNAMEPREFIX}Genshi + PYEASYINSTALL_ARCHDEP= yes USE_PYTHON= yes diff --git a/textproc/py-genshi06/Makefile b/textproc/py-genshi06/Makefile new file mode 100644 index 0000000..9535c2d --- /dev/null +++ b/textproc/py-genshi06/Makefile @@ -0,0 +1,32 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= Genshi +PKGNAMESUFFIX= 06 +PORTVERSION= 0.6.1 +CATEGORIES= textproc www python +MASTER_SITES= http://ftp.edgewall.com/pub/genshi/ \ + http://dist.codelabs.ru/fbsd/genshi/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rea@FreeBSD.org +COMMENT= Python toolkit for stream-based generation of output for the web + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR} +.endif + +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} +.endif + +.include diff --git a/textproc/py-genshi06/distinfo b/textproc/py-genshi06/distinfo new file mode 100644 index 0000000..310f138 --- /dev/null +++ b/textproc/py-genshi06/distinfo @@ -0,0 +1,2 @@ +SHA256 (Genshi-0.6.1.tar.gz) = fed947f11dbcb6792bb7161701ec3b9804055ad68c8af0ab4f0f9b25e9a18dbd +SIZE (Genshi-0.6.1.tar.gz) = 486230 diff --git a/textproc/py-genshi06/pkg-descr b/textproc/py-genshi06/pkg-descr new file mode 100644 index 0000000..f2506fe --- /dev/null +++ b/textproc/py-genshi06/pkg-descr @@ -0,0 +1,6 @@ +Genshi is a Python library that provides an integrated set of components +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. + +WWW: http://genshi.edgewall.org/ diff --git a/textproc/py-genshi06/pkg-plist b/textproc/py-genshi06/pkg-plist new file mode 100644 index 0000000..b3820c8 --- /dev/null +++ b/textproc/py-genshi06/pkg-plist @@ -0,0 +1,315 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%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/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._ast24-module.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.AST-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Add-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.And-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Assert-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Assign-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Attribute-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.AugAssign-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.AugLoad-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.AugStore-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.BinOp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.BitAnd-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.BitOr-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.BitXor-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.BoolOp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Break-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Call-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.ClassDef-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Compare-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Continue-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Del-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Delete-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Dict-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Div-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Ellipsis-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Eq-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Exec-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Expr-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Expression-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.ExtSlice-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.FloorDiv-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.For-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.FunctionDef-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.GeneratorExp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Global-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Gt-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.GtE-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.If-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.IfExp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Import-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.ImportFrom-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.In-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Index-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Interactive-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Invert-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Is-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.IsNot-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.LShift-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Lambda-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.List-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.ListComp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Load-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Lt-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.LtE-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Mod-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Module-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Mult-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Name-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Not-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.NotEq-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.NotIn-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Num-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Or-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Param-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Pass-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Pow-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Print-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.RShift-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Raise-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Repr-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Return-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Slice-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Store-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Str-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Sub-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Subscript-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Suite-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.TryExcept-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.TryFinally-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Tuple-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.UAdd-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.USub-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.UnaryOp-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.While-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.With-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.Yield-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.alias-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.arguments-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.boolop-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.cmpop-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.comprehension-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.excepthandler-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.expr-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.expr_context-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.keyword-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.mod-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.operator-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.slice-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.stmt-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template._ast24.unaryop-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.ast24-module.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.astutil-module.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.astutil.ASTCodeGenerator-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.astutil.ASTTransformer-class.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.DirectiveFactory-class.html +%%PORTDOCS%%%%DOCSDIR%%/api/genshi.template.base.DirectiveFactoryMeta-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.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 +%%PORTDOCS%%%%DOCSDIR%%/common/conf/epydoc.ini +%%PORTDOCS%%%%DOCSDIR%%/common/doctools.py +%%PORTDOCS%%%%DOCSDIR%%/common/doctools.pyc +%%PORTDOCS%%%%DOCSDIR%%/common/style/bkgnd_pattern.png +%%PORTDOCS%%%%DOCSDIR%%/common/style/docutils.css +%%PORTDOCS%%%%DOCSDIR%%/common/style/edgewall.css +%%PORTDOCS%%%%DOCSDIR%%/common/style/epydoc.css +%%PORTDOCS%%%%DOCSDIR%%/common/style/pygments.css +%%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%%/loader.html +%%PORTDOCS%%%%DOCSDIR%%/loader.txt +%%PORTDOCS%%%%DOCSDIR%%/logo.gif +%%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 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/layout.kid +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/run.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/test.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/test.kid +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/basic.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/bigtable.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/footer.tmpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/header.tmpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/template.tmpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/footer.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/header.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/template.cs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templates/base.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templates/template.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templatetags/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templatetags/bench.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi/base.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi/template.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/footer.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/header.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/template.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/kid/base.kid +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/kid/template.kid +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/footer.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/header.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/template.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/myghty/base.myt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/myghty/template.myt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/base.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/template.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/xpath.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/controller.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/form.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/__init__.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/ajax.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/template.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/model.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/jquery.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/layout.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/logo.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/_comment.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/_form.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/comment.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/index.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/info.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/info.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/layout.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/submit.html +%%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%%/bench/simpletal +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/myghty +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/mako +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/kid +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi_text +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templatetags +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templates +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/clearsilver +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/cheetah +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/common/style +%%PORTDOCS%%@dirrm %%DOCSDIR%%/common/conf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/common +%%PORTDOCS%%@dirrm %%DOCSDIR%%/api +%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/trac-TracGoogleAnalytics/Makefile b/www/trac-TracGoogleAnalytics/Makefile index 64e54e4..550d007 100644 --- a/www/trac-TracGoogleAnalytics/Makefile +++ b/www/trac-TracGoogleAnalytics/Makefile @@ -16,7 +16,7 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Trac plugin to enable logging by Google Analytics BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \ - ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi + ${PYTHON_PKGNAMEPREFIX}Genshi06>=0.5:${PORTSDIR}/textproc/py-genshi06 RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/www/trac/Makefile b/www/trac/Makefile index a32abe0..09f0588 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -11,9 +11,9 @@ DISTNAME= Trac-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= An enhanced wiki and issue tracking system for software projects -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi06>=0.5:${PORTSDIR}/textproc/py-genshi06 \ ${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi06>=0.5:${PORTSDIR}/textproc/py-genshi06 \ ${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel OPTIONS_DEFINE= SILVERCITY DOCUTILS PYGMENTS TZ PGSQL SVN -- 1.8.1