Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2011 21:12:37 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/mysql-udf-sys Makefile distinfo pkg-descr pkg-message ports/databases/mysql-udf-sys/files patch-Makefile
Message-ID:  <201112202112.pBKLCbwY005282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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