Download and Install mysqltcl version 3.02 on Mac OS X
Tuesday the 2nd of December, 2008

    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
      Google
      Web Darwinports.com



      # $Id: Portfile 36637 2008-05-09 03:56:55Z jmr 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 port: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 port: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.