Bug 79367

Summary: New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
Product: Ports & Packages Reporter: Antonio Carlos Venancio Junior <antonio>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!