Download and Install db44 version 4.4.20 on Mac OS X
Friday the 21st of November, 2008

    version 4.4.20

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



      # $Id: Portfile 36869 2008-05-17 03:00:24Z ryandesign macports.org $

      PortSystem 1.0

      Name: db44
      Version: 4.4.20
      revision 1
      Category: databases
      Maintainers: nomaintainer
      Platform: darwin
      use_parallel_build yes
      Description: The Berkeley DB package, version 4.4

      Long Description: Version 4.4 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version. Utilities are included in the distribution to convert v1.85 databases to v4.4 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface.

      Homepage: http://www.oracle.com/database/berkeley-db/
      master_sites http://download-west.oracle.com/berkeley-db/ http://download-east.oracle.com/berkeley-db/ http://download-uk.oracle.com/berkeley-db/
      patch_sites http://www.oracle.com/technology/products/berkeley-db/db/update/${version}/

      patchfiles patch.${version}.1 patch.${version}.2 patch.${version}.3 patch.${version}.4

      distname db-${version}
      patch.dir ${workpath}/${distname}

      checksums ${distname}${extract.suffix} md5 d84dff288a19186b136b0daf7067ade3 sha1 bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b rmd160 5940d9244b4df4897f66f1b67d3c967081c18b85 patch.${version}.1 md5 66584d621355df055b6e05b4a02e9c3e sha1 5843380b67561134432f46dce53b67a133ef7962 rmd160 57ecff5ecb934e1eb771c49e4e67246d579702b2 patch.${version}.2 md5 85df93a0867f6cace3501671cdeb6ed1 sha1 75f0ae6ef06a23a690e5ebe6460552a11448ef32 rmd160 e560b07cc20dbd6865d8aad91941515f8fb031c1 patch.${version}.3 md5 88ee91889ebf5498b22b2e7bed945d41 sha1 580265cdccc394ed988a6334f6c9a7d2bb15d141 rmd160 668c8e88f6fde2c028a9a3ad1d6917a28e7b3e85 patch.${version}.4 md5 c2ef7b3e59460c35950fab5f2faa3fc0 sha1 8875add3312fdc0548fbd4dedb71b4f8637dc6c9 rmd160 46cf2177aee1ce00c0044817610231541722c4d3

      worksrcdir ${distname}/build_unix

      configure.cmd ../dist/configure
      configure.args --enable-cxx --enable-compat185 --enable-dump185 --includedir=\\\${prefix}/include/db44 --libdir=\\\${prefix}/lib/db44 --program-transform-name="s,^db,db44," --disable-tcl

      destroot.destdir prefix=${destroot}${prefix} docdir=${destroot}${prefix}/share/${name}-${version}/

      post-destroot {
      foreach bin { archive hotbackup dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
      move ${destroot}${prefix}/bin/db_${bin} ${destroot}${prefix}/bin/db44_${bin}
      }
      }

      Variant: java {
      configure.args-append --enable-java
      }

      Variant: tcl {
      depends_lib-append port:tcl
      configure.args-delete --disable-tcl
      configure.args-append --enable-tcl --with-tcl=${prefix}/lib/
      }

      livecheck.check regex
      livecheck.url http://www.oracle.com/technology/software/products/berkeley-db/db/
      livecheck.regex "Berkeley DB (4\\.4\\.\\d+(?:\\.\\d+)*)"


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.