View | Details | Raw Unified | Return to bug 104071
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	1.1.1
9
PORTVERSION=	1.1.1
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	thomas@goodking.ca
13
COMMENT=	PEAR XML utility class
13
COMMENT=	PEAR XML utility class
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
(-)pkg-descr (-4 / +3 lines)
Lines 1-6 Link Here
1
Selection of methods that are often needed when working with
1
Selection of methods that are often needed when working with XML
2
XML documents. Functionality includes creating of attribute
2
documents. Functionality includes creating of attribute lists from
3
lists from arrays, creation of tags, validation of XML names
3
arrays, creation of tags, validation of XML names and more.
4
and more.
5
4
6
WWW: http://pear.php.net/package/XML_Util/
5
WWW: http://pear.php.net/package/XML_Util/

Return to bug 104071