Bug 79367 - New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
Summary: New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-30 14:00 UTC by Antonio Carlos Venancio Junior
Modified: 2005-04-11 22:42 UTC (History)
0 users

See Also:


Attachments
file.shar (2.04 KB, text/plain)
2005-03-30 14:00 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2005-03-30 14:00:17 UTC
New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer

PEAR::XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather
than char tags

This package contains 2 static methods:
XML_Wddx:serialize($value)
XML_Wddx:deserialize($value)

Should be 90% compatible with wddx_deserialize(), and the deserializer will
use wddx_deserialize if it is built in.

No support for recordsets is available at present in the PHP version of the
deserializer.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-11 22:42:01 UTC
State Changed
From-To: open->closed

New port added, thank you!