diff options
author | pav <pav@FreeBSD.org> | 2005-04-12 05:41:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-12 05:41:12 +0800 |
commit | f1252fb5b9cfe86ddb86c32b6afb039c1966e7cd (patch) | |
tree | bf5dc82ea4fabfcd8145a352a2a6e0914fa46c94 /textproc/Makefile | |
parent | 486a6cdd538743101558c2daa9fc329ec61d5558 (diff) | |
download | freebsd-ports-gnome-f1252fb5b9cfe86ddb86c32b6afb039c1966e7cd.tar.gz freebsd-ports-gnome-f1252fb5b9cfe86ddb86c32b6afb039c1966e7cd.tar.zst freebsd-ports-gnome-f1252fb5b9cfe86ddb86c32b6afb039c1966e7cd.zip |
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
PR: ports/79367
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2e9969d0cdf9..b72fa8e983ff 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -503,6 +503,7 @@ SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_HTMLSax + SUBDIR += pear-XML_Wddx SUBDIR += perl2html SUBDIR += php4-ctype SUBDIR += php4-domxml |