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

    mysqlxx  most recent diff


    version 3.0.2

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



      # $Id: Portfile 36263 2008-04-25 05:50:38Z ryandesign macports.org $

      PortSystem 1.0

      Name: mysqlxx
      Version: 3.0.2
      Category: databases
      Maintainers: kayos genetikayos.com
      Platform: darwin freebsd
      Description: C++ wrapper for MySQL's C API
      Long Description: MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
      Homepage: http://tangentsoft.net/mysql++/
      master_sites http://tangentsoft.net/mysql++/releases/
      distname mysql++-${version}
      checksums md5 3bbc4f005fb4e0447189d1c2be3f24ee sha1 93ccb63dd61f441414242ac8a28eab9372318566 rmd160 d1affcb845ebb101f0410f84b73b3f265beece4a

      depends_lib port:gettext port:zlib

      Variant: mysql3 description {Build with MySQL 3 support} {
      depends_lib-append port:mysql3
      configure.args --with-mysql=${prefix}
      }

      Variant: mysql4 description {Build with MySQL 4 support} {
      depends_lib-append port:mysql4
      configure.args --with-mysql=${prefix}
      }

      Variant: mysql5 description {Build with MySQL 5 support (default)} {
      depends_lib-append port:mysql5
      configure.args --with-mysql-lib=${prefix}/lib/mysql5/mysql --with-mysql-include=${prefix}/include/mysql5/mysql
      }

      if { ![variant_isset mysql3] && ![variant_isset mysql4] } {
      default_variants +mysql5
      }

      livecheck.check regex
      livecheck.url [lindex ${master_sites} 0]?C=M&O=D
      livecheck.regex mysql\\+\\+-(\[0-9.\]+)\\.tar

    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/mysqlxx
      % sudo port install mysqlxx
      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 mysqlxx
      ---> Verifying checksum for mysqlxx
      ---> Extracting mysqlxx
      ---> Configuring mysqlxx
      ---> Building mysqlxx with target all
      ---> Staging mysqlxx into destroot
      ---> Installing mysqlxx
    - 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 mysqlxx with these commands:
      %  man mysqlxx
      % apropos mysqlxx
      % which mysqlxx
      % locate mysqlxx

     Where to find more information:

    Darwin Ports



    Lightbox this page.