git: a70f71ce733d - main - devel/pear-HTML_Template_Sigma: Update COMMENT

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:07:30 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a70f71ce733d86200190b02e5c851094ce3c887e

commit a70f71ce733d86200190b02e5c851094ce3c887e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:28:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:01 +0000

    devel/pear-HTML_Template_Sigma: Update COMMENT
    
    - Add NO_ARCH
    - Update pkg-descr
    - Update WWW
---
 devel/pear-HTML_Template_Sigma/Makefile  |  6 ++++--
 devel/pear-HTML_Template_Sigma/pkg-descr | 36 ++++++++++++++++----------------
 2 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/devel/pear-HTML_Template_Sigma/Makefile b/devel/pear-HTML_Template_Sigma/Makefile
index 772ddf0fe404..1e953de2822a 100644
--- a/devel/pear-HTML_Template_Sigma/Makefile
+++ b/devel/pear-HTML_Template_Sigma/Makefile
@@ -5,11 +5,13 @@ PORTVERSION=	1.3.0
 CATEGORIES=	devel www pear
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	PEAR template API
+COMMENT=	Implementation of Integrated Templates API with template 'compilation' added
 
 LICENSE=	PHP301
 
-USES=		pear php
+USES=		pear
 USE_PHP=	ctype
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/pear-HTML_Template_Sigma/pkg-descr b/devel/pear-HTML_Template_Sigma/pkg-descr
index 7e2400771708..5f8ed5187e21 100644
--- a/devel/pear-HTML_Template_Sigma/pkg-descr
+++ b/devel/pear-HTML_Template_Sigma/pkg-descr
@@ -1,22 +1,22 @@
 HTML_Template_Sigma implements Integrated Templates API designed by Ulf Wendel.
 
 Features:
-  * Nested blocks. Nesting is controlled by the engine.
-  * Ability to include files from within template: <!-- INCLUDE -->
-  * Automatic removal of empty blocks and unknown variables
-    (methods to manually tweak/override this are also available)
-  * Methods for runtime addition and replacement of blocks in templates
-  * Ability to insert simple function calls into templates:
-    func_uppercase('Hello world!') and to define callback functions for these
-  * 'Compiled' templates: the engine has to parse a template file using regular
-    expressions to find all the blocks and variable placeholders.
-    This is a very "expensive" operation and is an overkill to do on every page
-    request: templates seldom change on production websites.
-    Thus this feature: an internal representation of the template structure is
-    saved into a file and this file gets loaded instead of the source one on
-    subsequent requests (unless the source changes)
-  * PHPUnit-based tests to define correct behaviour
-  * Usage examples for most of the features are available, look in the docs/
-    directory
+- Nested blocks. Nesting is controlled by the engine.
+- Ability to include files from within template: <!-- INCLUDE -->
+- Automatic removal of empty blocks and unknown variables (methods to manually
+  tweak/override this are also available)
+- Methods for runtime addition and replacement of blocks in templates
+- Ability to insert simple function calls into templates: func_uppercase('Hello
+  world!') and to define callback functions for these
+- 'Compiled' templates: the engine has to parse a template file using regular
+  expressions to find all the blocks and variable placeholders. This is a very
+  "expensive" operation and is an overkill to do on every page request:
+  templates seldom change on production websites. Thus this feature: an internal
+  representation of the template structure is saved into a file and this file
+  gets loaded instead of the source one on subsequent requests (unless the
+  source changes)
+- PHPUnit-based tests to define correct behaviour
+- Usage examples for most of the features are available, look in the docs/
+  directory
 
-WWW: https://pear.php.net/package-info.php?package=HTML_Template_Sigma
+WWW: https://pear.php.net/package/HTML_Template_Sigma


More information about the dev-commits-ports-main mailing list