mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update to 2.10
PR: ports/109066 Submitted by: maintainer (Alexander Zhuravlev)
This commit is contained in:
parent
186f2ed7a1
commit
aeaecfd71e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185132
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= templatelite
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 2.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -18,7 +18,7 @@ COMMENT= A smaller, faster alternative to the Smarty template engine
|
||||
NO_BUILD= yes
|
||||
USE_PHP= pcre
|
||||
WANT_PHP_WEB= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
WRKSRC= ${WRKDIR}/template_lite
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
@ -26,7 +26,7 @@ do-install:
|
||||
@cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DATADIR} -
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/docs && ${FIND} * -type f -exec ${INSTALL_DATA} {} ${DOCSDIR} \;
|
||||
@cd ${WRKSRC}/docs && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} -
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (template_lite_1.90.tar.gz) = 0e5d62e9a5958dd4e54d4369b8341d72
|
||||
SHA256 (template_lite_1.90.tar.gz) = d2468a578792c47c3906e53198fb57648883ebe8e8ac3adc96dd2684ca9c78bf
|
||||
SIZE (template_lite_1.90.tar.gz) = 89816
|
||||
MD5 (template_lite_2.10.tar.gz) = 8878a7c8269f6335a9da8d266ae08e33
|
||||
SHA256 (template_lite_2.10.tar.gz) = 7d3a3d9a7872c2680143598a8f57d80e36d01cab98abb4b97e5495140fd0873f
|
||||
SIZE (template_lite_2.10.tar.gz) = 202242
|
||||
|
@ -16,14 +16,22 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/programming.methods.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/programming.variables.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/what.is.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/templatelite.jpg
|
||||
%%DATADIR%%/class.compiler.php
|
||||
%%DATADIR%%/class.config.php
|
||||
%%DATADIR%%/class.template.php
|
||||
%%DATADIR%%/internal/compile.compile_config.php
|
||||
%%DATADIR%%/internal/compile.compile_custom_block.php
|
||||
%%DATADIR%%/internal/compile.compile_custom_function.php
|
||||
%%DATADIR%%/internal/compile.compile_if.php
|
||||
%%DATADIR%%/internal/compile.generate_compiler_debug_output.php
|
||||
%%DATADIR%%/internal/compile.include.php
|
||||
%%DATADIR%%/internal/compile.parse_is_expr.php
|
||||
%%DATADIR%%/internal/compile.section_start.php
|
||||
%%DATADIR%%/internal/debug.tpl
|
||||
%%DATADIR%%/internal/template.build_dir.php
|
||||
%%DATADIR%%/internal/template.config_loader.php
|
||||
%%DATADIR%%/internal/template.destroy_dir.php
|
||||
%%DATADIR%%/internal/template.fetch_compile_include.php
|
||||
%%DATADIR%%/internal/template.generate_debug_output.php
|
||||
%%DATADIR%%/plugins/block.capture.php
|
||||
@ -50,11 +58,10 @@
|
||||
%%DATADIR%%/plugins/function.math.php
|
||||
%%DATADIR%%/plugins/function.popup.php
|
||||
%%DATADIR%%/plugins/function.popup_init.php
|
||||
%%DATADIR%%/plugins/modifier.array_reverse.php
|
||||
%%DATADIR%%/plugins/function.resize_image.php
|
||||
%%DATADIR%%/plugins/modifier.bbcode2html.php
|
||||
%%DATADIR%%/plugins/modifier.capitalize.php
|
||||
%%DATADIR%%/plugins/modifier.cat.php
|
||||
%%DATADIR%%/plugins/modifier.count.php
|
||||
%%DATADIR%%/plugins/modifier.count_characters.php
|
||||
%%DATADIR%%/plugins/modifier.count_paragraphs.php
|
||||
%%DATADIR%%/plugins/modifier.count_sentences.php
|
||||
@ -66,24 +73,21 @@
|
||||
%%DATADIR%%/plugins/modifier.escape.php
|
||||
%%DATADIR%%/plugins/modifier.indent.php
|
||||
%%DATADIR%%/plugins/modifier.lower.php
|
||||
%%DATADIR%%/plugins/modifier.nl2br.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.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.urlencode.php
|
||||
%%DATADIR%%/plugins/modifier.wordwrap.php
|
||||
%%DATADIR%%/plugins/outputfilter.gzip.php
|
||||
%%DATADIR%%/plugins/outputfilter.trimwhitespace.php
|
||||
%%DATADIR%%/plugins/postfilter.showtemplatevars.php
|
||||
%%DATADIR%%/plugins/prefilter.jstrip.php
|
||||
%%DATADIR%%/plugins/prefilter.showinfoheader.php
|
||||
%%DATADIR%%/plugins/shared.escape_chars.php
|
||||
%%DATADIR%%/plugins/shared.make_timestamp.php
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/internal
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user