aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-XML_Serializer/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-07 09:23:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-07 09:23:54 +0000
commitb4235e84be99072e2fbdbaadfb71d966ae09f9cd (patch)
tree019575c196101e1946ae94906f5178ebf5d49e54 /devel/pear-XML_Serializer/pkg-descr
parent3a4784a699068978e5026fd351396308a5912beb (diff)
downloadports-b4235e84be99072e2fbdbaadfb71d966ae09f9cd.tar.gz
ports-b4235e84be99072e2fbdbaadfb71d966ae09f9cd.zip
- Refomat pkg-descr
- Pass maintainership to submitter PR: ports/104070 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca>
Notes
Notes: svn path=/head/; revision=174726
Diffstat (limited to 'devel/pear-XML_Serializer/pkg-descr')
-rw-r--r--devel/pear-XML_Serializer/pkg-descr31
1 files changed, 16 insertions, 15 deletions
diff --git a/devel/pear-XML_Serializer/pkg-descr b/devel/pear-XML_Serializer/pkg-descr
index 29f691276f1a..a0a14f6f027d 100644
--- a/devel/pear-XML_Serializer/pkg-descr
+++ b/devel/pear-XML_Serializer/pkg-descr
@@ -1,22 +1,23 @@
-PEAR::XML_Serializer serializes complex data structures like arrays or object
-as XML documents.
+PEAR::XML_Serializer serializes complex data structures like arrays
+or object as XML documents.
-This class helps you generating any XML document you require without the need
-for DOM.
+This class helps you generating any XML document you require without
+the need for DOM.
-Furthermore this package can be used as a replacement to serialize() and
-unserialize() as it comes with a matching XML_Unserializer that is able to
-create PHP data structures (like arrays and objects) from XML documents, if
-type hints are available.
+Furthermore this package can be used as a replacement to serialize()
+and unserialize() as it comes with a matching XML_Unserializer that
+is able to create PHP data structures (like arrays and objects)
+from XML documents, if type hints are available.
-If you use the XML_Unserializer on standard XML files, it will try to guess
-how it has to be unserialized. In most cases it does exactly what you expect
-it to do.
+If you use the XML_Unserializer on standard XML files, it will try
+to guess how it has to be unserialized. In most cases it does exactly
+what you expect it to do.
-Try reading a RSS file with XML_Unserializer and you have the whole RSS file
-in a structured array or even a collection of objects, similar to XML_RSS.
+Try reading a RSS file with XML_Unserializer and you have the whole
+RSS file in a structured array or even a collection of objects,
+similar to XML_RSS.
-Since version 0.8.0 the package is able to treat XML documents similar to
-the simplexml extension of PHP 5.
+Since version 0.8.0 the package is able to treat XML documents
+similar to the simplexml extension of PHP 5.
WWW: http://pear.php.net/package/XML_Serializer/