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

    version 0.9.1.3287

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


      The boo Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: boo
      Version: 0.9.1.3287
      Category: lang mono
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://boo.codehaus.org/
      Master Sites: http://dist.codehaus.org/boo/distributions/
      distname ${distname}-src
      use_zip yes

      Description: object oriented statically typed programming language for CLI

      Long Description: Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.

      Checksums: md5 7fed4903a6015777fa4a589f0d0ea397 sha1 9c42253abd374f63b06685ce99ae7632678b1a80 rmd160 535ca6caeccac2a9b71cc9d9dc5aa101e56bc003

      depends_lib port:mono
      depends_build port:nant

      extract.mkdir yes

      Patch Files: patch-default.build.diff

      use_configure no

      build.cmd ${prefix}/bin/nant
      build.target

      test.run yes
      test.cmd ${build.cmd} compile-tests && nunit-console tests/build/*Tests.dll

      destroot.cmd ${build.cmd}
      destroot.destdir -D:install.prefix=${prefix} -D:install.destdir=${destroot}
      post-destroot {
      file delete -force ${destroot}/tmp
      reinplace "s|/usr/local|${prefix}|g" ${destroot}${prefix}/bin/booc ${destroot}${prefix}/bin/booi ${destroot}${prefix}/bin/booish
      }

      livecheck.type regex
      livecheck.url [lindex ${master_sites} 0]?C=M&O=D
      livecheck.regex ${name}-(\[0-9.\]+)\\.tar

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.