Mongodb-devel version 1.1.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    mongodb-devel  most recent diff


    version 1.1.1

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


      The mongodb-devel Portfile 59063 2009-10-09 05:30:43Z blb macports.org $

      PortSystem 1.0
      Name: mongodb-devel
      Version: 1.1.1
      Category: databases
      Maintainers: nomaintainer
      Description: High-performance, schema-free document-oriented database
      Long Description: ${description}

      Platform: darwin

      conflicts mongodb

      Homepage: http://www.mongodb.org/
      Master Sites: http://github.com/mongodb/mongo/tarball/r${version}
      distname mongodb-${version}

      Checksums: md5 4d270b203764ce994df13266300aee68 sha1 77084114ae4b0bb717e2f19eef301d1c9ccf48d4 rmd160 708359a29dc3be0916918dda5baf2326ecd91613

      set mongodb_version_hash eca1e97
      worksrcdir mongodb-mongo-${mongodb_version_hash}

      depends_build port:scons
      depends_lib port:boost port:pcre port:spidermonkey port:libpcap port:readline

      Patch Files: patch-SConstruct.diff
      post-patch {
      reinplace "s| PREFIX |${prefix}|g" ${worksrcpath}/SConstruct
      }

      use_configure no

      build.args --usesm
      build.env CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
      build.cmd scons
      build.target all mongobridge mongosniff

      destroot.cmd scons
      destroot.destdir --prefix=${destroot}${prefix}
      destroot.env ${build.env}
      post-destroot {
      xinstall -m 755 -W ${worksrcpath} mongobridge mongosniff ${destroot}${prefix}/bin
      }

      livecheck.url ${homepage}display/DOCS/Downloads
      livecheck.regex {mongodb/mongo/tarball/r(\d+\.[13579]\.\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/mongodb-devel
      % sudo port install mongodb-devel
      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 mongodb-devel
      ---> Verifying checksum for mongodb-devel
      ---> Extracting mongodb-devel
      ---> Configuring mongodb-devel
      ---> Building mongodb-devel with target all
      ---> Staging mongodb-devel into destroot
      ---> Installing mongodb-devel
    - 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 mongodb-devel with these commands:
      %  man mongodb-devel
      % apropos mongodb-devel
      % which mongodb-devel
      % locate mongodb-devel

     Where to find more information:

    Darwin Ports



    Lightbox this page.