Mysqltcl version 3.02 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    mysqltcl  most recent diff


    version 3.02

      View the most recent changes for the mysqltcl port at: mysqltcl.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for mysqltcl.
      The raw portfile for mysqltcl 3.02 is located here:
      http://mysqltcl.darwinports.com/dports/databases/mysqltcl/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mysqltcl


      The mysqltcl Portfile 58230 2009-09-24 16:45:22Z ryandesign macports.org $

      PortSystem 1.0

      Name: mysqltcl
      Version: 3.02
      Category: databases devel
      Maintainers: nomaintainer
      Description: Simple API for Mysql-Database and Tcl scripting language.
      Long Description: MySQLTcl is a collection of Tcl commands and a Tcl global array that provide access to one or more mysql database servers.
      Homepage: http://www.xdobry.de/mysqltcl/
      Platform: darwin
      Master Sites: http://www.xdobry.de/mysqltcl/
      Checksums: md5 bf408a7d1f10aec28102fd27cba1f6eb

      depends_lib path:bin/mysql_config5:mysql5 port:tcl port:tk

      configure.args --with-tcl=${prefix}/lib --with-mysql-include=${prefix}/include/mysql5/mysql --with-mysql-lib=${prefix}/lib/mysql5/mysql --mandir=${prefix}/share/man

      Variant: mysql4 description Install against mysql4 instead of mysql5 {
      depends_lib-delete path:bin/mysql_config5:mysql5
      depends_lib-append port:mysql4
      configure.args_delete --with-mysql-include=${prefix}/include/mysql5/mysql
      configure.args_delete --with-mysql-lib=${prefix}/lib/mysql5/mysql
      configure.args_append --with-mysql-include=${prefix}/include/mysql
      configure.args_append --with-mysql-lib=${prefix}/lib/mysql
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/mysqltcl
      % sudo port install mysqltcl
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching mysqltcl
      ---> Verifying checksum for mysqltcl
      ---> Extracting mysqltcl
      ---> Configuring mysqltcl
      ---> Building mysqltcl with target all
      ---> Staging mysqltcl into destroot
      ---> Installing mysqltcl
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mysqltcl with these commands:
      %  man mysqltcl
      % apropos mysqltcl
      % which mysqltcl
      % locate mysqltcl

     Where to find more information:

    Darwin Ports



    Lightbox this page.