Date: Thu, 23 Sep 2010 02:35:54 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysql-xql Makefile distinfo pkg-descr pkg-message ports/databases/mysql-xql/files patch-Makefile.in patch-configure Message-ID: <201009230235.o8N2ZscR013609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-09-23 02:35:54 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/mysql-xql Makefile distinfo pkg-descr pkg-message
databases/mysql-xql/files patch-Makefile.in patch-configure
Log:
The lib_mysqludf_xql library provides an array of functions,
which can be used to create XML output directly from MySQL
using a single SQL query. This prevents having to convert a
MySQL result to XML in a PHP script, Ruby script, etc.
The library provides the same functionality as SQL/XML, seen
in MS SQL server and Oracle. However it uses normal functions.
By using subqueries the same results as SQL/XML can be generated.
WWW: http://www.mysqludf.org/lib_mysqludf_xql/index.php
PR: ports/142086
Submitted by: Mina R Waheeb <syncer at gmail.com>
Revision Changes Path
1.906 +1 -0 ports/databases/Makefile
1.1 +32 -0 ports/databases/mysql-xql/Makefile (new)
1.1 +3 -0 ports/databases/mysql-xql/distinfo (new)
1.1 +11 -0 ports/databases/mysql-xql/files/patch-Makefile.in (new)
1.1 +20 -0 ports/databases/mysql-xql/files/patch-configure (new)
1.1 +10 -0 ports/databases/mysql-xql/pkg-descr (new)
1.1 +34 -0 ports/databases/mysql-xql/pkg-message (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009230235.o8N2ZscR013609>
