sqlclient version 1.2.0 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    sqlclient  most recent diff


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



      # $Id: Portfile 30229 2007-10-22 23:01:24Z jmpp 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 {
      cd ${worksrcpath}
      reinplace "s|BUNDLE_LIBS +=|BUNDLE_LIBS += -lPerformance -lSQLClient|g" GNUmakefile
      reinplace "s|TOOL_LIBS +=|TOOL_LIBS += -lPerformance|g" GNUmakefile
      reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" 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



    image test