diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-15 15:05:43 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-15 15:05:43 +0000 |
commit | 7cd6225503bbcfe10315d1c36e80a756f18d7262 (patch) | |
tree | 637349cf4e97a0ea6f8ec88b3b3a22bb92d75aa7 | |
parent | Add some upstream completion patches + new completion files for (diff) |
- Update to 0.20.0
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 64 | ||||
-rw-r--r-- | devel/pear-XML_Serializer/distinfo | 6 |
2 files changed, 52 insertions, 18 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index 5524b5ef1cb4..6500292736fb 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_Serializer -PORTVERSION= 0.19.2 +PORTVERSION= 0.20.0 CATEGORIES= devel www pear MAINTAINER= tabthorpe@FreeBSD.org @@ -18,20 +18,54 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML FILES= Serializer.php Unserializer.php -EXAMPLES= Serializer_Bug7112.php serializeWithDtd.php \ - example.xml serializeWithIndentedAttributes.php \ - serializeAndEncode.php serializeWithNamespace.php \ - serializeAndReturn.php serializeWithTagMap.php \ - serializeCData.php unserializeAnyXML.php \ - serializeIndexedArray.php unserializeClassNames.php \ - serializeIndexedArrayWithContext.php unserializeEncoded.php \ - serializeNullProperties.php unserializeEnum.php \ - serializeObject.php unserializeObject.php \ - serializeRDF.php unserializeRDF.php \ - serializeSelectiveAttributes.php unserializeWhitespace.php \ - serializeWithAttributes.php unserializeWithAttributes.php \ - serializeWithAttributes2.php unserializeWithTagMap.php \ - serializeWithComment.php unserializeWithTypeGuessing.php +EXAMPLES= example.xml serializeAndEncode.php \ + serializeAndReturn.php serializeCData.php \ + serializeIndexedArray.php \ + serializeIndexedArrayWithContext.php \ + serializeNullProperties.php serializeObject.php \ + serializeRDF.php Serializer_Bug7112.php \ + serializeSelectiveAttributes.php \ + serializeWithAttributes.php \ + serializeWithAttributes2.php \ + serializeWithComment.php serializeWithDtd.php \ + serializeWithIndentedAttributes.php \ + serializeWithNamespace.php serializeWithTagMap.php \ + unserializeAnyXML.php unserializeClassNames.php \ + unserializeEncoded.php unserializeEnum.php \ + unserializeObject.php unserializeRDF.php \ + unserializeWhitespace.php \ + unserializeWithAttributes.php \ + unserializeWithTagMap.php \ + unserializeWithTypeGuessing.php +TESTS= req-13564.phpt bug-13896.phpt bug-15602.phpt \ + Serializer_Arrays_TestCase.php \ + Serializer_Objects_TestCase.php \ + Serializer_Option_AttributesContent_TestCase.php \ + Serializer_Option_CDataSections_TestCase.php \ + Serializer_Option_ClassName_TestCase.php \ + Serializer_Option_Comment_TestCase.php \ + Serializer_Option_DocType_TestCase.php \ + Serializer_Option_DefaultTag_TestCase.php \ + Serializer_Option_EncodeFunc_TestCase.php \ + Serializer_Option_IgnoreNull_TestCase.php \ + Serializer_Option_Indent_TestCase.php \ + Serializer_Option_Linebreaks_TestCase.php \ + Serializer_Option_Mode_TestCase.php \ + Serializer_Option_Namespace_TestCase.php \ + Serializer_Option_ReturnResult_TestCase.php \ + Serializer_Option_RootAttributes_TestCase.php \ + Serializer_Option_RootName_TestCase.php \ + Serializer_Option_TagMap_TestCase.php \ + Serializer_Option_TypeHints_TestCase.php \ + Serializer_Option_XmlDeclaration_TestCase.php \ + Serializer_Scalars_TestCase.php \ + show_ScalarAsAttributes_usage.phpt \ + Unserializer_Arrays_TestCase.php \ + Unserializer_Objects_TestCase.php \ + Unserializer_Option_Encodings_TestCase.php \ + Unserializer_Option_GuessTypes_TestCase.php \ + Unserializer_Option_Whitespace_TestCase.php \ + Unserializer_Scalars_TestCase.php DOCS= todo.txt _DOCSDIR= doc diff --git a/devel/pear-XML_Serializer/distinfo b/devel/pear-XML_Serializer/distinfo index d814c4f09455..ca1d50fd6fbe 100644 --- a/devel/pear-XML_Serializer/distinfo +++ b/devel/pear-XML_Serializer/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/XML_Serializer-0.19.2.tgz) = 1096b87067ff58eae346b44e44e1f0c1 -SHA256 (PEAR/XML_Serializer-0.19.2.tgz) = b07fab4211ccb260366b2ce74e8bc570f06f88fe35970862457b61fe2a792419 -SIZE (PEAR/XML_Serializer-0.19.2.tgz) = 39703 +MD5 (PEAR/XML_Serializer-0.20.0.tgz) = ba7ff28ac7a5b44a0bd9ced2a2c2c722 +SHA256 (PEAR/XML_Serializer-0.20.0.tgz) = 205bffeb6f7f581704c3b3b2c1380d4ec4e408f44445d874a82ecbb0a5730ffc +SIZE (PEAR/XML_Serializer-0.20.0.tgz) = 40245 |