git: 2ebaef96a512 - main - devel/pear-HTML_Template_IT: Add NO_ARCH

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=2ebaef96a5124e2be081c4261053a634c97ae53d

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

    devel/pear-HTML_Template_IT: Add NO_ARCH
    
    - Reformat pkg-descr
    - Update WWW
---
 devel/pear-HTML_Template_IT/Makefile  |  6 ++++--
 devel/pear-HTML_Template_IT/pkg-descr | 16 ++++++++--------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/devel/pear-HTML_Template_IT/Makefile b/devel/pear-HTML_Template_IT/Makefile
index 58b12b9ec52b..589707b143b1 100644
--- a/devel/pear-HTML_Template_IT/Makefile
+++ b/devel/pear-HTML_Template_IT/Makefile
@@ -1,16 +1,18 @@
 # Created by: Alex Miller (<asm at asm.kiev.ua>)
 
 PORTNAME=	HTML_Template_IT
-DISTVERSION=	1.3.1
+PORTVERSION=	1.3.1
 PORTEPOCH=	1
 CATEGORIES=	devel www pear
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	PEAR Integrated template API
+COMMENT=	Integrated Templates
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/pear-HTML_Template_IT/pkg-descr b/devel/pear-HTML_Template_IT/pkg-descr
index 8ebf3fd4391c..0ee4af43981b 100644
--- a/devel/pear-HTML_Template_IT/pkg-descr
+++ b/devel/pear-HTML_Template_IT/pkg-descr
@@ -1,15 +1,15 @@
 HTML_Template_IT is a templating engine designed to allow easy separation of
-concerns. It does this by clearly separating the presentational code from
-the PHP code. The presentation code may be of any format, however generally
-XML or HTML is used.
+concerns. It does this by clearly separating the presentational code from the
+PHP code. The presentation code may be of any format, however generally XML or
+HTML is used.
 
-This engine works on the foundation of blocks and placeholders.
-It uses the hierarchy of blocks to determine which presentational code is
-instantiated when blocks are parsed. The placeholders allow the insertion
-of "dynamic" information.
+This engine works on the foundation of blocks and placeholders. It uses the
+hierarchy of blocks to determine which presentational code is instantiated when
+blocks are parsed. The placeholders allow the insertion of "dynamic"
+information.
 
 There are two classes to use for templating. HTML_Template_IT is used for basic
 templating needs. HTML_Template_ITX gives you full power over the templating
 engine, allowing blocks to be added, and function callbacks to be used.
 
-WWW: https://pear.php.net/package/html_template_it
+WWW: https://pear.php.net/package/HTML_Template_IT


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