boo version 0.8.0.2730 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    boo  most recent diff


      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.8.0.2730 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
      Google
      Web Darwinports.com



      # $Id: Portfile 32106 2007-12-17 02:43:38Z raimue macports.org $

      PortSystem 1.0

      Name: boo
      Version: 0.8.0.2730
      Category: lang mono
      Platform: darwin
      Maintainers: nomaintainer
      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.

      Homepage: http://boo.sourceforge.net/
      master_sites http://dist.codehaus.org/boo/distributions/
      distname ${distname}-src
      checksums md5 de53eea5ffab5f9c1209c1f7588ad5eb
      use_zip yes

      depends_lib port:mono
      depends_build port:nant
      use_configure no
      patchfiles patch-default.build.diff
      worksrcdir

      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
      }

    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



    image test