1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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>
This commit is contained in:
Pav Lucistnik 2005-04-11 21:41:12 +00:00
parent 774d4526f9
commit 94e51b04ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133096
4 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,23 @@
# Ports collection makefile for: pear-XML_Wddx
# Date created: 30 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= XML_Wddx
PORTVERSION= 1.0.1
CATEGORIES= textproc devel pear
MAINTAINER= antonio@php.net
COMMENT= PEAR Wddx pretty serializer and deserializer
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Wddx.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/XML_Wddx-1.0.1.tgz) = 6512882461a3b9da49382be1baf1f1e3
SIZE (PEAR/XML_Wddx-1.0.1.tgz) = 3911

View File

@ -0,0 +1,16 @@
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.
WWW: http://pear.php.net/package/XML_Wddx/