Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
URL: https://cgit.FreeBSD.org/ports/commit/?id=add84ee773e38b48cdc3c5578d986b6c5cec2ca7

commit add84ee773e38b48cdc3c5578d986b6c5cec2ca7
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-11 15:32:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-11 15:32:15 +0000

    www/smarty2: Remove expired port
    
    2024-05-04 www/smarty2: Does not support current php versions in tree
---
 MOVED                            |   1 +
 www/Makefile                     |   1 -
 www/smarty2/Makefile             |  41 -------
 www/smarty2/distinfo             |   5 -
 www/smarty2/files/pkg-message.in |  10 --
 www/smarty2/pkg-descr            |   9 --
 www/smarty2/pkg-plist            | 255 ---------------------------------------
 7 files changed, 1 insertion(+), 321 deletions(-)

diff --git a/MOVED b/MOVED
index becb2ba9172e..7929f0cec27f 100644
--- a/MOVED
+++ b/MOVED
@@ -3285,3 +3285,4 @@ misc/py-cinder||2024-06-11|Has expired: Depends on expired databases/py-sqlalche
 databases/py-sqlalchemy12||2024-06-11|Has expired: Upstream makred EOL in Release Status
 devel/py-gtfslib||2024-06-11|Has expired: Depends on expired databases/py-sqlalchemy11
 databases/py-sqlalchemy11||2024-06-11|Has expired: Upstream makred EOL in Release Status
+www/smarty2||2024-06-11|Has expired: Does not support current php versions in tree
diff --git a/www/Makefile b/www/Makefile
index c835a3525d3a..8d93ed64ec3a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2346,7 +2346,6 @@
     SUBDIR += slowcgi
     SUBDIR += slowhttptest
     SUBDIR += smarty
-    SUBDIR += smarty2
     SUBDIR += smarty3
     SUBDIR += smarty4
     SUBDIR += smb_auth
diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile
deleted file mode 100644
index a04c4eb0157b..000000000000
--- a/www/smarty2/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME=	smarty
-PORTVERSION=	2.6.32
-DISTVERSIONPREFIX=	v
-CATEGORIES=	www
-MASTER_SITES=	http://www.smarty.net/files/docs/:manual
-PKGNAMESUFFIX=	2${PHP_PKGNAMESUFFIX}
-DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	PHP compiling template engine
-WWW=		https://www.smarty.net/
-
-LICENSE=	LGPL21+
-LICENSE_FILE=	${WRKSRC}/COPYING.lib
-
-DEPRECATED=	Does not support current php versions in tree
-EXPIRATION_DATE=	2024-05-04
-
-USES=		cpe php:web,flavors
-USE_GITHUB=	yes
-GH_ACCOUNT=	smarty-php
-
-NO_ARCH=	yes
-NO_BUILD=	yes
-SUB_FILES=	pkg-message
-
-OPTIONS_DEFINE=	DOCS
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in BUGS FAQ INSTALL NEWS README
-	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}/manual
-	cd ${WRKDIR}/manual-en && ${FIND} . | ${CPIO} --quiet -dump ${STAGEDIR}${DOCSDIR}/manual
-
-.include <bsd.port.mk>
diff --git a/www/smarty2/distinfo b/www/smarty2/distinfo
deleted file mode 100644
index ea5cd0e5069f..000000000000
--- a/www/smarty2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1645389830
-SHA256 (manual-en-2.6.zip) = 694888f142c1eaacc5f442d050bb23292feaf2844af3a69fabd1a15a7f01034b
-SIZE (manual-en-2.6.zip) = 314640
-SHA256 (smarty-php-smarty-v2.6.32_GH0.tar.gz) = 35322b157cc3ee08aacb9dc7a406473b76f6a731c1530bee0d2b26591420dbe1
-SIZE (smarty-php-smarty-v2.6.32_GH0.tar.gz) = 152931
diff --git a/www/smarty2/files/pkg-message.in b/www/smarty2/files/pkg-message.in
deleted file mode 100644
index d19f8e1461ee..000000000000
--- a/www/smarty2/files/pkg-message.in
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-You need to adjust php's include_path to contain `%%DATADIR%%'!
-For example, insert
-	include_path = ".:%%DATADIR%%"
-into `%%LOCALBASE%%/etc/php.ini'.
-EOM
-}
-]
diff --git a/www/smarty2/pkg-descr b/www/smarty2/pkg-descr
deleted file mode 100644
index 6e5c2c2d2073..000000000000
--- a/www/smarty2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Smarty is a template engine for PHP. Many other template engines for PHP
-provide  basic variable  substitution and  dynamic block  functionality.
-Smarty takes  a step  further to  be a  "smart" template  engine, adding
-features such  as configuration files, template  functions, and variable
-modifiers, and making  all of this functionality as easy  as possible to
-use for  both programmers and  template designers. Smarty  also converts
-the  templates into  PHP  scripts,  eliminating the  need  to parse  the
-templates on every invocation. This  makes Smarty extremely scalable and
-managable for large application needs.
diff --git a/www/smarty2/pkg-plist b/www/smarty2/pkg-plist
deleted file mode 100644
index 56dd88b3c983..000000000000
--- a/www/smarty2/pkg-plist
+++ /dev/null
@@ -1,255 +0,0 @@
-%%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.append.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/constant.smarty.core.dir.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.escaping.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.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.syntax.variables.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.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.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/template.resources.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.error.reporting.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/variable.force.compile.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.use.sub.dirs.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/what.is.smarty.html
-%%DATADIR%%/Config_File.class.php
-%%DATADIR%%/Smarty.class.php
-%%DATADIR%%/Smarty_Compiler.class.php
-%%DATADIR%%/debug.tpl
-%%DATADIR%%/internals/core.assemble_plugin_filepath.php
-%%DATADIR%%/internals/core.assign_smarty_interface.php
-%%DATADIR%%/internals/core.create_dir_structure.php
-%%DATADIR%%/internals/core.display_debug_console.php
-%%DATADIR%%/internals/core.get_include_path.php
-%%DATADIR%%/internals/core.get_microtime.php
-%%DATADIR%%/internals/core.get_php_resource.php
-%%DATADIR%%/internals/core.is_secure.php
-%%DATADIR%%/internals/core.is_trusted.php
-%%DATADIR%%/internals/core.load_plugins.php
-%%DATADIR%%/internals/core.load_resource_plugin.php
-%%DATADIR%%/internals/core.process_cached_inserts.php
-%%DATADIR%%/internals/core.process_compiled_include.php
-%%DATADIR%%/internals/core.read_cache_file.php
-%%DATADIR%%/internals/core.rm_auto.php
-%%DATADIR%%/internals/core.rmdir.php
-%%DATADIR%%/internals/core.run_insert_handler.php
-%%DATADIR%%/internals/core.smarty_include_php.php
-%%DATADIR%%/internals/core.write_cache_file.php
-%%DATADIR%%/internals/core.write_compiled_include.php
-%%DATADIR%%/internals/core.write_compiled_resource.php
-%%DATADIR%%/internals/core.write_file.php
-%%DATADIR%%/plugins/block.textformat.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>