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

    x-mastree  most recent diff


    version 1.4

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


      The x-mastree Portfile 33413 2008-01-26 12:56:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: X-MasTree
      Version: 1.4
      Category: aqua amusements
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://www.jschilling.net/sw_xmastree.php
      Description: Christmas tree

      Long Description: A Christmas tree for your Mac.


      Master Sites: http://homepage.mac.com/johnnycat/sfw/

      Checksums: md5 701c711b0b14e8b14cf477e7e4bb64d1 sha1 25af00c8b80220d50b49bf33f9003e24d2ea4103 rmd160 a3ff3650c9cd8bb73bcd0b85ebcc5f866b5c2067

      dist_subdir ${name}/${version}
      distname ${name}Source
      use_zip yes

      use_configure no

      build.type pbx
      build.args -configuration Release
      build.target -project X-MasTree.xcodeproj -target X-MasTree

      destroot { set appPath ${destroot}/Applications/MacPorts
      file mkdir ${appPath}
      file copy "${worksrcpath}/build/Release/${name}.app" ${appPath}
      }

      default_variants +universal
      Variant: universal {}
      pre-fetch {
      if {![variant_isset universal]} {
      return -code error "${name} is only available in a universal version"
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.