Bug 142086 - new port: databases/lib_mysqludf_xql, provides SQLXML user defined set of functions
Summary: new port: databases/lib_mysqludf_xql, provides SQLXML user defined set of fun...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 00:50 UTC by Mina R Waheeb
Modified: 2010-09-23 03:42 UTC (History)
0 users

See Also:


Attachments
file.shar (5.53 KB, text/plain)
2009-12-28 00:50 UTC, Mina R Waheeb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mina R Waheeb 2009-12-28 00:50:01 UTC
Hi, 
MySQL only support a few XML functions, lib_mysqludf_xql [1] provides
SQLXML user defined set of functions. very small and very useful.

The port attached.

Cheers and happy new year,
Mina R Waheeb

[1] http://www.mysqludf.org/lib_mysqludf_xql/index.php

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-31 06:40:35 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-14 07:34:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-23 03:35:59 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-23 03:42:03 UTC
State Changed
From-To: open->closed

Committed, Thanks!