From owner-dev-commits-ports-main@freebsd.org Sun Sep 19 06:07:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 136F46AB8F3; Sun, 19 Sep 2021 06:07:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HBy0059jRz3N51; Sun, 19 Sep 2021 06:07:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53F8B1840F; Sun, 19 Sep 2021 06:07:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18J67RSK053256; Sun, 19 Sep 2021 06:07:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18J67RZ9053255; Sun, 19 Sep 2021 06:07:27 GMT (envelope-from git) Date: Sun, 19 Sep 2021 06:07:27 GMT Message-Id: <202109190607.18J67RZ9053255@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2ebaef96a512 - main - devel/pear-HTML_Template_IT: Add NO_ARCH MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2ebaef96a5124e2be081c4261053a634c97ae53d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 06:07:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ebaef96a5124e2be081c4261053a634c97ae53d commit 2ebaef96a5124e2be081c4261053a634c97ae53d Author: Po-Chuan Hsieh AuthorDate: 2021-09-19 05:28:58 +0000 Commit: Po-Chuan Hsieh 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 () PORTNAME= HTML_Template_IT -DISTVERSION= 1.3.1 +PORTVERSION= 1.3.1 PORTEPOCH= 1 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org -COMMENT= PEAR Integrated template API +COMMENT= Integrated Templates LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= pear +NO_ARCH= yes + .include 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