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

    metakit  most recent diff


    version 2.4.9.3

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



      # $Id: Portfile 30223 2007-10-22 22:46:02Z jmpp macports.org $

      PortSystem 1.0
      Name: metakit
      Version: 2.4.9.3
      Category: databases
      Maintainers: nomaintainer
      Description: an efficient embedded database library with a small footprint
      Homepage: http://www.equi4.com/metakit.html
      Platform: darwin
      Long Description: Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution.
      master_sites http://www.equi4.com/pub/mk/
      checksums md5 89a25775fee5db536937f36deb5223f6
      worksrcdir ${name}-${version}/builds
      configure.cmd ../unix/configure
      configure.args --with-tcl=${prefix}
      post-build {
      system "cp /usr/bin/glibtool ${worksrcpath}/libtool"
      system "cp ${worksrcpath}/.libs/{libmk4.la,libmk4.lai}"
      }

      platform darwin {
      configure.args --with-tcl=/System/Library/Frameworks/Tcl.framework/Headers
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.