boost-jam version 3.1.16 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    boost-jam  most recent diff


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



      # $Id: Portfile 33911 2008-02-07 07:11:51Z ryandesign macports.org $

      PortSystem 1.0

      Name: boost-jam
      Version: 3.1.16
      Category: devel
      Maintainers: gmail.com:jon.olsson
      Description: Boost.Jam (BJam) is a build tool based on FTJam
      Long Description: Boost.Jam (BJam) is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam.
      Homepage: http://www.boost.org
      master_sites sourceforge:boost
      extract.suffix .tgz
      checksums md5 1fd96a38b1a33c365e8142eec53197e7 rmd160 dd602c5e01a004dbf6e6ee542c5f6bdb0bd1348f sha1 e2dd6ef9c56b18c7be7669aba374bcd24745ae95
      Platform: darwin

      post-patch {
      reinplace "s|/usr/share/boost-build|${prefix}/share/boost-build|" ${worksrcpath}/jambase.c
      }

      use_configure no

      build.env LOCATE_TARGET=bin
      build.cmd ./build.sh
      build.target

      destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/bin
      xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/bin

      xinstall -d -m 0755 ${destroot}${prefix}/lib/bjam/bin/
      xinstall -m 0755 ${worksrcpath}/bin/bjam ${destroot}${prefix}/lib/bjam/bin/jam
      }

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

     Where to find more information:

    Darwin Ports



    image test