Bug 163216 - New Port: databases/mysql-udf-sys Access to external programs from within MySQL
Summary: New Port: databases/mysql-udf-sys Access to external programs from within MySQL
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 00:30 UTC by dave
Modified: 2011-12-20 21:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.96 KB, text/plain)
2011-12-13 00:30 UTC, dave
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dave 2011-12-13 00:30:12 UTC
This package contains a number of functions that allows one to interact
with the operating system from MySQL:

  sys_eval - executes an arbitrary command, and returns it's output.
  sys_exec - executes an arbitrary command, and returns it's exit code.
  sys_get  - gets the value of an environment variable.
  sys_set  - create an environment variable, or update the value of an
             existing environment variable.

Use lib_mysqludf_sys_info() to obtain information about the currently
installed version of lib_mysqludf_sys.

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-12-20 20:02:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-20 21:12:51 UTC
pawel       2011-12-20 21:12:37 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysql-udf-sys Makefile distinfo pkg-descr 
                            pkg-message 
    databases/mysql-udf-sys/files patch-Makefile 
  Log:
  This package contains a number of functions that allows one to interact
  with the operating system from MySQL:
  
    sys_eval - executes an arbitrary command, and returns it's output.
    sys_exec - executes an arbitrary command, and returns it's exit code.
    sys_get  - gets the value of an environment variable.
    sys_set  - create an environment variable, or update the value of an
               existing environment variable.
  
  Use lib_mysqludf_sys_info() to obtain information about the currently
  installed version of lib_mysqludf_sys.
  
  WWW: http://www.mysqludf.org/lib_mysqludf_sys
  
  PR:             ports/163216
  Submitted by:   David Cornejo <dave@dogwood.com>
  
  Revision  Changes    Path
  1.1060    +1 -0      ports/databases/Makefile
  1.1       +32 -0     ports/databases/mysql-udf-sys/Makefile (new)
  1.1       +2 -0      ports/databases/mysql-udf-sys/distinfo (new)
  1.1       +22 -0     ports/databases/mysql-udf-sys/files/patch-Makefile (new)
  1.1       +13 -0     ports/databases/mysql-udf-sys/pkg-descr (new)
  1.1       +24 -0     ports/databases/mysql-udf-sys/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 3 Pawel Pekala freebsd_committer freebsd_triage 2011-12-20 21:12:57 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!