aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-XML_Serializer/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-02-14 18:50:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-02-14 18:50:44 +0000
commit0e29faee9de1a27f296d76b6b28b14dbd9994ec6 (patch)
tree74f80b1eaeebd44a705dcd41723981992845e31e /devel/pear-XML_Serializer/Makefile
parent15380a0345d7a3a3e6b78ffe719fcf1adeb6dcf1 (diff)
downloadports-0e29faee9de1a27f296d76b6b28b14dbd9994ec6.tar.gz
ports-0e29faee9de1a27f296d76b6b28b14dbd9994ec6.zip
Notes
Diffstat (limited to 'devel/pear-XML_Serializer/Makefile')
-rw-r--r--devel/pear-XML_Serializer/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile
index 6987b9d44875..a963b8ef0f54 100644
--- a/devel/pear-XML_Serializer/Makefile
+++ b/devel/pear-XML_Serializer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML_Serializer
-PORTVERSION= 0.13.1
+PORTVERSION= 0.15.0
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
@@ -18,11 +18,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Serializer.php Unserializer.php
-EXAMPLES= example.xml serializeArrayWithObjects.php serializeEmptyArray.php \
+EXAMPLES= example.xml serializeAndEncode.php serializeAndReturn.php \
+ serializeArrayWithObjects.php serializeEmptyArray.php \
serializeIndexedArray.php serializeObject.php serializeRDF.php \
serializeWithAttributes.php serializeWithAttributes2.php \
serializeWithDtd.php serializeWithIndentedAttributes.php \
- serializeWithTagMap.php unserializeAnyXML.php unserializeEnum.php \
+ serializeWithNamespace.php serializeWithTagMap.php unserializeAnyXML.php \
+ unserializeClassNames.php unserializeEncoded.php unserializeEnum.php \
unserializeObject.php unserializeRDF.php unserializeWithAttributes.php
DOCS= todo.txt
_DOCSDIR= doc