Download and Install adodb version 5.04 on Mac OS X
Wednesday the 23rd of July, 2008

    adodb  most recent diff


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



      # $Id: Portfile 35206 2008-03-20 17:13:00Z markd macports.org $
      PortSystem 1.0

      Name: adodb
      Version: 5.04
      Category: databases
      Maintainers: markd
      Description: Database library for PHP
      Long Description: ${description}
      Homepage: http://adodb.sourceforge.net/
      Platform: darwin
      master_sites sourceforge
      checksums md5 48de49cc803f36bd2a19437d6403ed06
      distfiles ${name}504.tgz
      worksrcdir ${name}5

      use_configure no
      build {}

      set adodbdir ${prefix}/share
      set docsdir ${prefix}/share/doc/${name}/cute_icons_for_site

      destroot {
      xinstall -m 755 -d ${destroot}${adodbdir}
      xinstall -m 755 -d ${destroot}${docsdir}/cute_icons_for_site
      system "cp -R ${worksrcpath} ${destroot}${adodbdir}"
      system "cp ${worksrcpath}/docs/* ${destroot}${docsdir}"
      system "cp ${worksrcpath}/cute_icons_for_site/*.* ${destroot}${docsdir}/cute_icons_for_site"
      }

      livecheck.distname adodb-php-4-and-5
      set my-version [string map {. ""} ${version}]
      livecheck.version "adodb-${my-version}-for-php"

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

     Where to find more information:

    Darwin Ports



    image test