Update port: devel/pear-XML_Serializer - update to version 0.9.1.

PR:		ports/65341
Submitted by:	Alex Miller <asm@asm.kiev.ua>
Approved by:	pav (mentor).
This commit is contained in:
Thierry Thomas 2004-04-09 22:04:18 +00:00
parent 6a4c9c6805
commit 2111f7a2bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106617
3 changed files with 10 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= XML_Serializer
PORTVERSION= 0.6
PORTREVISION= 1
PORTVERSION= 0.9.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
@ -20,8 +19,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \
CATEGORY= XML
FILES= Serializer.php Unserializer.php
EXAMPLES= serializeObject.php serializeRDF.php unserializeAnyXML.php \
unserializeObject.php unserializeRDF.php
EXAMPLES= example.xml serializeIndexedArray.php serializeObject.php \
serializeRDF.php serializeWithAttributes.php serializeWithDtd.php \
serializeWithIndentedAttributes.php unserializeAnyXML.php \
unserializeObject.php unserializeRDF.php unserializeWithAttributes.php
DOCS= todo.txt
_DOCSDIR= doc
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

View File

@ -1,2 +1,2 @@
MD5 (PEAR/XML_Serializer-0.6.tgz) = ce61d1748974199d3be85a3a8bdac7b3
SIZE (PEAR/XML_Serializer-0.6.tgz) = 8627
MD5 (PEAR/XML_Serializer-0.9.1.tgz) = 2573a1a4f9174093f986116f46180bef
SIZE (PEAR/XML_Serializer-0.9.1.tgz) = 12675

View File

@ -6,4 +6,4 @@ und unserialize() as it comes with a matching XML_Unserializer that is
able to create PHP data strcutures (like arrays and objects) from XML
documents, if type hints are available.
WWW: http://pear.php.net/package-info.php?package=XML_Serializer
WWW: http://pear.php.net/package/XML_Serializer/