Download and Install qdbm version 1.8.76 on Mac OS X
Friday the 25th of July, 2008

    qdbm  most recent diff


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



      # $Id: Portfile 30719 2007-11-05 17:46:36Z takanori macports.org $

      PortSystem 1.0
      Name: qdbm
      Version: 1.8.76
      Category: databases
      Maintainers: rsky0711 gmail.com pelopor nifty.com
      Platform: darwin
      Description: QDBM is a library of routines for managing a database.
      Long Description: QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
      Homepage: http://qdbm.sourceforge.net/
      master_sites ${homepage} sourceforge:${name}
      checksums md5 ced214012ba26f27a53ece11b3b62237 sha1 fa43b84d48373fa6d46539ce70ee14a6e7fad28d rmd160 e01a53ea282a7d05e3c9704500d7ccd63358d4be


      depends_lib port:libiconv port:zlib

      configure.args --mandir=${prefix}/share/man --datadir=${prefix}/share/doc --enable-pthread --enable-zlib --enable-iconv

      post-extract {
      #configure
      reinplace "s|\$HOME|\${prefix}|g" ${worksrcpath}/configure
      # Makefile.in
      reinplace "s|\$(HOME)|\$(prefix)|g" ${worksrcpath}/Makefile.in
      }

      test.run yes

      platform macosx {
      build.target mac
      test.target check-mac
      destroot.target install-mac
      }

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

      Variant: bzip2 {
      depends_lib-append port:bzip2
      configure.args-append --enable-bzip
      }

      Variant: lzo {
      depends_lib-append port:lzo2
      configure.args-append --enable-lzo
      }

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

     Where to find more information:

    Darwin Ports



    image test