Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 14:39:23 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122157: [NEW PORT] databases/pear-XML_Query2XML:transform the SQL query to XML data
Message-ID:  <200803271439.m2REdNPo048852@www.freebsd.org>
Resent-Message-ID: <200803271440.m2REe0UE080269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122157
>Category:       ports
>Synopsis:       [NEW PORT] databases/pear-XML_Query2XML:transform the SQL query to XML data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 14:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
pear-XML_Query2XML allows you to transform the
records retrieved with one or more SQL
SELECT queries into XML data. Very simple
to highly complex transformations are
supported. Is was written with performance
in mind and can handel large amounts of data.

Another thing you will find useful is
XML_Query2XML's capabilities of Profiling
and Performance Tuning.

WWW:    http://pear.php.net/package/XML_Query2XML

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/databases/pear-XML_Query2XML
#	/usr/ports/databases/pear-XML_Query2XML/Makefile
#	/usr/ports/databases/pear-XML_Query2XML/distinfo
#	/usr/ports/databases/pear-XML_Query2XML/pkg-descr
#
echo c - /usr/ports/databases/pear-XML_Query2XML
mkdir -p /usr/ports/databases/pear-XML_Query2XML > /dev/null 2>&1
echo x - /usr/ports/databases/pear-XML_Query2XML/Makefile
sed 's/^X//' >/usr/ports/databases/pear-XML_Query2XML/Makefile << 'END-of-/usr/ports/databases/pear-XML_Query2XML/Makefile'
X# Ports collection makefile for:  pear-XML_Query2xml
X# Date created:			  23 March 2008
X# Whom:				  wenheping<wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML_Query2XML
XPORTVERSION=	1.6.0
XCATEGORIES=	databases pear
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	PEAR class transform SQL queries into XML data
X
XBUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
X		${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	XML
XFILES=		XML/Query2XML.php XML/Query2XML/ISO9075Mapper.php \
X		XML/Query2XML/Callback.php \
X		XML/Query2XML/Command/Base64.php \
X		XML/Query2XML/Command/CDATA.php \
X		XML/Query2XML/Command/Chain.php \
X		XML/Query2XML/Command/ColumnValue.php \
X		XML/Query2XML/Command/NonEmpty.php \
X		XML/Query2XML/Command/PHPCallback.php \
X		XML/Query2XML/Command/Static.php \
X		XML/Query2XML/Command/Unserialize.php \
X		XML/Query2XML/Driver/ADOdb.php \
X		XML/Query2XML/Driver/DB.php \
X		XML/Query2XML/Driver/LDAP.php \
X		XML/Query2XML/Driver/MDB2.php \
X		XML/Query2XML/Driver/PDO.php
X
XDOCS=	case01/case01.php case01/case01.xml case02/case02.log \
X	case02/case02.php case02/case02.profile \
X	case02/case02.xml case02/case02_debug.php \
X	case03/case03.log case03/case03.php case03/case03.profile \
X	case03/case03.xml case03/case03_debug.php \
X	case04/case04.log case04/case04.php case04/case04.profile \
X	case04/case04.xml case04/case04_debug.php case05/case05.log \
X	case05/case05.php case05/case05.profile case05/case05.xml \
X	case05/case05_debug.php case06/case06.log case06/case06.php \
X	case06/case06.profile case06/case06.xml case06/case06_debug.php \
X	case07/case07.log case07/case07.php case07/case07.profile \
X	case07/case07.xml case07/case07_debug.php case08/case08.log \
X	case08/case08.php case08/case08.profile case08/case08.xml \
X	case08/case08_debug.php
X_DOCSDIR=	cases
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-/usr/ports/databases/pear-XML_Query2XML/Makefile
echo x - /usr/ports/databases/pear-XML_Query2XML/distinfo
sed 's/^X//' >/usr/ports/databases/pear-XML_Query2XML/distinfo << 'END-of-/usr/ports/databases/pear-XML_Query2XML/distinfo'
XMD5 (PEAR/XML_Query2XML-1.6.0.tgz) = 505c4868d7bbb3173c884a83f0dccc34
XSHA256 (PEAR/XML_Query2XML-1.6.0.tgz) = e37fc2761a824f60a4145ac5c39dc51c7e1100f858ed8444feee22eb545cebf7
XSIZE (PEAR/XML_Query2XML-1.6.0.tgz) = 338286
END-of-/usr/ports/databases/pear-XML_Query2XML/distinfo
echo x - /usr/ports/databases/pear-XML_Query2XML/pkg-descr
sed 's/^X//' >/usr/ports/databases/pear-XML_Query2XML/pkg-descr << 'END-of-/usr/ports/databases/pear-XML_Query2XML/pkg-descr'
XXML_Query2XML allows you to transform the 
Xrecords retrieved with one or more SQL 
XSELECT queries into XML data. Very simple
Xto highly complex transformations are 
Xsupported. Is was written with performance 
Xin mind and can handel large amounts of data.
X
XAnother thing you will find useful is 
XXML_Query2XML's capabilities of Profiling 
Xand Performance Tuning.
X
XWWW:	http://pear.php.net/package/XML_Query2XML
END-of-/usr/ports/databases/pear-XML_Query2XML/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803271439.m2REdNPo048852>