From antonio@digitalsign.com  Wed Mar 30 12:54:26 2005
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C02316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 12:54:26 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8DC43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 12:54:25 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id j2UCsNCP063162
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Mar 2005 09:54:23 -0300 (BRT)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id j2UCsNjo063161;
	Wed, 30 Mar 2005 09:54:23 -0300 (BRT)
Message-Id: <200503301254.j2UCsNjo063161@digitalsign.com>
Date: Wed, 30 Mar 2005 09:54:23 -0300 (BRT)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79367
>Category:       ports
>Synopsis:       New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 30 13:00:17 GMT 2005
>Closed-Date:    Mon Apr 11 21:42:10 GMT 2005
>Last-Modified:  Mon Apr 11 21:42:10 GMT 2005
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #6: Tue Mar 22 09:46:44 BRT 2005     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
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.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-XML_Wddx
#	pear-XML_Wddx/Makefile
#	pear-XML_Wddx/distinfo
#	pear-XML_Wddx/pkg-descr
#
echo c - pear-XML_Wddx
mkdir -p pear-XML_Wddx > /dev/null 2>&1
echo x - pear-XML_Wddx/Makefile
sed 's/^X//' >pear-XML_Wddx/Makefile << 'END-of-pear-XML_Wddx/Makefile'
X# Ports collection makefile for:  pear-XML_Wddx
X# Date created:			  30 March 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML_Wddx
XPORTVERSION=	1.0.1
XCATEGORIES=	textproc devel pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	PEAR Wddx pretty serializer and deserializer
X
XBUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	XML
XFILES=		Wddx.php
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-XML_Wddx/Makefile
echo x - pear-XML_Wddx/distinfo
sed 's/^X//' >pear-XML_Wddx/distinfo << 'END-of-pear-XML_Wddx/distinfo'
XMD5 (PEAR/XML_Wddx-1.0.1.tgz) = 6512882461a3b9da49382be1baf1f1e3
XSIZE (PEAR/XML_Wddx-1.0.1.tgz) = 3911
END-of-pear-XML_Wddx/distinfo
echo x - pear-XML_Wddx/pkg-descr
sed 's/^X//' >pear-XML_Wddx/pkg-descr << 'END-of-pear-XML_Wddx/pkg-descr'
XPEAR::XML_Wddx does 2 things:
Xa) a drop in replacement for the XML_Wddx extension (if it's not built in)
Xb) produce an editable wddx file (with indenting etc.) and uses CDATA, rather
Xthan char tags
X
XThis package contains 2 static methods:
XXML_Wddx:serialize($value)
XXML_Wddx:deserialize($value)
X
XShould be 90% compatible with wddx_deserialize(), and the deserializer will
Xuse wddx_deserialize if it is built in.
X
XNo support for recordsets is available at present in the PHP version of the
Xdeserializer.
X
XWWW: http://pear.php.net/package/XML_Wddx/
END-of-pear-XML_Wddx/pkg-descr
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Apr 11 21:42:01 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79367 
>Unformatted:
