git: a0b3087ee686 - main - www/smarty: Update to 5.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b3087ee686a9332a9415876d9f7cf0f4f1d923 commit a0b3087ee686a9332a9415876d9f7cf0f4f1d923 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:11 +0000 www/smarty: Update to 5.0.2 Changes: https://github.com/smarty-php/smarty/releases --- www/smarty/Makefile | 4 +- www/smarty/distinfo | 6 +- www/smarty/pkg-plist | 375 +++++++++++++++++++++++---------------------------- 3 files changed, 170 insertions(+), 215 deletions(-) diff --git a/www/smarty/Makefile b/www/smarty/Makefile index fddcb90bff7a..0c3208cabe1f 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -1,5 +1,5 @@ PORTNAME= smarty -PORTVERSION= 4.5.1 +PORTVERSION= 5.0.2 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -24,6 +24,6 @@ GH_ACCOUNT= smarty-php do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/www/smarty/distinfo b/www/smarty/distinfo index 4dc758071368..4be10e5d7687 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466084 -SHA256 (smarty-php-smarty-v4.5.1_GH0.tar.gz) = 85a0ca872d69e7ae16e923342c31992100c8f0dbc2301c8f68e6fd371e6735f8 -SIZE (smarty-php-smarty-v4.5.1_GH0.tar.gz) = 363247 +TIMESTAMP = 1711860489 +SHA256 (smarty-php-smarty-v5.0.2_GH0.tar.gz) = 4d17ae6b225fc416d7df1caaaf2d99d20a5725ac1712a7454243593a18e594f5 +SIZE (smarty-php-smarty-v5.0.2_GH0.tar.gz) = 329848 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index 013c0e885bb7..0d69b8fcb38c 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -1,212 +1,167 @@ -%%DATADIR%%/Autoloader.php -%%DATADIR%%/Smarty.class.php -%%DATADIR%%/bootstrap.php +%%DATADIR%%/BlockHandler/Base.php +%%DATADIR%%/BlockHandler/BlockHandlerInterface.php +%%DATADIR%%/BlockHandler/BlockPluginWrapper.php +%%DATADIR%%/BlockHandler/TextFormat.php +%%DATADIR%%/Cacheresource/Base.php +%%DATADIR%%/Cacheresource/Custom.php +%%DATADIR%%/Cacheresource/File.php +%%DATADIR%%/Cacheresource/KeyValueStore.php +%%DATADIR%%/Compile/Base.php +%%DATADIR%%/Compile/BlockCompiler.php +%%DATADIR%%/Compile/CompilerInterface.php +%%DATADIR%%/Compile/DefaultHandlerBlockCompiler.php +%%DATADIR%%/Compile/DefaultHandlerFunctionCallCompiler.php +%%DATADIR%%/Compile/FunctionCallCompiler.php +%%DATADIR%%/Compile/Modifier/BCPluginWrapper.php +%%DATADIR%%/Compile/Modifier/Base.php +%%DATADIR%%/Compile/Modifier/CatModifierCompiler.php +%%DATADIR%%/Compile/Modifier/CountCharactersModifierCompiler.php +%%DATADIR%%/Compile/Modifier/CountParagraphsModifierCompiler.php +%%DATADIR%%/Compile/Modifier/CountSentencesModifierCompiler.php +%%DATADIR%%/Compile/Modifier/CountWordsModifierCompiler.php +%%DATADIR%%/Compile/Modifier/DefaultModifierCompiler.php +%%DATADIR%%/Compile/Modifier/EmptyModifierCompiler.php +%%DATADIR%%/Compile/Modifier/EscapeModifierCompiler.php +%%DATADIR%%/Compile/Modifier/FromCharsetModifierCompiler.php +%%DATADIR%%/Compile/Modifier/IndentModifierCompiler.php +%%DATADIR%%/Compile/Modifier/IsArrayModifierCompiler.php +%%DATADIR%%/Compile/Modifier/IssetModifierCompiler.php +%%DATADIR%%/Compile/Modifier/JsonEncodeModifierCompiler.php +%%DATADIR%%/Compile/Modifier/LowerModifierCompiler.php +%%DATADIR%%/Compile/Modifier/ModifierCompilerInterface.php +%%DATADIR%%/Compile/Modifier/Nl2brModifierCompiler.php +%%DATADIR%%/Compile/Modifier/NoPrintModifierCompiler.php +%%DATADIR%%/Compile/Modifier/RoundModifierCompiler.php +%%DATADIR%%/Compile/Modifier/StrRepeatModifierCompiler.php +%%DATADIR%%/Compile/Modifier/StringFormatModifierCompiler.php +%%DATADIR%%/Compile/Modifier/StripModifierCompiler.php +%%DATADIR%%/Compile/Modifier/StripTagsModifierCompiler.php +%%DATADIR%%/Compile/Modifier/StrlenModifierCompiler.php +%%DATADIR%%/Compile/Modifier/SubstrModifierCompiler.php +%%DATADIR%%/Compile/Modifier/ToCharsetModifierCompiler.php +%%DATADIR%%/Compile/Modifier/UnescapeModifierCompiler.php +%%DATADIR%%/Compile/Modifier/UpperModifierCompiler.php +%%DATADIR%%/Compile/Modifier/WordWrapModifierCompiler.php +%%DATADIR%%/Compile/ModifierCompiler.php +%%DATADIR%%/Compile/ObjectMethodBlockCompiler.php +%%DATADIR%%/Compile/ObjectMethodCallCompiler.php +%%DATADIR%%/Compile/PrintExpressionCompiler.php +%%DATADIR%%/Compile/SpecialVariableCompiler.php +%%DATADIR%%/Compile/Tag/Append.php +%%DATADIR%%/Compile/Tag/Assign.php +%%DATADIR%%/Compile/Tag/BCPluginWrapper.php +%%DATADIR%%/Compile/Tag/Block.php +%%DATADIR%%/Compile/Tag/BlockClose.php +%%DATADIR%%/Compile/Tag/BreakTag.php +%%DATADIR%%/Compile/Tag/Call.php +%%DATADIR%%/Compile/Tag/Capture.php +%%DATADIR%%/Compile/Tag/CaptureClose.php +%%DATADIR%%/Compile/Tag/ConfigLoad.php +%%DATADIR%%/Compile/Tag/ContinueTag.php +%%DATADIR%%/Compile/Tag/Debug.php +%%DATADIR%%/Compile/Tag/ElseIfTag.php +%%DATADIR%%/Compile/Tag/ElseTag.php +%%DATADIR%%/Compile/Tag/EvalTag.php +%%DATADIR%%/Compile/Tag/ExtendsTag.php +%%DATADIR%%/Compile/Tag/ForClose.php +%%DATADIR%%/Compile/Tag/ForElse.php +%%DATADIR%%/Compile/Tag/ForTag.php +%%DATADIR%%/Compile/Tag/ForeachClose.php +%%DATADIR%%/Compile/Tag/ForeachElse.php +%%DATADIR%%/Compile/Tag/ForeachSection.php +%%DATADIR%%/Compile/Tag/ForeachTag.php +%%DATADIR%%/Compile/Tag/FunctionClose.php +%%DATADIR%%/Compile/Tag/FunctionTag.php +%%DATADIR%%/Compile/Tag/IfClose.php +%%DATADIR%%/Compile/Tag/IfTag.php +%%DATADIR%%/Compile/Tag/IncludeTag.php +%%DATADIR%%/Compile/Tag/Inheritance.php +%%DATADIR%%/Compile/Tag/Ldelim.php +%%DATADIR%%/Compile/Tag/Nocache.php +%%DATADIR%%/Compile/Tag/NocacheClose.php +%%DATADIR%%/Compile/Tag/Rdelim.php +%%DATADIR%%/Compile/Tag/Section.php +%%DATADIR%%/Compile/Tag/SectionClose.php +%%DATADIR%%/Compile/Tag/SectionElse.php +%%DATADIR%%/Compile/Tag/Setfilter.php +%%DATADIR%%/Compile/Tag/SetfilterClose.php +%%DATADIR%%/Compile/Tag/WhileClose.php +%%DATADIR%%/Compile/Tag/WhileTag.php +%%DATADIR%%/Compiler/BaseCompiler.php +%%DATADIR%%/Compiler/CodeFrame.php +%%DATADIR%%/Compiler/Configfile.php +%%DATADIR%%/Compiler/Template.php +%%DATADIR%%/CompilerException.php +%%DATADIR%%/Data.php +%%DATADIR%%/Debug.php +%%DATADIR%%/ErrorHandler.php +%%DATADIR%%/Exception.php +%%DATADIR%%/Extension/BCPluginsAdapter.php +%%DATADIR%%/Extension/Base.php +%%DATADIR%%/Extension/CallbackWrapper.php +%%DATADIR%%/Extension/CoreExtension.php +%%DATADIR%%/Extension/DefaultExtension.php +%%DATADIR%%/Extension/ExtensionInterface.php +%%DATADIR%%/Filter/FilterInterface.php +%%DATADIR%%/Filter/FilterPluginWrapper.php +%%DATADIR%%/Filter/Output/TrimWhitespace.php +%%DATADIR%%/FunctionHandler/BCPluginWrapper.php +%%DATADIR%%/FunctionHandler/Base.php +%%DATADIR%%/FunctionHandler/Count.php +%%DATADIR%%/FunctionHandler/Counter.php +%%DATADIR%%/FunctionHandler/Cycle.php +%%DATADIR%%/FunctionHandler/Fetch.php +%%DATADIR%%/FunctionHandler/FunctionHandlerInterface.php +%%DATADIR%%/FunctionHandler/HtmlBase.php +%%DATADIR%%/FunctionHandler/HtmlCheckboxes.php +%%DATADIR%%/FunctionHandler/HtmlImage.php +%%DATADIR%%/FunctionHandler/HtmlOptions.php +%%DATADIR%%/FunctionHandler/HtmlRadios.php +%%DATADIR%%/FunctionHandler/HtmlSelectDate.php +%%DATADIR%%/FunctionHandler/HtmlSelectTime.php +%%DATADIR%%/FunctionHandler/HtmlTable.php +%%DATADIR%%/FunctionHandler/Mailto.php +%%DATADIR%%/FunctionHandler/Math.php +%%DATADIR%%/Lexer/ConfigfileLexer.php +%%DATADIR%%/Lexer/ConfigfileLexer.plex +%%DATADIR%%/Lexer/TemplateLexer.php +%%DATADIR%%/Lexer/TemplateLexer.plex +%%DATADIR%%/ParseTree/Base.php +%%DATADIR%%/ParseTree/Code.php +%%DATADIR%%/ParseTree/Dq.php +%%DATADIR%%/ParseTree/DqContent.php +%%DATADIR%%/ParseTree/Tag.php +%%DATADIR%%/ParseTree/Template.php +%%DATADIR%%/ParseTree/Text.php +%%DATADIR%%/Parser/ConfigfileParser.php +%%DATADIR%%/Parser/ConfigfileParser.y +%%DATADIR%%/Parser/TemplateParser.php +%%DATADIR%%/Parser/TemplateParser.y +%%DATADIR%%/Resource/BasePlugin.php +%%DATADIR%%/Resource/CustomPlugin.php +%%DATADIR%%/Resource/ExtendsPlugin.php +%%DATADIR%%/Resource/FilePlugin.php +%%DATADIR%%/Resource/RecompiledPlugin.php +%%DATADIR%%/Resource/StreamPlugin.php +%%DATADIR%%/Resource/StringEval.php +%%DATADIR%%/Resource/StringPlugin.php +%%DATADIR%%/Runtime/Block.php +%%DATADIR%%/Runtime/CaptureRuntime.php +%%DATADIR%%/Runtime/DefaultPluginHandlerRuntime.php +%%DATADIR%%/Runtime/ForeachRuntime.php +%%DATADIR%%/Runtime/InheritanceRuntime.php +%%DATADIR%%/Runtime/TplFunctionRuntime.php +%%DATADIR%%/Security.php +%%DATADIR%%/Smarty.php +%%DATADIR%%/Template.php +%%DATADIR%%/Template/Cached.php +%%DATADIR%%/Template/Compiled.php +%%DATADIR%%/Template/Config.php +%%DATADIR%%/Template/GeneratedPhpFile.php +%%DATADIR%%/Template/Source.php +%%DATADIR%%/TemplateBase.php +%%DATADIR%%/TestInstall.php +%%DATADIR%%/UndefinedVariable.php +%%DATADIR%%/Variable.php %%DATADIR%%/debug.tpl %%DATADIR%%/functions.php -%%DATADIR%%/plugins/block.textformat.php -%%DATADIR%%/plugins/function.counter.php -%%DATADIR%%/plugins/function.cycle.php -%%DATADIR%%/plugins/function.fetch.php -%%DATADIR%%/plugins/function.html_checkboxes.php -%%DATADIR%%/plugins/function.html_image.php -%%DATADIR%%/plugins/function.html_options.php -%%DATADIR%%/plugins/function.html_radios.php -%%DATADIR%%/plugins/function.html_select_date.php -%%DATADIR%%/plugins/function.html_select_time.php -%%DATADIR%%/plugins/function.html_table.php -%%DATADIR%%/plugins/function.mailto.php -%%DATADIR%%/plugins/function.math.php -%%DATADIR%%/plugins/modifier.capitalize.php -%%DATADIR%%/plugins/modifier.count.php -%%DATADIR%%/plugins/modifier.date_format.php -%%DATADIR%%/plugins/modifier.debug_print_var.php -%%DATADIR%%/plugins/modifier.escape.php -%%DATADIR%%/plugins/modifier.explode.php -%%DATADIR%%/plugins/modifier.implode.php -%%DATADIR%%/plugins/modifier.mb_wordwrap.php -%%DATADIR%%/plugins/modifier.number_format.php -%%DATADIR%%/plugins/modifier.regex_replace.php -%%DATADIR%%/plugins/modifier.replace.php -%%DATADIR%%/plugins/modifier.spacify.php -%%DATADIR%%/plugins/modifier.truncate.php -%%DATADIR%%/plugins/modifiercompiler.cat.php -%%DATADIR%%/plugins/modifiercompiler.count_characters.php -%%DATADIR%%/plugins/modifiercompiler.count_paragraphs.php -%%DATADIR%%/plugins/modifiercompiler.count_sentences.php -%%DATADIR%%/plugins/modifiercompiler.count_words.php -%%DATADIR%%/plugins/modifiercompiler.default.php -%%DATADIR%%/plugins/modifiercompiler.escape.php -%%DATADIR%%/plugins/modifiercompiler.from_charset.php -%%DATADIR%%/plugins/modifiercompiler.indent.php -%%DATADIR%%/plugins/modifiercompiler.json_encode.php -%%DATADIR%%/plugins/modifiercompiler.lower.php -%%DATADIR%%/plugins/modifiercompiler.nl2br.php -%%DATADIR%%/plugins/modifiercompiler.noprint.php -%%DATADIR%%/plugins/modifiercompiler.round.php -%%DATADIR%%/plugins/modifiercompiler.str_repeat.php -%%DATADIR%%/plugins/modifiercompiler.string_format.php -%%DATADIR%%/plugins/modifiercompiler.strip.php -%%DATADIR%%/plugins/modifiercompiler.strip_tags.php -%%DATADIR%%/plugins/modifiercompiler.strlen.php -%%DATADIR%%/plugins/modifiercompiler.substr.php -%%DATADIR%%/plugins/modifiercompiler.to_charset.php -%%DATADIR%%/plugins/modifiercompiler.unescape.php -%%DATADIR%%/plugins/modifiercompiler.upper.php -%%DATADIR%%/plugins/modifiercompiler.wordwrap.php -%%DATADIR%%/plugins/outputfilter.trimwhitespace.php -%%DATADIR%%/plugins/shared.escape_special_chars.php -%%DATADIR%%/plugins/shared.literal_compiler_param.php -%%DATADIR%%/plugins/shared.make_timestamp.php -%%DATADIR%%/plugins/shared.mb_str_replace.php -%%DATADIR%%/plugins/shared.mb_unicode.php -%%DATADIR%%/plugins/variablefilter.htmlspecialchars.php -%%DATADIR%%/sysplugins/smarty_cacheresource.php -%%DATADIR%%/sysplugins/smarty_cacheresource_custom.php -%%DATADIR%%/sysplugins/smarty_cacheresource_keyvaluestore.php -%%DATADIR%%/sysplugins/smarty_data.php -%%DATADIR%%/sysplugins/smarty_internal_block.php -%%DATADIR%%/sysplugins/smarty_internal_cacheresource_file.php -%%DATADIR%%/sysplugins/smarty_internal_compile_append.php -%%DATADIR%%/sysplugins/smarty_internal_compile_assign.php -%%DATADIR%%/sysplugins/smarty_internal_compile_block.php -%%DATADIR%%/sysplugins/smarty_internal_compile_block_child.php -%%DATADIR%%/sysplugins/smarty_internal_compile_block_parent.php -%%DATADIR%%/sysplugins/smarty_internal_compile_break.php -%%DATADIR%%/sysplugins/smarty_internal_compile_call.php -%%DATADIR%%/sysplugins/smarty_internal_compile_capture.php -%%DATADIR%%/sysplugins/smarty_internal_compile_child.php -%%DATADIR%%/sysplugins/smarty_internal_compile_config_load.php -%%DATADIR%%/sysplugins/smarty_internal_compile_continue.php -%%DATADIR%%/sysplugins/smarty_internal_compile_debug.php -%%DATADIR%%/sysplugins/smarty_internal_compile_eval.php -%%DATADIR%%/sysplugins/smarty_internal_compile_extends.php -%%DATADIR%%/sysplugins/smarty_internal_compile_for.php -%%DATADIR%%/sysplugins/smarty_internal_compile_foreach.php -%%DATADIR%%/sysplugins/smarty_internal_compile_function.php -%%DATADIR%%/sysplugins/smarty_internal_compile_if.php -%%DATADIR%%/sysplugins/smarty_internal_compile_include.php -%%DATADIR%%/sysplugins/smarty_internal_compile_insert.php -%%DATADIR%%/sysplugins/smarty_internal_compile_ldelim.php -%%DATADIR%%/sysplugins/smarty_internal_compile_make_nocache.php -%%DATADIR%%/sysplugins/smarty_internal_compile_nocache.php -%%DATADIR%%/sysplugins/smarty_internal_compile_parent.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_block_plugin.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_foreachsection.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_function_plugin.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_modifier.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_object_block_function.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_object_function.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_print_expression.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_registered_block.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_registered_function.php -%%DATADIR%%/sysplugins/smarty_internal_compile_private_special_variable.php -%%DATADIR%%/sysplugins/smarty_internal_compile_rdelim.php -%%DATADIR%%/sysplugins/smarty_internal_compile_section.php -%%DATADIR%%/sysplugins/smarty_internal_compile_setfilter.php -%%DATADIR%%/sysplugins/smarty_internal_compile_shared_inheritance.php -%%DATADIR%%/sysplugins/smarty_internal_compile_while.php -%%DATADIR%%/sysplugins/smarty_internal_compilebase.php -%%DATADIR%%/sysplugins/smarty_internal_config_file_compiler.php -%%DATADIR%%/sysplugins/smarty_internal_configfilelexer.php -%%DATADIR%%/sysplugins/smarty_internal_configfileparser.php -%%DATADIR%%/sysplugins/smarty_internal_data.php -%%DATADIR%%/sysplugins/smarty_internal_debug.php -%%DATADIR%%/sysplugins/smarty_internal_errorhandler.php -%%DATADIR%%/sysplugins/smarty_internal_extension_handler.php -%%DATADIR%%/sysplugins/smarty_internal_method_addautoloadfilters.php -%%DATADIR%%/sysplugins/smarty_internal_method_adddefaultmodifiers.php -%%DATADIR%%/sysplugins/smarty_internal_method_append.php -%%DATADIR%%/sysplugins/smarty_internal_method_appendbyref.php -%%DATADIR%%/sysplugins/smarty_internal_method_assignbyref.php -%%DATADIR%%/sysplugins/smarty_internal_method_assignglobal.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearallassign.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearallcache.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearassign.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearcache.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearcompiledtemplate.php -%%DATADIR%%/sysplugins/smarty_internal_method_clearconfig.php -%%DATADIR%%/sysplugins/smarty_internal_method_compileallconfig.php -%%DATADIR%%/sysplugins/smarty_internal_method_compilealltemplates.php -%%DATADIR%%/sysplugins/smarty_internal_method_configload.php -%%DATADIR%%/sysplugins/smarty_internal_method_createdata.php -%%DATADIR%%/sysplugins/smarty_internal_method_getautoloadfilters.php -%%DATADIR%%/sysplugins/smarty_internal_method_getconfigvariable.php -%%DATADIR%%/sysplugins/smarty_internal_method_getconfigvars.php -%%DATADIR%%/sysplugins/smarty_internal_method_getdebugtemplate.php -%%DATADIR%%/sysplugins/smarty_internal_method_getdefaultmodifiers.php -%%DATADIR%%/sysplugins/smarty_internal_method_getglobal.php -%%DATADIR%%/sysplugins/smarty_internal_method_getregisteredobject.php -%%DATADIR%%/sysplugins/smarty_internal_method_getstreamvariable.php -%%DATADIR%%/sysplugins/smarty_internal_method_gettags.php -%%DATADIR%%/sysplugins/smarty_internal_method_gettemplatevars.php -%%DATADIR%%/sysplugins/smarty_internal_method_literals.php -%%DATADIR%%/sysplugins/smarty_internal_method_loadfilter.php -%%DATADIR%%/sysplugins/smarty_internal_method_loadplugin.php -%%DATADIR%%/sysplugins/smarty_internal_method_mustcompile.php -%%DATADIR%%/sysplugins/smarty_internal_method_registercacheresource.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerclass.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerdefaultconfighandler.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerfilter.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerobject.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerplugin.php -%%DATADIR%%/sysplugins/smarty_internal_method_registerresource.php -%%DATADIR%%/sysplugins/smarty_internal_method_setautoloadfilters.php -%%DATADIR%%/sysplugins/smarty_internal_method_setdebugtemplate.php -%%DATADIR%%/sysplugins/smarty_internal_method_setdefaultmodifiers.php -%%DATADIR%%/sysplugins/smarty_internal_method_unloadfilter.php -%%DATADIR%%/sysplugins/smarty_internal_method_unregistercacheresource.php -%%DATADIR%%/sysplugins/smarty_internal_method_unregisterfilter.php -%%DATADIR%%/sysplugins/smarty_internal_method_unregisterobject.php -%%DATADIR%%/sysplugins/smarty_internal_method_unregisterplugin.php -%%DATADIR%%/sysplugins/smarty_internal_method_unregisterresource.php -%%DATADIR%%/sysplugins/smarty_internal_nocache_insert.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_code.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_dq.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_dqcontent.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_tag.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_template.php -%%DATADIR%%/sysplugins/smarty_internal_parsetree_text.php -%%DATADIR%%/sysplugins/smarty_internal_resource_eval.php -%%DATADIR%%/sysplugins/smarty_internal_resource_extends.php -%%DATADIR%%/sysplugins/smarty_internal_resource_file.php -%%DATADIR%%/sysplugins/smarty_internal_resource_php.php -%%DATADIR%%/sysplugins/smarty_internal_resource_stream.php -%%DATADIR%%/sysplugins/smarty_internal_resource_string.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_cachemodify.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_cacheresourcefile.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_capture.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_codeframe.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_filterhandler.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_foreach.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_getincludepath.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_inheritance.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_make_nocache.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_tplfunction.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_updatecache.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_updatescope.php -%%DATADIR%%/sysplugins/smarty_internal_runtime_writefile.php -%%DATADIR%%/sysplugins/smarty_internal_smartytemplatecompiler.php -%%DATADIR%%/sysplugins/smarty_internal_template.php -%%DATADIR%%/sysplugins/smarty_internal_templatebase.php -%%DATADIR%%/sysplugins/smarty_internal_templatecompilerbase.php -%%DATADIR%%/sysplugins/smarty_internal_templatelexer.php -%%DATADIR%%/sysplugins/smarty_internal_templateparser.php -%%DATADIR%%/sysplugins/smarty_internal_testinstall.php -%%DATADIR%%/sysplugins/smarty_internal_undefined.php -%%DATADIR%%/sysplugins/smarty_resource.php -%%DATADIR%%/sysplugins/smarty_resource_custom.php -%%DATADIR%%/sysplugins/smarty_resource_recompiled.php -%%DATADIR%%/sysplugins/smarty_resource_uncompiled.php -%%DATADIR%%/sysplugins/smarty_security.php -%%DATADIR%%/sysplugins/smarty_template_cached.php -%%DATADIR%%/sysplugins/smarty_template_compiled.php -%%DATADIR%%/sysplugins/smarty_template_config.php -%%DATADIR%%/sysplugins/smarty_template_resource_base.php -%%DATADIR%%/sysplugins/smarty_template_source.php -%%DATADIR%%/sysplugins/smarty_undefined_variable.php -%%DATADIR%%/sysplugins/smarty_variable.php -%%DATADIR%%/sysplugins/smartycompilerexception.php -%%DATADIR%%/sysplugins/smartyexception.php