1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

devel/pear-XML_Util: Update to 1.4.5

- Reformat pkg-descr

Changes:	https://pear.php.net/package/XML_Util/download/
		https://github.com/pear/XML_Util/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:51:40 +08:00
parent 245c5e2087
commit 765c9c1827
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Created by: Alex Miller (<asm@asm.kiev.ua>)
PORTNAME= XML_Util
PORTVERSION= 1.4.4
PORTVERSION= 1.4.5
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
@ -9,7 +9,9 @@ COMMENT= PEAR XML utility class
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= pear
USE_PHP= pcre
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577617246
SHA256 (PEAR/XML_Util-1.4.4.tgz) = 6d32c1efbc26b502f1b53b1aa3e82de8a3fe82d4ac0ab0198d2d9be7378922fc
SIZE (PEAR/XML_Util-1.4.4.tgz) = 19069
TIMESTAMP = 1625585474
SHA256 (PEAR/XML_Util-1.4.5.tgz) = e0f8736cb47ce9dd32814de45425ff03ad55a72ba8bb757e42c456f861feedf6
SIZE (PEAR/XML_Util-1.4.5.tgz) = 19191

View File

@ -1,5 +1,5 @@
Selection of methods that are often needed when working with XML
documents. Functionality includes creating of attribute lists from
arrays, creation of tags, validation of XML names and more.
Selection of methods that are often needed when working with XML documents.
Functionality includes creating of attribute lists from arrays, creation of
tags, validation of XML names and more.
WWW: https://pear.php.net/package/XML_Util