Index: head/www/smarty/Makefile =================================================================== --- head/www/smarty/Makefile (revision 99169) +++ head/www/smarty/Makefile (revision 99170) @@ -1,61 +1,62 @@ # New ports collection makefile for: smarty # Date created: 10 March 2002 # Whom: Simon 'corecode' Schubert # # $FreeBSD$ # PORTNAME= smarty -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= Smarty-2.6.0-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru COMMENT= The PHP compiling template engine -RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 - WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes +WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message -MSG_SRC=${FILESDIR}/pkg-message +MSG_SRC= ${FILESDIR}/pkg-message MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE} +.include +.include "${PORTSDIR}/lang/php4/bsd.php.mk" do-install: @${MKDIR} ${DATADIR} .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl @${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR} .endfor @${MKDIR} ${DATADIR}/core @${INSTALL_DATA} ${WRKSRC}/libs/core/* ${DATADIR}/core @${MKDIR} ${DATADIR}/plugins @${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in BUGS FAQ INSTALL NEWS README @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} .endfor @${MKDIR} ${DOCSDIR}/manual @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/demo/index.php ${EXAMPLESDIR} .for f in configs templates templates_c cache @${MKDIR} ${EXAMPLESDIR}/$f @-${INSTALL_DATA} ${WRKSRC}/demo/$f/* ${EXAMPLESDIR}/$f 2>/dev/null || ${TRUE} .endfor .endif post-install: @${SED} ${MSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${MSG_SRC} > \ ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} -.include +.include Property changes on: head/www/smarty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/www/smarty/distinfo =================================================================== --- head/www/smarty/distinfo (revision 99169) +++ head/www/smarty/distinfo (revision 99170) @@ -1,2 +1,2 @@ -MD5 (Smarty-2.6.0.tar.gz) = e7bf2f46c6a188220493f1e12ab55c19 +MD5 (Smarty-2.6.1.tar.gz) = f4f2cc1ae1762f0e11d23defb56e6806 MD5 (Smarty-2.6.0-docs.tar.gz) = 3035699c5785c06b0492832d372ffc62 Property changes on: head/www/smarty/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/www/smarty/pkg-plist =================================================================== --- head/www/smarty/pkg-plist (revision 99169) +++ head/www/smarty/pkg-plist (revision 99170) @@ -1,311 +1,311 @@ %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/manual/advanced.features.html %%PORTDOCS%%%%DOCSDIR%%/manual/advanced.features.outputfilters.html %%PORTDOCS%%%%DOCSDIR%%/manual/advanced.features.postfilters.html %%PORTDOCS%%%%DOCSDIR%%/manual/advanced.features.prefilters.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.append.by.ref.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.assign.by.ref.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.assign.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.all.assign.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.all.cache.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.assign.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.cache.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.compiled.tpl.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.clear.config.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.config.load.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.display.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.fetch.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.get.config.vars.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.get.registered.object.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.get.template.vars.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.is.cached.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.load.filter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.block.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.compiler.function.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.function.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.modifier.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.object.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.outputfilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.postfilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.prefilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.register.resource.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.template.exists.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.trigger.error.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.block.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.compiler.function.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.function.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.modifier.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.object.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.outputfilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.postfilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.prefilter.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.unregister.resource.html %%PORTDOCS%%%%DOCSDIR%%/manual/api.variables.html %%PORTDOCS%%%%DOCSDIR%%/manual/appendixes.html %%PORTDOCS%%%%DOCSDIR%%/manual/bugs.html %%PORTDOCS%%%%DOCSDIR%%/manual/caching.cacheable.html %%PORTDOCS%%%%DOCSDIR%%/manual/caching.groups.html %%PORTDOCS%%%%DOCSDIR%%/manual/caching.html %%PORTDOCS%%%%DOCSDIR%%/manual/caching.multiple.caches.html %%PORTDOCS%%%%DOCSDIR%%/manual/chapter.debugging.console.html %%PORTDOCS%%%%DOCSDIR%%/manual/config.files.html %%PORTDOCS%%%%DOCSDIR%%/manual/default.template.handler.function.html %%PORTDOCS%%%%DOCSDIR%%/manual/foreach.property.first.html %%PORTDOCS%%%%DOCSDIR%%/manual/foreach.property.iteration.html %%PORTDOCS%%%%DOCSDIR%%/manual/foreach.property.last.html %%PORTDOCS%%%%DOCSDIR%%/manual/foreach.property.show.html %%PORTDOCS%%%%DOCSDIR%%/manual/foreach.property.total.html %%PORTDOCS%%%%DOCSDIR%%/manual/getting.started.html %%PORTDOCS%%%%DOCSDIR%%/manual/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/installation.html %%PORTDOCS%%%%DOCSDIR%%/manual/installing.smarty.basic.html %%PORTDOCS%%%%DOCSDIR%%/manual/installing.smarty.extended.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.basic.syntax.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.builtin.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.combining.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.config.variables.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.custom.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.config.load.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.counter.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.cycle.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.debug.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.eval.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.fetch.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.foreach.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.checkboxes.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.image.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.options.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.radios.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.select.date.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.select.time.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.html.table.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.if.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.include.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.include.php.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.insert.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.ldelim.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.literal.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.mailto.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.math.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.php.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.popup.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.popup.init.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.section.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.strip.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.textformat.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.math.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.cat.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.count.characters.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.count.paragraphs.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.count.sentences.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.count.words.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.date.format.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.default.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.escape.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.indent.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.lower.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.nl2br.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.regex.replace.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.replace.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.spacify.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.string.format.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.strip.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.strip.tags.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.truncate.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.upper.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifier.wordwrap.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.syntax.attributes.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.syntax.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.syntax.quotes.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.array.indexes.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.assoc.arrays.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.objects.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.capture.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.config.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.const.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.loops.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.now.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.request.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.template.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.block.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.compiler.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.inserts.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.naming.conventions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.outputfilters.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.prefilters.postfilters.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.resources.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.writing.html %%PORTDOCS%%%%DOCSDIR%%/manual/preface.html %%PORTDOCS%%%%DOCSDIR%%/manual/resources.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.first.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.index.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.index.next.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.index.prev.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.iteration.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.last.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.loop.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.rownum.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.show.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.property.total.html %%PORTDOCS%%%%DOCSDIR%%/manual/section.template.cache.handler.func.html %%PORTDOCS%%%%DOCSDIR%%/manual/smarty.constants.html %%PORTDOCS%%%%DOCSDIR%%/manual/smarty.for.designers.html %%PORTDOCS%%%%DOCSDIR%%/manual/smarty.for.programmers.html %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/caution.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/home.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/important.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/next.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/note.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/prev.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/tip.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/toc-blank.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/toc-minus.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/toc-plus.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/up.gif %%PORTDOCS%%%%DOCSDIR%%/manual/stylesheet-images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/manual/template.resources.html %%PORTDOCS%%%%DOCSDIR%%/manual/templates.from.any.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/templates.from.elsewhere.html %%PORTDOCS%%%%DOCSDIR%%/manual/templates.from.template.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.componentized.templates.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.dates.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.default.var.handling.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.obfuscating.email.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.passing.vars.html %%PORTDOCS%%%%DOCSDIR%%/manual/tips.wap.html %%PORTDOCS%%%%DOCSDIR%%/manual/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.autoload.filters.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.cache.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.cache.handler.func.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.cache.lifetime.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.cache.modified.check.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.caching.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.compile.check.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.compile.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.compile.id.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.compiler.class.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.config.booleanize.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.config.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.config.fix.newlines.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.config.overwrite.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.config.read.hidden.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.debug.tpl.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.debugging.ctrl.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.debugging.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.resource.type.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.template.handler.func.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.force.compile.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.global.assign.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.left.delimiter.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.php.handling.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.plugins.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.request.use.auto.globals.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.request.vars.order.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.right.delimiter.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.secure.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.security.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.security.settings.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.trusted.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.undefined.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.use.sub.dirs.html %%PORTDOCS%%%%DOCSDIR%%/manual/what.is.smarty.html %%PORTDOCS%%%%EXAMPLESDIR%%/configs/test.conf %%PORTDOCS%%%%EXAMPLESDIR%%/index.php %%PORTDOCS%%%%EXAMPLESDIR%%/templates/footer.tpl %%PORTDOCS%%%%EXAMPLESDIR%%/templates/header.tpl %%PORTDOCS%%%%EXAMPLESDIR%%/templates/index.tpl %%DATADIR%%/Config_File.class.php %%DATADIR%%/Smarty.class.php %%DATADIR%%/Smarty_Compiler.class.php %%DATADIR%%/debug.tpl %%DATADIR%%/core/core.assemble_plugin_filepath.php %%DATADIR%%/core/core.assign_smarty_interface.php %%DATADIR%%/core/core.create_dir_structure.php %%DATADIR%%/core/core.display_debug_console.php %%DATADIR%%/core/core.get_include_path.php %%DATADIR%%/core/core.get_microtime.php %%DATADIR%%/core/core.get_php_resource.php %%DATADIR%%/core/core.is_secure.php %%DATADIR%%/core/core.is_trusted.php %%DATADIR%%/core/core.load_plugins.php %%DATADIR%%/core/core.load_resource_plugin.php %%DATADIR%%/core/core.process_cached_inserts.php %%DATADIR%%/core/core.process_compiled_include.php %%DATADIR%%/core/core.read_cache_file.php %%DATADIR%%/core/core.rm_auto.php %%DATADIR%%/core/core.rmdir.php %%DATADIR%%/core/core.run_insert_handler.php %%DATADIR%%/core/core.smarty_include_php.php %%DATADIR%%/core/core.write_cache_file.php %%DATADIR%%/core/core.write_compiled_include.php %%DATADIR%%/core/core.write_compiled_resource.php %%DATADIR%%/core/core.write_file.php %%DATADIR%%/plugins/block.textformat.php -%%DATADIR%%/plugins/function.assign.php +%%DATADIR%%/plugins/compiler.assign.php %%DATADIR%%/plugins/function.assign_debug_info.php %%DATADIR%%/plugins/function.config_load.php %%DATADIR%%/plugins/function.counter.php %%DATADIR%%/plugins/function.cycle.php %%DATADIR%%/plugins/function.debug.php %%DATADIR%%/plugins/function.eval.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/function.popup.php %%DATADIR%%/plugins/function.popup_init.php %%DATADIR%%/plugins/modifier.capitalize.php %%DATADIR%%/plugins/modifier.cat.php %%DATADIR%%/plugins/modifier.count_characters.php %%DATADIR%%/plugins/modifier.count_paragraphs.php %%DATADIR%%/plugins/modifier.count_sentences.php %%DATADIR%%/plugins/modifier.count_words.php %%DATADIR%%/plugins/modifier.date_format.php %%DATADIR%%/plugins/modifier.debug_print_var.php %%DATADIR%%/plugins/modifier.default.php %%DATADIR%%/plugins/modifier.escape.php %%DATADIR%%/plugins/modifier.indent.php %%DATADIR%%/plugins/modifier.lower.php %%DATADIR%%/plugins/modifier.nl2br.php %%DATADIR%%/plugins/modifier.regex_replace.php %%DATADIR%%/plugins/modifier.replace.php %%DATADIR%%/plugins/modifier.spacify.php %%DATADIR%%/plugins/modifier.string_format.php %%DATADIR%%/plugins/modifier.strip.php %%DATADIR%%/plugins/modifier.strip_tags.php %%DATADIR%%/plugins/modifier.truncate.php %%DATADIR%%/plugins/modifier.upper.php %%DATADIR%%/plugins/modifier.wordwrap.php %%DATADIR%%/plugins/outputfilter.trimwhitespace.php %%DATADIR%%/plugins/shared.escape_special_chars.php %%DATADIR%%/plugins/shared.make_timestamp.php %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/stylesheet-images %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cache %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/configs %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates_c %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/core @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% Property changes on: head/www/smarty/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property