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

    sqlclient  most recent diff


    version 1.2.0

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


      The sqlclient Portfile 40605 2008-10-08 08:22:40Z jmr macports.org $

      PortSystem 1.0
      PortGroup gnustep 1.0

      Name: SQLClient
      Version: 1.2.0
      Revision: 1
      Platform: darwin
      Maintainers: nomaintainer

      Description: Simple OO Interface to SQL databases
      Long Description: ${description}

      depends_lib port:Performance port:sqlite3
      Master Sites: gnustep:libs
      Checksums: md5 c26320a747092baa72dc7fb51994ae61

      array set gnustep.post_flags {
      . "-lobjc -lgnustep-base"
      }
      post-patch {
      reinplace "s|BUNDLE_LIBS +=|BUNDLE_LIBS += -lPerformance -lSQLClient|g" ${worksrcpath}/GNUmakefile
      reinplace "s|TOOL_LIBS +=|TOOL_LIBS += -lPerformance|g" ${worksrcpath}/GNUmakefile
      reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" ${worksrcpath}/GNUmakefile
      }

      use_configure yes

      #### TODO
      #### postgresql and mysql support
      ####

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.