diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-26 05:24:38 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-26 05:24:38 +0800 |
commit | 1e1706e9d4fae0c496c559dd843a8bbf38395c95 (patch) | |
tree | 34863bbaf71ab240c671727a72c5942f327c6d12 /converters/p5-XML-WBXML/pkg-descr | |
parent | bd0107db9e92ff98bfd3e8c7bdf2b74ba9f8cb5c (diff) | |
download | freebsd-ports-gnome-1e1706e9d4fae0c496c559dd843a8bbf38395c95.tar.gz freebsd-ports-gnome-1e1706e9d4fae0c496c559dd843a8bbf38395c95.tar.zst freebsd-ports-gnome-1e1706e9d4fae0c496c559dd843a8bbf38395c95.zip |
Adding port converters/p5-XML-WBXML, Convert between XML and WBXML using libwbxml2.
Approved by: tobez (implicit)
Diffstat (limited to 'converters/p5-XML-WBXML/pkg-descr')
-rw-r--r-- | converters/p5-XML-WBXML/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/p5-XML-WBXML/pkg-descr b/converters/p5-XML-WBXML/pkg-descr new file mode 100644 index 000000000000..e6c30d9152e1 --- /dev/null +++ b/converters/p5-XML-WBXML/pkg-descr @@ -0,0 +1,10 @@ +This module is a wrapper around Aymerick Jehanne's libwbxml (or perhaps +libwbxml2, I am not sure what the distinction is) library for handling +Wireless Binary XML. You must install libwbxml2 prior to installing this +module. The library can be found at http://libwbxml.aymerick.com/ +(libwbxml2 itself requires the expat library to be installed.) + +The module defines two functions: xml_to_wbxml and wbxml_to_xml. + +WWW: http://search.cpan.org/dist/XML-WBXML +Author: David Glasser <glasser@bestpractical.com> |