Lbdb version 0.36 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.36

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


      The lbdb Portfile 56932 2009-09-03 17:05:35Z toby macports.org $
      PortSystem 1.0
      Name: lbdb
      Version: 0.36
      Revision: 0
      Category: mail
      Description: The little brother's database for the mutt mail reader.
      Long Description: This package consists of a set of small tools, which collect mail addresses from several sources and offer these addresses to the mutt external query feature. It can use Emacs bbdb, abook, ldap and evec mac os x addressbook for query.
      Homepage: http://www.spinnaker.de/lbdb/
      Platform: darwin freebsd
      Maintainers: loria.fr:reilles
      Master Sites: http://www.spinnaker.de/debian/
      Checksums: sha1 05f2535967274bc6b05061ff54a01fa308981b4a
      distname ${name}_${version}
      worksrcdir ${name}-${version}

      # The m_osx_addressbook module's Xcode project is too old. (#21051)
      platform darwin 10 {
      configure.args-append ac_cv_path_XCODEBUILD=no ac_cv_path_PBXBUILD=no
      }

      configure.dir ${workpath}/${name}-${version}
      configure.args --sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ --mandir=${prefix}/share/man
      configure.cflags-append -I${prefix}/include
      build.dir ${configure.dir}
      destroot.target install
      destroot.destdir install_prefix=${destroot}

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp
      file copy ${configure.dir}/lbdb.el ${destroot}${prefix}/share/emacs/site-lisp
      }

      Variant: gpg { configure.args-append --with-gpg
      depends_lib-append port:gnupg }
      Variant: ldap { depends_lib-append port:p5-perl-ldap }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.